From: Felipe Balbi <[email protected]> In this version, I'm splitting messaging stuff out of patch 4, as suggested by David Brownell.
Also fixed __exit to __devexit as suggested by Kevin Hilman. TODO: - purge mux settings out of nand driver and move to board support - implement select_chip() properly so we can use both nand chips in dm355 - purge all the magic numbers - make that led blink on activity Felipe Balbi (8): arch: davinci: pass emif control base via resource mtd: nand: davinci: checkpatch.pl fixes mtd: nand: davinci: don't cast unnecessarily mtd: nand: introduce davinci_nand_info mtd: nand: convert printk to dev_dbg and friends mtd: nand: davinci: add missing __devinit arch: davinci: add nand flash support to dm355 mach: davinci: remove whitespaces from nand.h arch/arm/mach-davinci/board-dm355-evm.c | 65 ++++++ arch/arm/mach-davinci/board-dm644x-evm.c | 19 ++- arch/arm/mach-davinci/board-sffsdr.c | 19 ++- arch/arm/mach-davinci/include/mach/nand.h | 8 +- drivers/mtd/nand/davinci_nand.c | 320 ++++++++++++++++------------- 5 files changed, 274 insertions(+), 157 deletions(-) _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
