aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-2/+1
2015-03-02mtd: atmel_nand: fix typo in dev_err error messageColin Ian King1-1/+1
2015-03-02mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-02-28mtd: s3c2410: drop useless / misspelled debug printsBrian Norris1-3/+0
2015-02-28mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart1-0/+2
2015-02-28Merge MTD updates into -nextBrian Norris1-0/+2
2015-02-28mtd: pxa3xx_nand: fix driver when num_cs is 0Robert Jarzmik1-0/+2
2015-02-28mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik1-3/+19
2015-02-28mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard1-6/+42
2015-02-23mtd: sh_flctl: remove slave_id settings for DMAEngineArnd Bergmann1-2/+0
2015-02-15mtd: hisilicon: && vs & typoDan Carpenter1-1/+1
2015-02-08mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 SocZhou Wang3-0/+897
2015-02-05mtd: kconfig: replace PPC_OF with PPCKevin Hao1-1/+1
2015-02-05mtd: denali: remove unnecessary stubsMasahiro Yamada1-38/+0
2015-02-05mtd: nand: remove redundant local variableBaruch Siach1-2/+1
2015-02-05mtd: nand: omap: drop condition with no effectNicholas Mc Guire1-22/+9