summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2015-03-31mtd: denali: Disable sub-page writes in Denali NAND driverGraham Moore1-0/+3
2015-03-31mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire1-14/+10
2015-03-31mtd: nand: gpmi: Check for scan_bbt() errorFabio Estevam1-1/+3
2015-03-31mtd: nand: gpmi: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-6/+6
2015-03-31mtd: fsmc_nand.c: Use default timings if none are provided in the dtsStefan Roese1-1/+6
2015-03-31mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros1-4/+23
2015-03-25mtd: nand: fix spelling of REPLACEABLEBrian Norris1-1/+1
2015-03-12mtd: nand: fully initialize mtd_oob_opsBrian Norris1-4/+4
2015-03-12mtd: nand: denali: drop dead codeBrian Norris1-3/+0
2015-03-12mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris1-2/+2
2015-03-12mtd: mxc-nand: Warn on unimplemented commandsUwe Kleine-König1-0/+4
2015-03-12mtd: mxc-nand: Implement support for PARAM commandUwe Kleine-König1-0/+7
2015-03-12mtd: mxc-nand: Allow to use column addresses different from 0Uwe Kleine-König1-11/+29
2015-03-12mtd: mxc-nand: Do the word to byte mangling in the read_byte callbackUwe Kleine-König1-24/+10
2015-03-12mtd: mxc-nand: Only enable hardware checksumming for fully detected flashesUwe Kleine-König1-7/+7
2015-03-12mtd: 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-03mtd: atmel_nand: fix typo in dev_err error messageColin Ian King1-1/+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-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-06mtd: kconfig: replace PPC_OF with PPCKevin Hao1-1/+1
2015-02-06mtd: denali: remove unnecessary stubsMasahiro Yamada1-38/+0
2015-02-06mtd: nand: remove redundant local variableBaruch Siach1-2/+1
2015-02-06mtd: nand: omap: drop condition with no effectNicholas Mc Guire1-22/+9
2015-02-02mtd: nand: jz4740: Convert to GPIO descriptor APILars-Peter Clausen1-19/+10
2015-02-02mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra3-8/+9
2015-01-21mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-20mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh1-1/+24
2015-01-20mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh1-3/+3
2015-01-16nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita1-6/+0
2015-01-16mtd: nand: ams-delta: fix overwritten mtd_info->owner in initializationAkinobu Mita1-5/+1
2015-01-13mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore1-1/+1
2015-01-10mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0
2015-01-08mtd: nand: added nand_shutdownScott Branden1-0/+11
2014-12-22mtd: nand: gpmi: remove deprecated commentBoris BREZILLON1-8/+0
2014-12-22mtd: gpmi: Remove noisy error messageFabio Estevam1-1/+0
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds17-161/+1955
2014-12-01mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON1-0/+18
2014-12-01mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2-0/+185
2014-12-01mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2-0/+157
2014-11-29mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng1-2/+2
2014-11-26mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh1-29/+10
2014-11-26mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris1-45/+0
2014-11-26mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros1-7/+0