aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon1-10/+0
2016-04-19mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon1-8/+44
2016-04-19mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon1-0/+36
2016-04-19mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon1-0/+40
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon1-8/+10
2016-04-19mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timingsBoris Brezillon1-0/+12
2016-04-19mtd: nand: sunxi: fix EDO mode selectionBoris Brezillon1-7/+11
2016-04-19mtd: nand: sunxi: fix clk rate calculationBoris Brezillon1-5/+5
2016-04-19mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()Boris Brezillon1-15/+15
2016-04-19mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-17/+11
2016-04-19mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-60/+73
2016-04-19mtd: nand: pasemi: switch to dev_* printing functionsRafał Miłecki1-8/+7
2016-04-19mtd: nand: socrates: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: plat: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: pasemi: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: orion: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: nuc900: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: mxc: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: gpio: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: ams-delta: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-04-19mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-3/+2
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-11/+7
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon5-5/+0
2016-04-19mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data()Zhaoxiu Zeng1-1/+2
2016-04-19mtd/ifc: Add support for IFC controller version 2.0Raghav Dogra1-33/+39
2016-04-19mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García1-19/+33
2016-04-19mtd: gpmi: fix raw_buffer pointer double free issueHan Xu1-0/+1
2016-04-19mtd: brcmnand: Add support for v6.2 controllersFlorian Fainelli1-1/+2
2016-04-19mtd: nand: jz4780: fixup, device structure assigned at probeJorge Ramirez-Ortiz1-1/+0
2016-04-19mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCsBoris Brezillon1-17/+20
2016-04-19mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki1-0/+2
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki1-1/+5
2016-04-19Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/nextBoris Brezillon1-28/+1
2016-04-15Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtdLinus Torvalds1-9/+1
2016-04-15mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros1-11/+18
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros1-20/+114
2016-04-15mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros1-8/+18
2016-04-15mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros1-6/+4
2016-04-15mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros1-1/+8
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia1-28/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-04-02mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García1-9/+1
2016-03-11mtd: nand: remove kerneldoc for removed function parameterBrian Norris1-1/+0
2016-03-10mtd: nand: Qualcomm NAND controller driverArchit Taneja3-0/+2231
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja4-25/+22
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON3-30/+31
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON1-12/+4
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON4-14/+10
2016-03-07mtd: nand: check status before reporting timeoutBrian Norris1-2/+2
2016-03-07mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris1-10/+0