aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
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-Hartman5-15/+48
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
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
2018-07-02mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin1-1/+6
2018-06-22mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionallyMasahiro Yamada1-1/+5
2018-06-22mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).Mason Yang1-12/+36
2018-06-22mtd: rawnand: fix return value check for bad block statusAbhishek Sahu1-1/+1
2018-06-19mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser1-1/+4
2018-06-19mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported featuresChris Packham1-0/+2
2018-06-18mtd: rawnand: marvell: remove the dmaengine compat needRobert Jarzmik1-16/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-9/+12
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds17-406/+269
2018-06-07Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon16-400/+267
2018-06-05Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-39/+35
2018-05-25Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/socOlof Johansson1-3/+3
2018-05-15mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon1-18/+9
2018-05-14mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2Boris Brezillon1-3/+5
2018-05-13mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)1-5/+47