summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-11-04Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-27mtd: rawnand: meson: check return value of devm_kasprintf()Yi Yang
2023-10-27mtd: rawnand: intel: check return value of devm_kasprintf()Yi Yang
2023-10-27mtd: rawnand: sh_flctl: Convert to module_platform_driver()Uwe Kleine-König
2023-10-16mtd: rawnand: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-10-16mtd: spinand: Add support for XTX XT26xxxDxxxxxBruce Suen
2023-10-16mtd: spinand: winbond: add support for serial NAND flashSridharan S N
2023-10-16mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_byKees Cook
2023-10-16mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_byKees Cook
2023-10-16mtd: spinand: add support for FORESEE F35SQA002GMartin Kurbanov
2023-10-16mtd: rawnand: rockchip: Use struct_size()Christophe JAILLET
2023-10-16mtd: rawnand: arasan: Include ECC syndrome along with in-band data while chec...Amit Kumar Mahapatra
2023-10-16mtd: Use device_get_match_data()Rob Herring
2023-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski
2023-09-27mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.cBartosz Golaszewski
2023-09-22mtd: rawnand: qcom: Unmap the right resource upon probe failureBibek Kumar Patro
2023-09-22mtd: rawnand: pl353: Ensure program page operations are successfulMiquel Raynal
2023-09-22mtd: rawnand: arasan: Ensure program page operations are successfulMiquel Raynal
2023-09-22mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_byKees Cook
2023-09-22mtd: rawnand: renesas: Annotate struct rnand_chip with __counted_byKees Cook
2023-09-22mtd: rawnand: meson: Annotate struct meson_nfc_nand_chip with __counted_byKees Cook
2023-09-22mtd: rawnand: marvell: Annotate struct marvell_nand_chip with __counted_byKees Cook
2023-09-22mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_byKees Cook
2023-09-22mtd: rawnand: denali: Annotate struct denali_chip with __counted_byKees Cook
2023-09-22mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_byKees Cook
2023-09-11mtd: rawnand: remove 'nand_exit_status_op()' prototypeArseniy Krasnov
2023-09-11mtd: rawnand: omap2: Fix check 0 for platform_get_irq()Yi Yang
2023-09-11mtd: rawnand: tegra: add missing check for platform_get_irq()Yi Yang
2023-09-11mtd: spinand: micron: correct bitmask for ecc statusMartin Kurbanov
2023-09-11mtd: rawnand: marvell: Ensure program page operations are successfulMiquel Raynal
2023-09-03Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-08-28Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal
2023-08-21mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()Li Zetao
2023-08-21mtd: rawnand: vf610_nfc: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: stm32_fmc2: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: mtk: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: mpc5121: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: lpc32xx_slc: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: intel: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: fsmc: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: arasan: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-21mtd: rawnand: qcom: Add read/read_start ops in exec_op pathSricharan Ramabadhran
2023-08-18mtd: rawnand: qcom: Clear buf_count and buf_start in raw readMd Sadre Alam
2023-08-18mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-08-18mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()Yi Yang
2023-08-18mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand...Ruan Jinjie
2023-08-18mtd: rawnand: qcom: Sort includes alphabeticallyManivannan Sadhasivam