summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)Author
2018-07-18mtd: rawnand: mxc: Avoid inclusion of asm/mach headersBoris Brezillon
2018-07-18mtd: rawnand: brcmnand: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon
2018-07-18mtd: rawnand: lpc32xx: Allow selection of these drivers when COMPILE_TEST=yBoris Brezillon
2018-07-18mtd: rawnand: sharpsl: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon
2018-07-18mtd: rawnand: sharpsl: Remove inclusion of mach and asm headersBoris Brezillon
2018-07-18mtd: rawnand: omap2: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon
2018-07-18mtd: rawnand: Add 'depends on HAS_IOMEM' where missingBoris Brezillon
2018-07-18mtd: rawnand: gpmi: Remove useless dependency on MTD_NANDBoris Brezillon
2018-07-18mtd: rawnand: qcom: erased page bitflips detectionAbhishek Sahu
2018-07-18mtd: rawnand: gpmi: remove redundant variable payload_virtColin Ian King
2018-07-18mtd: rawnand: docg4: fix the probe function error pathMiquel Raynal
2018-07-18mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada
2018-07-18mtd: rawnand: denali_dt: add more clocks based on IP datasheetMasahiro Yamada
2018-07-18mtd: rawnand: denali_dt: use dev as a shorthand of &pdev->devMasahiro Yamada
2018-07-18mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dtMartin Kaiser
2018-07-18mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu
2018-07-18mtd: rawnand: qcom: code reorganization for raw readAbhishek Sahu
2018-07-18mtd: rawnand: qcom: check for operation errors in case of raw readAbhishek Sahu
2018-07-18mtd: rawnand: qcom: fix return value for raw page readAbhishek Sahu
2018-07-18mtd: rawnand: qcom: modify write_oob to remove read codeword partAbhishek Sahu
2018-07-18mtd: rawnand: qcom: parse read errors for read oob alsoAbhishek Sahu
2018-07-18mtd: rawnand: qcom: fix null pointer access for erased page detectionAbhishek Sahu
2018-07-18mtd: rawnand: qcom: erased page detection for uncorrectable errors onlyAbhishek Sahu
2018-07-18mtd: rawnand: qcom: wait for desc completion in all BAM channelsAbhishek Sahu
2018-07-18mtd: rawnand: qcom: use the ecc strength from device parameterAbhishek Sahu
2018-07-18mtd: rawnand: qcom: remove dt property nand-ecc-step-sizeAbhishek Sahu
2018-07-18mtd: rawnand: denali: use helper function for ecc setupAbhishek Sahu
2018-07-18mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu
2018-07-02mtd: rawnand: micron: add fixup for ONFI revisionChris Packham
2018-07-02mtd: rawnand: add defines for ONFI version bitsChris Packham
2018-07-02mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham
2018-07-02mtd: rawnand: marvell: Handle on-die ECCChris Packham
2018-07-02mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner
2018-07-02mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner
2018-07-02mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner
2018-07-02mtd: rawnand: hynix: fix decoding the OOB size on H27UCG8T2BTRMartin Blumenstingl
2018-07-02mtd: rawnand: micron: Update ecc_stats.correctedBoris Brezillon
2018-07-02mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin
2018-06-22mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionallyMasahiro Yamada
2018-06-22mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).Mason Yang
2018-06-22mtd: rawnand: fix return value check for bad block statusAbhishek Sahu
2018-06-19mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser
2018-06-19mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported featuresChris Packham
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds