summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)AuthorFilesLines
2021-10-15Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"Miquel Raynal1-5/+3
2021-10-15Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"Miquel Raynal1-3/+2
2021-10-15mtd: rawnand: fsmc: Fix use of SM ORDERMiquel Raynal1-1/+3
2021-09-14mtd: rawnand: qcom: Update code word value for raw readMd Sadre Alam1-2/+6
2021-09-14mtd: rawnand: intel: Fix potential buffer overflow in probeEvgeny Novikov1-0/+5
2021-09-14mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_iorem...Cai Huoqing1-6/+2
2021-09-14mtd: rawnand: plat_nand: Make use of the helper function devm_platform_iorema...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap...Cai Huoqing1-3/+2
2021-09-14mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-5/+2
2021-09-14mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-3/+1
2021-09-14mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-2/+1
2021-09-14mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-5/+2
2021-09-14mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-4/+1
2021-09-14mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-5/+2
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08mtd/drivers/nand: use HZ macrosDaniel Lezcano1-1/+1
2021-09-05Merge tag 'mtd/for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds6-15/+59
2021-08-23mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...Christophe JAILLET1-1/+3
2021-08-17mtd: rawnand: intel: Fix error handling in probeEvgeny Novikov1-9/+18
2021-08-06mtd: rawnand: remove never changed ret variableJason Wang1-2/+2
2021-08-06mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typoVladimir Molokov1-1/+1
2021-08-06mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam1-0/+6
2021-07-16mtd: rawnand: Fix a couple of spelling mistakes in KconfigColin Ian King1-2/+2
2021-07-16mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller1-0/+33
2021-07-16mtd: rawnand: Add a check in of_get_nand_secure_regions()Dan Carpenter1-2/+2
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds20-272/+2316
2021-06-30Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger19-266/+2314
2021-06-18mtd: rawnand: omap: Add larger page NAND chips supportMiquel Raynal2-69/+116
2021-06-18mtd: rawnand: omap: Various style fixesMiquel Raynal1-5/+7
2021-06-18mtd: rawnand: omap: Check return valuesMiquel Raynal1-9/+21
2021-06-18mtd: rawnand: omap: Rename a macroMiquel Raynal1-8/+8
2021-06-18mtd: rawnand: omap: Aggregate the HW configuration of the ELMMiquel Raynal1-19/+11
2021-06-18mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controllerMiquel Raynal3-0/+1203
2021-06-18mtd: rawnand: qcom: avoid writing to obsolete registerMd Sadre Alam1-6/+12
2021-06-18mtd: rawnand: marvell: Minor documentation correctionSouptick Joarder1-1/+1
2021-06-18mtd: rawnand: r852: use DEVICE_ATTR_RO() helper macroZhen Lei1-4/+3
2021-06-18mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang1-1/+3
2021-06-18mtd: rawnand: arasan: Finer grain NV-DDR configurationMiquel Raynal1-2/+54
2021-06-18mtd: rawnand: arasan: Rename the data interface registerMiquel Raynal1-7/+7
2021-06-18mtd: rawnand: onfi: Fix endianness when reading NV-DDR valuesMiquel Raynal1-3/+3
2021-06-18mtd: rawnand: arasan: Use the right DMA maskMiquel Raynal1-0/+4
2021-06-11mtd: rawnand: atmel: remove unnecessary oom messageZhen Lei1-3/+1
2021-06-11mtd: rawnand: sunxi: remove unnecessary oom messageZhen Lei1-3/+1