summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall
2012-01-09mtd: gpio-nand: add device tree bindingsJamie Iles
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo
2012-01-09mtd: davinci: if no amif timing is passed, don; t setup cscfg registerHeiko Schocher
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin
2012-01-09mtd: nand: Making MTD_NAND_OMAP2 depend on ARCH_OMAP2PLUSShubhrajyoti D
2012-01-09mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris
2012-01-09mtd: nand: add 512 Mbit device code (Macronix)Brian Norris
2012-01-09mtd: nand: add Macronix manufacturerBrian Norris
2011-12-05mtd: gpmi: add missing include 'module.h'Wolfram Sang
2011-12-02mtd: ndfc: fix typo in structure dereferenceTony Breeds
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss
2011-10-24MIPS: Alchemy: kill au1xxx.h headerManuel Lauss
2011-10-16mtd: nand: initialize ops.modeBrian Norris
2011-10-16mtd: nand_h1900 never workedArnd Bergmann
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris
2011-09-21mtd: nand: wait to set BBT versionBrian Norris
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris
2011-09-11mtd: nand: begin restructuring check_createBrian Norris
2011-09-11mtd: nand: fix styleBrian Norris
2011-09-11mtd: nand: remove unnecessary variableBrian Norris
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris
2011-09-11mtd: nand: refactor scanning codeBrian Norris
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: support reading OOB without ECCBrian Norris
2011-09-11mtd: support writing OOB without ECCBrian Norris
2011-09-11mtd: add the common code for GPMI-NAND controller driverHuang Shijie