summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon16-400/+267
2018-05-15mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon1-18/+9
2018-05-13mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)1-5/+47
2018-05-09mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesJane Wan1-7/+10
2018-04-29mtd: rawnand: gpmi: remove unnecessary variablesSascha Hauer1-10/+5
2018-04-29mtd: rawnand: gpmi: return valid value from bch_set_geometry()Sascha Hauer1-2/+3
2018-04-29mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data structSascha Hauer3-14/+11
2018-04-29mtd: rawnand: gpmi: put only once used functions inlineSascha Hauer1-66/+23
2018-04-29mtd: rawnand: gpmi: pass buffer and len aroundSascha Hauer3-26/+19
2018-04-29mtd: rawnand: gpmi: drop dma_ops_typeSascha Hauer3-55/+23
2018-04-29mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal1-4/+6
2018-04-29mtd: rawnand: lpc32xx_slc: fix the probe function error pathMiquel Raynal1-3/+3
2018-04-29mtd: rawnand: lpc32xx_slc: clean the probe functionMiquel Raynal1-12/+14
2018-04-29mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal1-3/+3
2018-04-29mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal1-18/+20
2018-04-29mtd: rawnand: hisi504: fix the probe function error pathMiquel Raynal1-1/+1
2018-04-29mtd: rawnand: hisi504: clean the probe function error pathMiquel Raynal1-23/+12
2018-04-29mtd: rawnand: fsmc: fix the probe function error pathMiquel Raynal1-1/+3
2018-04-29mtd: rawnand: fsmc: clean the probe function styleMiquel Raynal1-12/+13
2018-04-29mtd: rawnand: fsl_ifc: fix probe function error pathMiquel Raynal1-3/+9
2018-04-29mtd: rawnand: fsl_elbc: fix probe function error pathMiquel Raynal1-4/+9
2018-04-29mtd: onenand: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-29mtd: rawnand: mtk: use of_device_get_match_data()Ryder Lee2-15/+2
2018-04-29mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai1-2/+2
2018-04-29mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy pollingBoris Brezillon1-76/+15
2018-04-29mtd: rawnand: gpmi: add support for specific ECC strengthStefan Agner1-10/+20
2018-04-26mtd: rawnand: davinci: don't acquire and enable clockSekhar Nori1-24/+1
2018-04-21mtd: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-6/+2
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds102-3399/+8740
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds4-2119/+1
2018-04-04Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Boris Brezillon2-5/+3
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon103-5504/+8737
2018-03-29mtd: nand: Fix some function description mismatches in core.cXiaolei Li1-6/+6
2018-03-29mtd: nand: atmel: Fix get_sectorsize() functionBoris Brezillon1-1/+1
2018-03-29mtd: rawnand: marvell: Rename ->ecc_clk into ->core_clkBoris Brezillon1-14/+14
2018-03-29mtd: rawnand: s3c2410: enhance the probe function error pathMiquel Raynal1-12/+12
2018-03-29mtd: rawnand: tango: fix probe function error pathMiquel Raynal1-1/+3
2018-03-29mtd: rawnand: sh_flctl: fix the probe function error pathMiquel Raynal1-0/+4
2018-03-29mtd: rawnand: omap2: fix the probe function error pathMiquel Raynal1-1/+4
2018-03-29mtd: rawnand: mxc: fix probe function error pathMiquel Raynal1-4/+7
2018-03-29mtd: rawnand: denali: fix probe function error pathMiquel Raynal1-1/+3
2018-03-29mtd: rawnand: davinci: fix probe function error pathMiquel Raynal1-1/+4
2018-03-29mtd: rawnand: cafe: fix probe function error pathMiquel Raynal1-1/+5
2018-03-29mtd: rawnand: brcmnand: fix probe function error pathMiquel Raynal1-1/+5
2018-03-29mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME modeBoris Brezillon1-135/+20
2018-03-29mtd: rawnand: marvell: Fix clock resource by adding a register clockGregory CLEMENT1-6/+28
2018-03-21mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0Jagdish Gediya1-5/+1
2018-03-21mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya1-13/+10
2018-03-21mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya1-2/+3
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon1-12/+4