summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-0424-35/+320
|\
| * Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal2023-11-0417-15/+304
| |\
| | * mtd: rawnand: meson: check return value of devm_kasprintf()Yi Yang2023-10-271-0/+3
| | * mtd: rawnand: intel: check return value of devm_kasprintf()Yi Yang2023-10-271-0/+10
| | * mtd: rawnand: sh_flctl: Convert to module_platform_driver()Uwe Kleine-König2023-10-271-1/+2
| | * mtd: rawnand: Remove unused of_gpio.h inclusionAndy Shevchenko2023-10-162-2/+0
| | * mtd: spinand: Add support for XTX XT26xxxDxxxxxBruce Suen2023-10-161-0/+134
| | * mtd: spinand: winbond: add support for serial NAND flashSridharan S N2023-10-161-0/+45
| | * mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_byKees Cook2023-10-161-1/+1
| | * mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_byKees Cook2023-10-161-1/+1
| | * mtd: spinand: add support for FORESEE F35SQA002GMartin Kurbanov2023-10-163-1/+97
| | * mtd: rawnand: rockchip: Use struct_size()Christophe JAILLET2023-10-161-3/+2
| | * mtd: rawnand: arasan: Include ECC syndrome along with in-band data while chec...Amit Kumar Mahapatra2023-10-161-1/+1
| | * mtd: rawnand: remove 'nand_exit_status_op()' prototypeArseniy Krasnov2023-09-111-1/+0
| | * mtd: rawnand: omap2: Fix check 0 for platform_get_irq()Yi Yang2023-09-111-4/+4
| | * mtd: rawnand: tegra: add missing check for platform_get_irq()Yi Yang2023-09-111-0/+4
| * | mtd: Use device_get_match_data()Rob Herring2023-10-162-13/+9
| * | mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: renesas: Annotate struct rnand_chip with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: meson: Annotate struct meson_nfc_nand_chip with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: marvell: Annotate struct marvell_nand_chip with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: denali: Annotate struct denali_chip with __counted_byKees Cook2023-09-221-1/+1
| * | mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_byKees Cook2023-09-221-1/+1
| |/
* | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-10-311-12/+0
|\ \
| * | mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.cBartosz Golaszewski2023-09-271-12/+0
| |/
* | mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski2023-10-163-0/+9
* | mtd: rawnand: qcom: Unmap the right resource upon probe failureBibek Kumar Patro2023-09-221-1/+1
* | mtd: rawnand: pl353: Ensure program page operations are successfulMiquel Raynal2023-09-221-0/+9
* | mtd: rawnand: arasan: Ensure program page operations are successfulMiquel Raynal2023-09-221-2/+14
* | mtd: spinand: micron: correct bitmask for ecc statusMartin Kurbanov2023-09-111-1/+1
* | mtd: rawnand: marvell: Ensure program page operations are successfulMiquel Raynal2023-09-111-1/+22
|/
* Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-09-0346-972/+892
|\
| * Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal2023-08-2831-946/+871
| |\
| | * mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()Li Zetao2023-08-211-18/+4
| | * mtd: rawnand: vf610_nfc: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-20/+9
| | * mtd: rawnand: sunxi: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-23/+6
| | * mtd: rawnand: stm32_fmc2: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-13/+4
| | * mtd: rawnand: mtk: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-43/+19
| | * mtd: rawnand: mpc5121: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-9/+2
| | * mtd: rawnand: lpc32xx_slc: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-9/+3
| | * mtd: rawnand: intel: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-12/+3
| | * mtd: rawnand: fsmc: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-9/+3
| | * mtd: rawnand: arasan: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-24/+5
| | * mtd: rawnand: qcom: Add read/read_start ops in exec_op pathSricharan Ramabadhran2023-08-211-59/+35
| | * mtd: rawnand: qcom: Clear buf_count and buf_start in raw readMd Sadre Alam2023-08-181-0/+3
| | * mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-181-1/+1
| | * mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()Yi Yang2023-08-181-1/+6
| | * mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand...Ruan Jinjie2023-08-181-3/+4
| | * mtd: rawnand: qcom: Sort includes alphabeticallyManivannan Sadhasivam2023-08-181-7/+7