On Mon, 2010-02-15 at 18:35 +0100, Anatolij Gustschin wrote: > Adds NAND Flash Controller driver for MPC5121 Revision 2. > All device features, except hardware ECC and power management, > are supported. > > Signed-off-by: Piotr Ziecik <ko...@semihalf.com> > Signed-off-by: Wolfgang Denk <w...@denx.de> > Signed-off-by: Anatolij Gustschin <ag...@denx.de> > Acked-by: Grant Likely <grant.lik...@secretlab.ca> > Cc: <linux-...@lists.infradead.org> > Cc: Grant Likely <grant.lik...@secretlab.ca> > Cc: John Rigby <jcri...@gmail.com> > --- > Changes since v3: > - include 'asm/mpc5121.h' header instead of 'asm/mpc5xxx.h'. > This change is needed because arch patch adding reset > module definition was reworked and doesn't add mpc5121 > specific definitions to common header for mpc52xx/mpc5121. > > Changes since v2: > - move the arch bits into separate patch > (it is the next patch in this series now) > - use __devinit/__devexit/__devexit_p and __devinitdata > > Changes since v1: > - add logfile with changes since previous version > > Changes since the patch version submitted in May 2009: > > - move mpc5121_nfc.h to the driver .c as there is only one user > - remove DRV_VERSION macro > - replace printk() by dev_*() > - drop unnecessary .suspend and .resume initializations > - remove duplicate .name/.owner settings > - fix mpc5121_nfc_init() to "return > of_register_platform_driver(&mpc5121_nfc_driver);" > - move module_init() to just below the init function > - remove MODULE_VERSION > - use "mtd: Add MPC5121 NAND Flash Controller driver" as the subject, > previously it was "mpc5121: Added NAND Flash Controller driver. > > drivers/mtd/nand/Kconfig | 7 + > drivers/mtd/nand/Makefile | 1 + > drivers/mtd/nand/mpc5121_nfc.c | 916 > ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 924 insertions(+), 0 deletions(-) > create mode 100644 drivers/mtd/nand/mpc5121_nfc.c
Pushed to my l2-mtd-2.6.git / dunno. -- Best Regards, Artem Bityutskiy (Артём Битюцкий) _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev