summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2016-11-07mtd: nand: brcmnand: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-4/+6
2016-11-07mtd: nand: atmel: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-6/+4
2016-11-07mtd: nand: plat_nand: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: pasemi: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: orion: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: tmio: return error code of nand_scan() on errorMasahiro Yamada1-3/+3
2016-11-07mtd: nand: mpc5121: return error code of nand_scan() on errorMasahiro Yamada1-2/+2
2016-11-07mtd: nand: gpio: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: cs553x: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: cmx270: return error code of nand_scan() on errorMasahiro Yamada1-2/+2
2016-11-07mtd: nand: ams-delta: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-11-07mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada1-14/+10
2016-11-07mtd: nand: denali_dt: replace clk_disable() with clk_disable_unprepare()Masahiro Yamada1-1/+1
2016-11-07mtd: nand: add tango NAND flash controller supportMarc Gonzalez3-0/+666
2016-11-07mtd: nand: pxa3xx_nand: write exactly one message on probe failureUwe Kleine-König1-7/+10
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon1-1/+25
2016-11-07mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon1-1/+25
2016-11-07mtd: s3c2410: parse the device configuration from OF nodeSergio Prado1-17/+146
2016-11-07mtd: s3c2410: make ecc mode configurable via platform dataSergio Prado2-69/+63
2016-10-22mtd: nand: Add OX820 NAND SupportNeil Armstrong3-0/+201
2016-10-21mtd: nand: add support for the TC58NVG2S0H chipBoris Brezillon1-0/+3
2016-10-21mtd: nand: sunxi: fix support for 512bytes ECC chunksBoris Brezillon1-0/+4
2016-10-17mtd: nand: omap2: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-10-11Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds21-386/+853
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-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