aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-26mtd: nand: vf610: remove useless mtd->ecclayout assignmentBoris BREZILLON1-2/+0
2016-01-26mtd: nand: lpc32xx_mlc: fix ecc.sizeBoris BREZILLON1-1/+1
2016-01-26mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON1-1/+0
2016-01-26mtd: nand: jz4740: kill the ->ecc_layout fieldBoris BREZILLON1-3/+0
2016-01-26mtd: nand: s3c2410: kill the ->ecc_layout fieldBoris BREZILLON1-3/+0
2016-01-24Merge v4.5-rc1 with MTD -next developmentBrian Norris10-80/+358
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+3
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott1-4/+2
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott1-1/+1
2016-01-23mtd: atmel_nand: Use of_device_get_match_dataRomain Izard1-3/+1
2016-01-23mtd: atmel_nand: Simplify error messagesRomain Izard1-2/+2
2016-01-23mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NANDHan Xu1-12/+14
2016-01-23mtd: nand: gpmi: add gpmi dsm supend/resume supportHuang Shijie1-1/+46
2016-01-23mtd: bcm47xxpart: don't fail because of bit-flipsRafał Miłecki1-16/+22
2016-01-23mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) onlyRafał Miłecki1-2/+2
2016-01-23mtd: onenand: unexport onenand_default_bbt()Thomas Petazzoni1-2/+0
2016-01-23mtd: onenand: make onenand_scan_bbt() staticThomas Petazzoni1-2/+1
2016-01-23mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt()Thomas Petazzoni1-2/+0
2016-01-23mtd: nand: sunxi: use mtd_div_by_ws() helperBrian Norris1-1/+1
2016-01-23mtd: atmel_nand: Do not warn on bitflipsRomain Izard1-2/+2
2016-01-22mtd: nand: sunxi: add randomizer supportBoris BREZILLON1-26/+261
2016-01-22mtd: nand: add NAND_NEED_SCRAMBLING flag to the H27UCG8T2ATR-BC definitionBoris BREZILLON1-2/+2
2016-01-22mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify codeChristophe Jaillet1-5/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-15mtd: nuc900_nand: read correct SMISR registerArnd Bergmann1-1/+1
2016-01-15mtd: mtk-nor: Drop bogus __init from mtk_nor_init()Geert Uytterhoeven1-2/+2
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds92-1617/+3065
2016-01-12Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+18
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+14
2016-01-10mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior1-3/+18
2016-01-08mtd: jz4780_nand: replace if/else blocks with switch/caseBrian Norris1-15/+19
2016-01-08mtd: nand: jz4780: Update ecc correction error codesHarvey Hunt1-4/+4
2016-01-07mtd: nandsim: use nand_get_controller_data()Brian Norris1-6/+12
2016-01-07mtd: jz4780_nand: remove useless mtd->priv = chip assignmentBrian Norris1-1/+0
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON26-257/+260
2016-01-07mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCsAlex Smith5-0/+857
2016-01-06Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtdLinus Torvalds2-15/+21
2016-01-06mtd: nand: jz4740: remove custom 'erased check' implementationBoris BREZILLON1-18/+1
2016-01-06mtd: nand: diskonchip: remove custom 'erased check' implementationBoris BREZILLON1-35/+3
2016-01-06mtd: nand: davinci: remove custom 'erased check' implementationBoris BREZILLON1-8/+1
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON1-7/+46
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON9-21/+29
2016-01-06mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmallocInsu Yun1-1/+7
2016-01-06mtd: spi-nor: wait until lock/unlock operations are readyEzequiel García1-2/+10
2016-01-06mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire1-2/+1
2016-01-06mtd: nand: assign reasonable default name for NAND driversBrian Norris1-0/+3
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris2-15/+21
2016-01-05mtd: spi-nor: fix stm_is_locked_sr() parametersBrian Norris1-2/+2
2016-01-05mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris1-4/+2
2016-01-05mtd: nand: fix for drop unnecessary partition parser dataStephen Rothwell1-1/+0