aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds23-386/+976
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2-0/+105
2016-10-07Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-10-03mtd: nand: fix trivial spelling errorBrian Norris1-1/+1
2016-10-03Merge tag 'for-4.9' of github.com:linux-nand/linuxBrian Norris21-386/+853
2016-09-28mtdpart: Propagate _get/put_device()Richard Weinberger1-0/+18
2016-09-28Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+4
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger1-7/+15
2016-09-23mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon1-1/+1
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon1-1/+4
2016-09-23mtd: nand: sunxi: Support ECC maximizationBoris Brezillon1-0/+29
2016-09-23mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon1-0/+20
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+3
2016-09-23mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer1-2/+82
2016-09-23mtd: nand: mxc: implement onfi get/set featuresSascha Hauer1-0/+55
2016-09-23mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer1-62/+14
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon1-0/+157
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer1-0/+11
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer1-0/+29
2016-09-23mtd: nand: convert ONFI mode into data interfaceSascha Hauer1-206/+224
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer1-5/+20
2016-09-23mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devicesRoger Quadros1-4/+4
2016-09-23mtd: brcmnand: iProc big endian and ONFI supportRay Jui3-15/+28
2016-09-23mtd: nand_bbt: scan for next free bbt block if writing bbt failsKyle Roeschley1-6/+45
2016-09-23mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Boris Brezillon1-36/+74
2016-09-23mtd: nand: timings: Reorder tRR_min def in mode 0Boris Brezillon1-1/+1
2016-09-23mtd: nand: timings: Fix tADL_min for ONFI 4.0 chipsBoris Brezillon1-6/+6
2016-09-23mtd: nand: gpmi: get correct free oob spaceHan Xu1-1/+2
2016-09-23mtd: nand: sh_flctl: handle dma_submit() errorsBrian Norris1-1/+7
2016-09-23mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski1-2/+2
2016-09-23mtd: nand: Get rid of needless 'goto'Andrey Smirnov1-12/+6
2016-09-23mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov1-0/+9
2016-09-23Kconfig: nand: Remove redundant dependency on MTD_NANDAndrey Smirnov1-1/+1
2016-09-23Kconfig: nand: Make MTD_NAND_FSL_ELBC depend on FSL_SOCAndrey Smirnov1-1/+1
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez13-26/+13
2016-09-19mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann1-1/+1
2016-09-19mtd: nand: fix chances to create incomplete ECC data when writingRogerCC Lin1-2/+5
2016-09-19mtd: nand: fix generating over-boundary ECC data when writingRogerCC Lin1-4/+8
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2-0/+105
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-1/+0
2016-09-09mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan1-0/+3
2016-08-29mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failedRoger Quadros1-1/+1
2016-08-15ARM: realview: imply device tree bootLinus Walleij1-1/+1
2016-08-04Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-75/+263
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds31-246/+5540
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-07-29ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger1-9/+11
2016-07-29ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2-4/+27