aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
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-13/+29
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
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2-6/+45
2015-04-05mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire1-2/+2
2015-04-05mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh1-7/+7
2015-04-05mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2-2/+6
2015-03-30mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore1-0/+3
2015-03-30mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire1-14/+10
2015-03-30mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam1-1/+3
2015-03-30mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-6/+6
2015-03-30mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese1-1/+6
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros1-4/+23
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris1-1/+1
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris1-4/+4
2015-03-11mtd: nand: denali: drop dead codeBrian Norris1-3/+0
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris1-2/+2
2015-03-11mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König1-0/+4
2015-03-11mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König1-0/+7
2015-03-11mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König1-11/+29
2015-03-11mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König1-24/+10
2015-03-11mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König1-7/+7
2015-03-11mtd: mxc-nand: Add a timeout when waiting for interruptUwe Kleine-König1-11/+36
2015-03-11mtd: atmel_nand: check NFC busy flag by HSMC_SR instead of NFC cmd regsBoris Brezillon2-3/+3
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1