summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)Author
2021-12-03mtd: rawnand: fsmc: Fix timing computationHerve Codina
2021-12-03mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina
2021-12-03mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina
2021-12-03mtd: rawnand: Fix nand_erase_op delayHerve Codina
2021-12-03mtd: rawnand: denali: Add the dependency on HAS_IOMEMCai Huoqing
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-10-15mtd: rawnand: arasan: Prevent an unsupported configurationMiquel Raynal
2021-10-15mtd: rawnand: hynix: Add support for H27UCG8T2ETR-BC MLC NANDChris Morgan
2021-10-15mtd: rawnand: xway: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: socrates: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: orion: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: gpio: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC enginesMiquel Raynal
2021-10-15Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"Miquel Raynal
2021-10-15mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal
2021-09-14mtd: rawnand: qcom: Update code word value for raw readMd Sadre Alam
2021-09-14mtd: rawnand: intel: Fix potential buffer overflow in probeEvgeny Novikov
2021-09-14mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing
2021-09-14mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2021-09-14mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...Cai Huoqing
2021-09-14mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2021-09-14mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing
2021-09-14mtd: rawnand: plat_nand: Make use of the helper function devm_platform_iorema...Cai Huoqing
2021-09-14mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2021-09-14mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap...Cai Huoqing
2021-09-14mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_...Cai Huoqing
2021-09-14mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing
2021-09-14mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...Cai Huoqing
2021-09-14mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing
2021-09-14mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing
2021-09-14mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing
2021-09-14mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...Cai Huoqing
2021-09-14mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mtd/drivers/nand: use HZ macrosDaniel Lezcano
2021-09-05Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-08-23mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET
2021-08-17mtd: rawnand: intel: Fix error handling in probeEvgeny Novikov
2021-08-06mtd: rawnand: remove never changed ret variableJason Wang
2021-08-06mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typoVladimir Molokov
2021-08-06mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam