summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2015-08-14nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia
2015-08-07mtd: brcmnand: Fix misuse of IS_ENABLEDAxel Lin
2015-07-20mtd: nand: sunxi: Set serial access mode correctlyRoy Spliet
2015-07-20mtd: nand: sunxi: Replace failsafe timing cfg with calculated valueRoy Spliet
2015-07-20mtd: r852: make ecc_reg 32-bit in r852_ecc_correctNicolas Iooss
2015-07-20nand: davinci: add support for 4K page size nand devicesSandeep Paulraj
2015-07-06mtd: nandsim: fix double freeshengyong
2015-07-06mtd: nandsim: fix free of NULL pointershengyong
2015-06-17mtd: nandsim: Fix kasprintf() usageRichard Weinberger
2015-06-17mtd: cs553x_nand: Fix kasprintf() usageRichard Weinberger
2015-06-17mtd: r852: Fix device_create_file() usageRichard Weinberger
2015-06-17mtd: brcmnand: drop unnecessary initializationBrian Norris
2015-06-17mtd: diskonchip: remove two-phase partitioning / registrationBrian Norris
2015-05-27mtd: plat_nand: use default partition probeBrian Norris
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris
2015-05-22mtd: remove incorrect file nameBrian Norris
2015-05-21mtd: mxc_nand: generate nand_ecclayout for 8 bit ECCBaruch Siach
2015-05-20mtd: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven
2015-05-20mtd: mxc_nand: fix truncate of unaligned oob copyingBaruch Siach
2015-05-20mtd: mxc_nand: limit the size of used oobBaruch Siach
2015-05-20mtd: mxc_nand: cleanup copy_spare functionUwe Kleine-König
2015-05-18mtd: brcmnand: do not make local variable staticHauke Mehrtens
2015-05-18mtd: brcmnand: remove double new line from printHauke Mehrtens
2015-05-15mtd: brcmnand: add BCM63138 supportBrian Norris
2015-05-15mtd: brcmnand: add support for Broadcom's IPROC familyBrian Norris
2015-05-15mtd: brcmnand: add extra SoC support to libraryBrian Norris
2015-05-15mtd: brcmnand: add support for STB chipsBrian Norris
2015-05-15mtd: nand: add NAND driver "library" for Broadcom STB NAND controllerBrian Norris
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-07mtd: s3c2410: Constify platform_device_idKrzysztof Kozlowski
2015-05-07mtd: mxc-nand: Constify platform_device_idKrzysztof Kozlowski
2015-05-07mtd: nand: pxa3xx: fix build on ARM64Rob Herring
2015-05-07mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard
2015-05-07mtd: fsmc_nand: match wait_for_completion_timeout return typeNicholas Mc Guire
2015-05-07mtd: fsmc_nand: fix handling of wait_for_completion_timeout return valueNicholas Mc Guire
2015-05-07mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger
2015-05-07mtd: constify of_device_id arrayFabian Frederick
2015-05-07mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris
2015-05-07mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris
2015-05-07mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris
2015-05-07mtd: diskonchip: don't call nand_scan_bbt() directlyBrian Norris
2015-05-07mtd: nand_bbt: drop unnecessary headerBrian Norris
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-04-22Merge tag 'for-linus-20150422' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-04-22Merge MTD fixes from 4.0 into -nextBrian Norris
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner
2015-04-06mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire
2015-04-06mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh
2015-04-06mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu