summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2015-09-30mtd: brcmnand: remove unnecessary fields from brcmnand_socBrian Norris1-2/+0
2015-09-30mtd: brcmnand: refactor iProc SoC layeringBrian Norris1-11/+11
2015-09-30mtd: brcmnand: refactor bcm63138 SoC layeringBrian Norris1-10/+8
2015-09-30mtd: nand: sunxi: rework macrosBoris BREZILLON1-59/+64
2015-09-30Merge MTD 4.3-rc updates into -nextBrian Norris2-18/+11
2015-09-30mtd: nand: vf610_nfc: include missing pincrl/consumer.hBrian Norris1-0/+1
2015-09-29mtd: nand: vf610_nfc: add hardware BCH-ECC supportStefan Agner2-4/+205
2015-09-29mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and othersStefan Agner3-0/+696
2015-09-29mtd: nand: denali: max_banks calculation changed in revision 5.1Graham Moore2-1/+12
2015-09-29mtd: nand: denali: pass col argument to READID operationEnrico Jorns1-1/+1
2015-09-28mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removalRobert Jarzmik1-2/+15
2015-09-28mtd: mxc_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-28mtd: mpc5121_nfc: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-28mtd: fsl_ifc_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-28mtd: fsl_elbc_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-28mtd: orion_nand: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-27mtd: nand: pxa3xx-nand: switch to dmaengineRobert Jarzmik1-114/+108
2015-09-27mxc_nand: fix copy_spareEric Benard1-1/+1
2015-09-21mtd: nand: sunxi: fix sunxi_nand_chips_cleanup()Boris BREZILLON1-0/+1
2015-09-21mtd: nandsim: drop null test before destroy functionsJulia Lawall1-2/+1
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+128
2015-09-21mtd: nand: sunxi: fix OOB handling in ->write_xxx() functionsBoris BREZILLON1-17/+9
2015-09-13Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris2-129/+131
2015-09-11mtd: nand: sunxi: rely on nand_dt_init initializationBoris BREZILLON1-17/+10
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut2-4/+5
2015-09-09mtd: sunxi_nand: Select the chip in sunxi_nand_chip_init_timings()Stefan Roese1-3/+9
2015-09-09Merge tag 'for-linus-20150909' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-128/+130
2015-09-02mtd: pxa3xx_nand: Remove unused platform-data flash specificationEzequiel García1-6/+27
2015-09-02mtd: nand: omap2: Rename shippable module to omap2_nandRoger Quadros1-1/+2
2015-08-25mtd: nand: add Toshiba TC58NVG0S3E to nand_ids tableOleksij Rempel1-0/+4
2015-08-19nand: pxa3xx: Increase READ_ID buffer and make the size staticEzequiel García1-21/+10
2015-08-19mtd: nand: pxa3xx-nand: fix random command timeoutsRobert Jarzmik1-3/+7
2015-08-19mtd: nand: pxa3xx_nand: fix early spurious interruptRobert Jarzmik1-1/+1
2015-08-18mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart1-0/+3
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-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-08-07fsl_ifc: Change IO accessor based on endiannessJaiprakash Singh1-128/+130
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