summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2014-04-02mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2014-01-03mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2014-01-03mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+14
2013-01-03mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+9
2012-10-31mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-6/+3
2012-10-17mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud1-0/+1
2012-10-17mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-10-17mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-10-17mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani1-1/+1
2012-07-25mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski1-9/+3
2012-07-12mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-06-10mtd: nand: fix scan_read_raw_oobDmitry Maluka1-0/+1
2012-04-13mtd: nand: gpmi: use correct member for checking NAND_BBT_USE_FLASHWolfram Sang1-1/+1
2012-02-13Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy1-4/+41
2012-02-13mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie1-4/+14
2011-12-05mtd: gpmi: add missing include 'module.h'Wolfram Sang1-1/+1
2011-12-02mtd: ndfc: fix typo in structure dereferenceTony Breeds1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds48-1918/+4597
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+6
2011-11-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+6
2011-11-01mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker5-0/+5
2011-11-01mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-25MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-25MIPS: Alchemy: kill au1xxx.h headerManuel Lauss1-1/+5
2011-10-16mtd: nand: initialize ops.modeBrian Norris1-0/+4
2011-10-16mtd: nand_h1900 never workedArnd Bergmann1-1/+1
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin1-3/+3
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering1-1/+1
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris1-4/+2
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris1-2/+10
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris1-6/+7
2011-09-21mtd: nand: wait to set BBT versionBrian Norris1-4/+8
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris1-5/+24
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris1-5/+12
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris2-3/+3
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris1-16/+19
2011-09-11mtd: nand: begin restructuring check_createBrian Norris1-19/+5
2011-09-11mtd: nand: fix styleBrian Norris1-14/+14
2011-09-11mtd: nand: remove unnecessary variableBrian Norris1-5/+3
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris1-3/+3
2011-09-11mtd: nand: refactor scanning codeBrian Norris1-20/+8
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris1-21/+25
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris4-26/+26
2011-09-11mtd: support reading OOB without ECCBrian Norris1-1/+6
2011-09-11mtd: support writing OOB without ECCBrian Norris1-1/+9
2011-09-11mtd: add the common code for GPMI-NAND controller driverHuang Shijie2-0/+1892
2011-09-11mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie3-0/+17
2011-09-11mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie3-0/+1313
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu1-1/+1
2011-09-11mtd: bcm_umi_nand: clean up error handling codeJulia Lawall1-15/+18