summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds56-214/+258
2023-04-19Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal55-210/+255
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König49-191/+99
2023-04-11mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2023-04-03mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo3-1/+138
2023-04-03mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov1-3/+3
2023-04-03mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_minChristophe Kerello1-1/+1
2023-04-03mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello1-0/+3
2023-03-28mtd: rawnand: stm32_fmc2: depends on ARCH_STM32 instead of MACH_STM32MP157Christophe Kerello1-1/+1
2023-03-22mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functionsTom Rix1-10/+0
2023-03-22mtd: nand: qcom: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-22mtd: rawnand: hynix: fix up bit 0 of sdr_timing_modeHector Palacios1-0/+13
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring2-4/+3
2023-03-22mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov1-1/+7
2023-03-22mtd: rawnand: nandsim: Artificially prevent sequential page readsMiquel Raynal1-1/+16
2023-03-07mtd: nand: raw: qcom_nandc: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam1-2/+1
2023-03-06mtd: nand: mxic-ecc: Fix mxic_ecc_data_xfer_wait_for_completion() when irq is...Christophe JAILLET1-0/+1
2023-03-06mtd: rawnand: meson: initialize struct with zeroesArseniy Krasnov1-1/+1
2023-03-06mtd: rawnand: orion: use devm_platform_ioremap_resource()Ye Xingchen1-3/+1
2023-02-26Merge tag 'mtd/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds16-663/+422
2023-02-06mtd: rawnand: sunxi: Precompute the ECC_CTL register valueSamuel Holland1-17/+10
2023-02-06mtd: rawnand: sunxi: Embed sunxi_nand_hw_ecc by valueSamuel Holland1-39/+6
2023-02-06mtd: rawnand: sunxi: Update OOB layout to match hardwareSamuel Holland1-0/+7
2023-02-03mtd: nand: ecc-mtk: Add ECC support fot MT7986 ICXiangsheng Hou1-3/+25
2023-01-30mtd: rawnand: fsl_elbc: Propagate HW ECC settings to HWPali Rohár1-0/+8
2023-01-30mtd: spinand: Add support for AllianceMemory AS5F34G04SNDMario Kicherer3-1/+155
2023-01-23mtd: spinand: macronix: use scratch buffer for DMA operationDaniel Golle1-1/+2
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2-61/+1
2023-01-13mtd: rawnand: vf610_nfc: use regular comments for functionsRandy Dunlap1-2/+2
2023-01-13mtd: rawnand: Support for sequential cache readsJaimeLiao1-4/+115
2023-01-13mtd: rawnand: Prepare the late addition of supported operation checksMiquel Raynal1-0/+10
2023-01-13mtd: rawnand: Check the data only read pattern only onceMiquel Raynal3-4/+22
2023-01-07mtd: remove tmio_nand driverArnd Bergmann3-541/+0
2023-01-07mtd: rawnand: pasemi: Don't use static data to track per-device stateUwe Kleine-König1-28/+35
2023-01-02mtd: rawnand: sunxi: Fix the size of the last OOB regionSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-6/+0
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Clean up chips after failed initSamuel Holland1-19/+20
2023-01-02mtd: rawnand: marvell: add missing layoutsAviram Dali1-0/+7
2022-12-13Merge tag 'mtd/for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds9-78/+187
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-12-05Merge tag 'nand/for-6.2' into mtd/nextMiquel Raynal9-78/+187
2022-11-25mtd: rawnand: Drop obsolete dependencies on COMPILE_TESTJean Delvare1-3/+3
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-18mtd: rawnand: marvell: Enable NFC/DEVBUS arbiterHamish Martin1-1/+3
2022-11-07mtd: rawnand: lpc32xx_slc: Switch to using pm_ptr()Geert Uytterhoeven1-8/+2
2022-11-07mtd: rawnand: lpc32xx_mlc: Switch to using pm_ptr()Geert Uytterhoeven1-8/+2
2022-11-07mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi1-2/+1
2022-11-07mtd: onenand: omap2: add dependency on GPMCKrzysztof Kozlowski1-0/+1