
On Tue, 18 Sep 2012 07:57:08 -0700 Tom Rini trini@ti.com wrote:
On 09/17/12 20:09, Ira W. Snyder wrote:
Go ahead and drop the patch "spansion: add support for S25FL256S1" from the series. The rest should apply without any trouble.
Michal Simek beat me to it in "sf: spansion: Add support for S25FL256S" (4a4cb4e1114). He got the idcode1 wrong (it should be 0x0219 instead of 0x2019), but I saw a followup patch on the mailing list to fix it.
This is good to know. My preference however is for a new pull request with whatever corrections Kim deems necessary. Thanks!
rebased on current master, with Ira's spansion patch omitted. Please pull:
The following changes since commit 037e9d33db9fc86c1e671d64077b2d1a19df7f24:
Merge branch 'master' of git://git.denx.de/u-boot-i2c (2012-09-17 11:39:03 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
for you to fetch changes up to db1fc7d28e8947c402149ded4597970fdb3e5571:
mpc8308rdb: add support for eSDHC MMC controller (2012-09-18 16:16:45 -0500)
---------------------------------------------------------------- Ira W. Snyder (4): mpc8xxx_spi: fix SPI support on MPC8308RDB mpc8308rdb: add support for Spansion SPI flash on header J8 mpc8308rdb: add support for FIT images mpc8308rdb: add support for eSDHC MMC controller
board/freescale/mpc8308rdb/mpc8308rdb.c | 58 +++++++++++++++++++++++++++++++++ drivers/spi/mpc8xxx_spi.c | 4 +++ include/configs/MPC8308RDB.h | 31 ++++++++++++++++++ 3 files changed, 93 insertions(+)
Thanks,
Kim