aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik2014-04-021-1/+0
* mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie2014-01-031-2/+2
* mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris2014-01-031-2/+14
* mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang2013-01-031-0/+9
* mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-10-301-6/+3
* mtd: nandsim: bugfix: fail if overridesize is too bigRichard Genoud2012-10-171-0/+1
* mtd: omap2: fix module loadingAndreas Bießmann2012-10-171-0/+1
* mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann2012-10-171-1/+1
* mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani2012-10-171-1/+1
* mtd: nandsim: don't open code a do_div helperHerton Ronaldo Krzesinski2012-07-251-9/+3
* mtd: cafe_nand: fix an & vs | mistakeDan Carpenter2012-07-121-1/+1
* mtd: nand: fix scan_read_raw_oobDmitry Maluka2012-06-101-0/+1
* mtd: nand: gpmi: use correct member for checking NAND_BBT_USE_FLASHWolfram Sang2012-04-131-1/+1
* Revert "mtd: atmel_nand: optimize read/write buffer functions"Artem Bityutskiy2012-02-131-4/+41
* mtd: gpmi-nand bugfix: reset the BCH module when it is not MX23Huang Shijie2012-02-131-4/+14
* mtd: gpmi: add missing include 'module.h'Wolfram Sang2011-12-051-1/+1
* mtd: ndfc: fix typo in structure dereferenceTony Breeds2011-12-021-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-0748-1918/+4597
|\
| * mtd: nand: initialize ops.modeBrian Norris2011-10-161-0/+4
| * mtd: nand_h1900 never workedArnd Bergmann2011-10-161-1/+1
| * mtd: r852: make r852_pm_ops staticAxel Lin2011-10-011-3/+3
| * mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering2011-09-231-1/+1
| * mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris2011-09-211-4/+2
| * mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-211-2/+10
| * mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris2011-09-211-6/+7
| * mtd: nand: wait to set BBT versionBrian Norris2011-09-211-4/+8
| * mtd: nand: scrub BBT on ECC errorsBrian Norris2011-09-211-5/+24
| * mtd: nand: report ECC errors properly when reading BBTBrian Norris2011-09-211-5/+12
| * mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-212-3/+3
| * mtd: nand: remove gotos in `check_create()'Brian Norris2011-09-111-16/+19
| * mtd: nand: begin restructuring check_createBrian Norris2011-09-111-19/+5
| * mtd: nand: fix styleBrian Norris2011-09-111-14/+14
| * mtd: nand: remove unnecessary variableBrian Norris2011-09-111-5/+3
| * mtd: nand: do not ignore all ECC errorsBrian Norris2011-09-111-3/+3
| * mtd: nand: refactor scanning codeBrian Norris2011-09-111-20/+8
| * mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-21/+25
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-114-26/+26
| * mtd: support reading OOB without ECCBrian Norris2011-09-111-1/+6
| * mtd: support writing OOB without ECCBrian Norris2011-09-111-1/+9
| * mtd: add the common code for GPMI-NAND controller driverHuang Shijie2011-09-112-0/+1892
| * mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie2011-09-113-0/+17
| * mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie2011-09-113-0/+1313
| * mtd: mxc_nand: add mx53 NFC driver supportJason Liu2011-09-111-1/+1
| * mtd: bcm_umi_nand: clean up error handling codeJulia Lawall2011-09-111-15/+18
| * mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench2011-09-111-0/+19
| * mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi2011-09-111-1/+1
| * mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel2011-09-111-3/+4
| * mtd: cleanup style on pr_debug messagesBrian Norris2011-09-113-8/+6
| * mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-116-54/+51
| * mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-112-48/+42