summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-01-0915-275/+286
|\
| * Merge tag 'nand/for-6.8' into mtd/nextMiquel Raynal2023-12-2215-262/+212
| |\
| | * mtd: rawnand: s3c2410: fix Excess struct member description kernel-doc warningsRandy Dunlap2023-12-201-2/+0
| | * mtd: rawnand: diskonchip: fix a potential double free in doc_probeDinghao Liu2023-12-141-4/+6
| | * mtd: rawnand: rockchip: Add missing title to a kernel doc commentMiquel Raynal2023-12-141-0/+1
| | * mtd: rawnand: rockchip: Rename a structureMiquel Raynal2023-12-141-3/+3
| | * mtd: rawnand: pl353: Fix kernel docMiquel Raynal2023-12-141-1/+1
| | * mtd: rawnand: brcmnand: exec_op implementationDavid Regan2023-12-041-223/+168
| | * mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_statusDavid Regan2023-12-041-6/+7
| | * mtd: rawnand: NAND controller write protectDavid Regan2023-12-041-0/+4
| | * mtd: rawnand: Add destructive operationBoris Brezillon2023-12-041-2/+4
| | * mtd: rawnand: meson: handle OOB buffer according OOB layoutArseniy Krasnov2023-11-301-2/+2
| | * mtd: rawnand: meson: initialize clock registerArseniy Krasnov2023-11-201-1/+3
| | * mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller responseRonald Monthero2023-11-201-1/+1
| | * mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-131-3/+2
| | * mtd: rawnand: txx9ndfmc: Drop if block with always false conditionUwe Kleine-König2023-11-131-2/+0
| | * mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()Uwe Kleine-König2023-11-131-5/+5
| | * mtd: rawnand: brcmnand: Convert to platform remove callback returning voidUwe Kleine-König2023-11-137-9/+7
| * | mtd: rawnand: Clarify conditions to enable continuous readsMiquel Raynal2023-12-221-8/+16
| * | mtd: rawnand: Prevent sequential reads with on-die ECC enginesMiquel Raynal2023-12-221-0/+8
| * | mtd: rawnand: Fix core interference with sequential readsMiquel Raynal2023-12-221-0/+14
| * | mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal2023-12-221-6/+37
| |/
* / spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)2023-11-301-1/+1
|/
* 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