aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren3-23/+54
2010-02-27MIPS: Alchemy: devboard register abstractionManuel Lauss1-1/+3
2010-02-15omap2/3/4: Introducing 'gpmc-nand.c' for GPMC specific NAND initVimal Singh1-31/+4
2010-02-02mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm1-1/+26
2010-02-02mtd: trivial sh_flctl changesMagnus Damm2-21/+25
2009-12-17MIPS: eXcite: Remove platform.Ralf Baechle3-257/+0
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds19-584/+1855
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-5/+3
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-4/+4
2009-12-07Revert "mtd: move mxcnd_remove to .exit.text"Uwe Kleine-König1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-3/+3
2009-12-01mtd: nandsim: add support for 4KiB pagesSebastian Andrzej Siewior1-2/+5
2009-12-01pxa3xx_nand: move pxa3xx_nand.h common into plat directoryHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: update dependancy to support ARCH_MMPHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: add new nand chip supportHaojian Zhuang1-0/+48
2009-12-01pxa3xx_nand: disable nand irq in initializationHaojian Zhuang1-0/+3
2009-12-01pxa3xx_nand: remove hardcode irq numberHaojian Zhuang1-4/+7
2009-12-01pxa3xx_nand: remove hardcode register addressHaojian Zhuang1-6/+4
2009-12-01pxa3xx_nand: adjust timing of Micron NAND flashHaojian Zhuang1-1/+1
2009-12-01pxa3xx_nand: reset read buffer before readingHaojian Zhuang1-0/+1
2009-12-01pxa3xx_nand: fix memory out of boundHaojian Zhuang1-2/+3
2009-11-30Merge branch 'mxc-nand' of git://git.pengutronix.de/git/imx/linux-2.6David Woodhouse1-475/+298
2009-11-30mtd: pxa3xx_nand: Fix PIO data transferDavid Hunter1-2/+2
2009-11-30mtd: nand: fix multi-chip suspend problemLi Yang1-2/+8
2009-11-30mtd: Add bad block table overrides to Davinci NAND driverMark A. Greer1-0/+2
2009-11-30mtd: don't use __exit_p to wrap mxcnd_removeUwe Kleine-König1-1/+1
2009-11-30mtd: move excite_nand_remove to .devexit.textUwe Kleine-König1-1/+1
2009-11-30mtd: eLBC NAND: give more verbose output on errorScott Wood1-5/+8
2009-11-30mtd: eLBC NAND: use recommended command sequencesScott Wood1-39/+27
2009-11-30mtd: eLBC NAND: increase bus timeout to maximumScott Wood1-0/+7
2009-11-30mtd: alauda: Use hweight8Akinobu Mita1-10/+1
2009-11-30mtd: error return -EIO instead of EIORoel Kluin1-2/+2
2009-11-30mtd: ensure index is positiveRoel Kluin1-1/+1
2009-11-30mtd: s3c2410: propagate nand options from the platform dataBen Dooks1-1/+1
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks1-1/+2
2009-11-30mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto1-2/+1
2009-11-30mtd: Add panic_write for NAND flashesSimon Kagstrom1-8/+120
2009-11-30mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita1-5/+20
2009-11-22Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren2-4/+4
2009-11-12mxc_nand: use DRIVER_NAME where appropriateSascha Hauer1-2/+2
2009-11-12mxc_nand: remove TROP_US_DELAYSascha Hauer1-10/+7
2009-11-12mxc_nand: Allow flash based bbtSascha Hauer1-0/+34
2009-11-12mxc_nand: disable sp_en bit only onceSascha Hauer1-12/+3
2009-11-12mxc_nand: Add NFC V2 supportSascha Hauer1-13/+68
2009-11-12mxc_nand: Get rid of pagesize_2k flagSascha Hauer1-15/+14
2009-11-12mxc_nand: Make main/spare areas runtime configurableSascha Hauer1-22/+20
2009-11-12mxc_nand: remove unused definesSascha Hauer1-7/+0
2009-11-12mxc nand: modify send_page to send all pages, not only oneSascha Hauer1-25/+20
2009-11-12mxc nand: simplify command processingSascha Hauer1-46/+35