summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2015-08-18mtd: omap_elm: Fix module aliasAxel Lin1-1/+1
2015-08-18mtd: denali_pci: switch to dev_err()Andy Shevchenko1-4/+4
2015-08-18mtd: denali_pci: refactor driver using devres APIAndy Shevchenko1-17/+6
2015-08-18mtd: denali_pci: use module_pci_driver() macroAndy Shevchenko1-11/+1
2015-08-18mtd: denali: hide core part from user in KconfigAndy Shevchenko1-8/+5
2015-08-14nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia1-6/+9
2015-08-07mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin1-2/+2
2015-07-20mtd: nand: sunxi: Set serial access mode correctlyRoy Spliet1-5/+12
2015-07-20mtd: nand: sunxi: Replace failsafe timing cfg with calculated valueRoy Spliet1-5/+68
2015-07-20mtd: r852: make ecc_reg 32-bit in r852_ecc_correctNicolas Iooss1-1/+1
2015-07-20nand: davinci: add support for 4K page size nand devicesSandeep Paulraj1-11/+31
2015-07-06mtd: nandsim: fix double freeshengyong1-18/+7
2015-07-06mtd: nandsim: fix free of NULL pointershengyong1-1/+2
2015-06-16mtd: nandsim: Fix kasprintf() usageRichard Weinberger1-0/+10
2015-06-16mtd: cs553x_nand: Fix kasprintf() usageRichard Weinberger1-3/+9
2015-06-16mtd: r852: Fix device_create_file() usageRichard Weinberger1-1/+5
2015-06-16mtd: brcmnand: drop unnecessary initializationBrian Norris1-1/+1
2015-06-16mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris1-8/+2
2015-05-27mtd: plat_nand: use default partition probeBrian Norris2-7/+1
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris1-1/+1
2015-05-22mtd: remove incorrect file nameBrian Norris4-8/+0
2015-05-20mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach1-1/+21
2015-05-20mtd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-05-20mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach1-4/+36
2015-05-20mtd: mxc_nand: limit the size of used oobBaruch Siach1-3/+13
2015-05-20mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König1-15/+31
2015-05-18mtd: brcmnand: do not make local variable staticHauke Mehrtens1-1/+1
2015-05-18mtd: brcmnand: remove double new line from printHauke Mehrtens1-1/+1
2015-05-15mtd: brcmnand: add BCM63138 supportBrian Norris2-0/+112
2015-05-15mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris2-0/+153
2015-05-15mtd: brcmnand: add extra SoC support to libraryBrian Norris2-5/+71
2015-05-15mtd: brcmnand: add support for STB chipsBrian Norris2-0/+45
2015-05-15mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris5-0/+2263
2015-05-11mtd: nand: add common DT init codeBrian Norris1-0/+41
2015-05-07mtd: s3c2410: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07mtd: nand: pxa3xx: fix build on ARM64Rob Herring1-11/+10
2015-05-07mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard1-11/+9
2015-05-06mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-06mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire1-3/+2
2015-05-06mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger1-3/+0
2015-05-06mtd: constify of_device_id arrayFabian Frederick1-1/+1
2015-05-06mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris1-1/+1
2015-05-06mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris1-7/+12
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+1
2015-05-06mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris1-11/+16
2015-05-06mtd: nand_bbt: drop unnecessary headerBrian Norris1-1/+0
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+0
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds11-110/+191
2015-04-22Merge MTD fixes from 4.0 into -nextBrian Norris1-0/+1