aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-07-18mtd: rawnand: mxc: Avoid inclusion of asm/mach headersBoris Brezillon1-2/+0
2018-07-18mtd: rawnand: brcmnand: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon1-1/+2
2018-07-18mtd: rawnand: lpc32xx: Allow selection of these drivers when COMPILE_TEST=yBoris Brezillon1-2/+4
2018-07-18mtd: rawnand: sharpsl: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon1-1/+2
2018-07-18mtd: rawnand: sharpsl: Remove inclusion of mach and asm headersBoris Brezillon1-4/+1
2018-07-18mtd: rawnand: omap2: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon1-1/+2
2018-07-18mtd: rawnand: Add 'depends on HAS_IOMEM' where missingBoris Brezillon1-0/+4
2018-07-18mtd: rawnand: gpmi: Remove useless dependency on MTD_NANDBoris Brezillon1-1/+1
2018-07-18mtd: rawnand: qcom: erased page bitflips detectionAbhishek Sahu1-37/+89
2018-07-18mtd: rawnand: gpmi: remove redundant variable payload_virtColin Ian King1-3/+0
2018-07-18mtd: rawnand: docg4: fix the probe function error pathMiquel Raynal1-10/+12
2018-07-18mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada4-25/+28
2018-07-18mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada1-8/+45
2018-07-18mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->devMasahiro Yamada1-8/+9
2018-07-18mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dtMartin Kaiser1-2/+2
2018-07-18mtd: spinand: macronix: Add support for MX35LF2GE4ABMiquel Raynal1-0/+8
2018-07-18mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon3-1/+138
2018-07-18mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf3-1/+143
2018-07-18mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan3-1/+151
2018-07-18mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan5-0/+1148
2018-07-18mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu1-24/+15
2018-07-18mtd: rawnand: qcom: code reorganization for raw readAbhishek Sahu1-68/+78
2018-07-18mtd: rawnand: qcom: check for operation errors in case of raw readAbhishek Sahu1-18/+40
2018-07-18mtd: rawnand: qcom: fix return value for raw page readAbhishek Sahu1-1/+1
2018-07-18mtd: rawnand: qcom: modify write_oob to remove read codeword partAbhishek Sahu1-12/+4
2018-07-18mtd: rawnand: qcom: parse read errors for read oob alsoAbhishek Sahu1-17/+9
2018-07-18mtd: rawnand: qcom: fix null pointer access for erased page detectionAbhishek Sahu1-3/+15
2018-07-18mtd: rawnand: qcom: erased page detection for uncorrectable errors onlyAbhishek Sahu1-22/+43
2018-07-18mtd: rawnand: qcom: wait for desc completion in all BAM channelsAbhishek Sahu1-1/+52
2018-07-18mtd: rawnand: qcom: use the ecc strength from device parameterAbhishek Sahu1-8/+21
2018-07-18mtd: rawnand: qcom: remove dt property nand-ecc-step-sizeAbhishek Sahu1-9/+2
2018-07-18mtd: rawnand: denali: use helper function for ecc setupAbhishek Sahu1-28/+2
2018-07-18mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu1-0/+33
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman8-27/+65
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-07mtd: nftl: remove redundant variable nb_erasesColin Ian King1-2/+1
2018-07-07mtd: cfi: cmdset_0002: remove redundant variable timeoColin Ian King1-2/+0
2018-07-07mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven1-2/+5
2018-07-07mtd: parsers: trx: add of_match_table with the new DT bindingRafał Miłecki1-0/+7
2018-07-07mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia1-0/+3
2018-07-03mtd: spi-nor: cadence-quadspi: Fix direct mode write timeoutsVignesh R1-2/+4
2018-07-02mtd: rawnand: micron: add fixup for ONFI revisionChris Packham1-0/+13
2018-07-02mtd: rawnand: add defines for ONFI version bitsChris Packham1-5/+5
2018-07-02mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham1-0/+4
2018-07-02mtd: rawnand: marvell: Handle on-die ECCChris Packham1-0/+1
2018-07-02mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner3-0/+1241
2018-07-02mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner1-0/+3
2018-07-02mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner1-0/+1
2018-07-02mtd: rawnand: hynix: fix decoding the OOB size on H27UCG8T2BTRMartin Blumenstingl1-0/+13
2018-07-02mtd: rawnand: micron: Update ecc_stats.correctedBoris Brezillon1-10/+11