summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-101-8/+50
|\
| * mtd: rawnand: tegra: Add runtime PM and OPP supportDmitry Osipenko2021-12-161-8/+50
* | mtd: rawnand: fsmc: Fix timing computationHerve Codina2021-12-031-8/+24
* | mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina2021-12-031-0/+4
* | mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina2021-12-031-2/+2
* | mtd: rawnand: Fix nand_erase_op delayHerve Codina2021-12-031-1/+1
* | mtd: rawnand: denali: Add the dependency on HAS_IOMEMCai Huoqing2021-12-031-1/+1
|/
* Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-11-0834-147/+161
|\
| * mtd: rawnand: arasan: Prevent an unsupported configurationMiquel Raynal2021-10-151-0/+15
| * mtd: rawnand: hynix: Add support for H27UCG8T2ETR-BC MLC NANDChris Morgan2021-10-152-0/+18
| * mtd: rawnand: xway: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: socrates: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: orion: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: gpio: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
| * Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
| * Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-14/+1
| * Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
| * Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
| * Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-5/+3
| * Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-3/+2
| * mtd: rawnand: Let callers use the bare Hamming helpersMiquel Raynal2021-10-151-3/+4
| * mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal2021-10-151-1/+3
| * mtd: onenand: samsung: drop Exynos4 and describe driver in KConfigKrzysztof Kozlowski2021-09-291-4/+5
| * mtd: rawnand: intel: Fix potential buffer overflow in probeEvgeny Novikov2021-09-141-0/+5
| * mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing2021-09-141-6/+2
| * mtd: rawnand: plat_nand: Make use of the helper function devm_platform_iorema...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-09-141-3/+2
| * mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-5/+2
| * mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-3/+1
| * mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-2/+1
| * mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-09-141-5/+2
| * mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...Cai Huoqing2021-09-141-4/+1
| * mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-5/+2
* | mtd: rawnand: qcom: Update code word value for raw readMd Sadre Alam2021-09-141-2/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * mtd/drivers/nand: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* | Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-09-058-24/+70
|\ \ | |/ |/|
| * mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET2021-08-231-1/+3