summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-06mtd: spi-nor: Add support for Macronix mx25u6435f serial flashMika Westerberg1-0/+1
2015-04-06mtd: spi-nor: Add support for Winbond w25q64dw serial flashMika Westerberg1-0/+1
2015-04-06mtd: spi-nor: add support for the Winbond W25X05 flashGabor Juhos1-0/+1
2015-04-06mtd: spi-nor: support en25s64 deviceShengzhou Liu1-0/+1
2015-04-06mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris1-3/+18
2015-04-06mtd: Make MTD tests cancelableRichard Weinberger10-24/+120
2015-04-06mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros1-27/+35
2015-04-06mtd: docg3: remove invalid __exit annotationsBrian Norris1-3/+3
2015-04-06mtd: fsl_ifc_nand: use msecs_to_jiffies for time conversionNicholas Mc Guire1-2/+2
2015-04-06mtd: atmel_nand: don't map the ROM table if no pmecc table offset in DTWu, Josh1-7/+7
2015-04-06mtd: atmel_nand: add a definition for the oob reserved bytesJosh Wu2-2/+6
2015-04-06mtd: part: Remove partition overlap checksDan Ehrenberg1-20/+1
2015-04-06mtd: part: Add sysfs variable for offset of partitionDan Ehrenberg1-0/+29
2015-04-06mtd: part: Create the master device node when partitionedDan Ehrenberg3-21/+62
2015-03-31mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.cMasanari Iida1-1/+1
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: fsl-quadspi: cleanup wait_for_completion return handlingNicholas Mc Guire1-2/+1
2015-03-31mtd: fsl-quadspi: Print the error valueFabio Estevam1-4/+4
2015-03-31mtd: cfi: clean up some indentingDan Carpenter1-15/+15
2015-03-31mtd: maps: sa1100-flash: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2015-03-31mtd: replace CONFIG_8xx by CONFIG_PPC_8xxChristophe Leroy1-1/+1
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-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris1-19/+38
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: blkdevs: remove dead codeBrian Norris1-3/+0
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: tests: fix more potential integer overflowsBrian Norris5-10/+10
2015-03-12mtd: onenand: drop dead codeBrian Norris1-9/+3
2015-03-12mtd: docg3: drop dead codeBrian Norris1-4/+1
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-28Merge MTD updates into -nextBrian Norris1-6/+42
2015-02-28mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard1-6/+42