| Submitter | Scott Wood |
|---|---|
| Date | Jan. 12, 2011, 11:15 p.m. |
| Message ID | <20110112231524.GA9773@udp111988uds.am.freescale.net> |
| Download | mbox |
| Permalink | /patch/78625/ |
| State | Accepted |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-nand-flash.git masterComments
Dear Scott Wood, In message <20110112231524.GA9773@udp111988uds.am.freescale.net> you wrote: > The following changes since commit c6b734f5aea2ba75caaa1929f7e649ecda8d2f31: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-sh > > are available in the git repository at: > > git://git.denx.de/u-boot-nand-flash.git master > > Alexander Holler (1): > nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined. > > Lei Wen (2): > NAND: add the ability to directly write yaffs image > mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() > > common/cmd_nand.c | 15 +++++++++- > drivers/mtd/nand/atmel_nand.c | 2 +- > drivers/mtd/nand/nand.c | 2 +- > drivers/mtd/nand/nand_base.c | 29 ++++++++++--------- > drivers/mtd/nand/nand_util.c | 63 +++++++++++++++++++++++++++++++++++----- > include/linux/mtd/nand.h | 4 ++- > include/nand.h | 2 +- > 7 files changed, 90 insertions(+), 27 deletions(-) Applied, thanks. Best regards, Wolfgang Denk
The following changes since commit c6b734f5aea2ba75caaa1929f7e649ecda8d2f31: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-sh are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Alexander Holler (1): nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined. Lei Wen (2): NAND: add the ability to directly write yaffs image mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() common/cmd_nand.c | 15 +++++++++- drivers/mtd/nand/atmel_nand.c | 2 +- drivers/mtd/nand/nand.c | 2 +- drivers/mtd/nand/nand_base.c | 29 ++++++++++--------- drivers/mtd/nand/nand_util.c | 63 +++++++++++++++++++++++++++++++++++----- include/linux/mtd/nand.h | 4 ++- include/nand.h | 2 +- 7 files changed, 90 insertions(+), 27 deletions(-)