summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-03-1516-182/+403
|\
| * mtd: rawnand: Ensure continuous reads are well disabledMiquel Raynal2024-03-151-0/+3
| * mtd: rawnand: Constrain even more when continuous reads are enabledMiquel Raynal2024-03-151-1/+11
| * mtd: rawnand: brcmnand: Add support for getting ecc setting from strapWilliam Zhang2024-03-151-6/+77
| * mtd: rawnand: brcmnand: fix sparse warningsWilliam Zhang2024-03-151-2/+2
| * mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl2024-03-151-1/+1
| * mtd: rawnand: Ensure all continuous terms are always in syncMiquel Raynal2024-03-151-9/+14
| * mtd: rawnand: Add a helper for calculating a page indexMiquel Raynal2024-03-151-5/+11
| * mtd: rawnand: Fix and simplify again the continuous read derivationsMiquel Raynal2024-03-151-14/+20
| * mtd: rawnand: hynix: remove @nand_technology kernel-doc descriptionRandy Dunlap2024-03-151-1/+0
| * mtd: rawnand: brcmnand: Support write protection setting from dtsWilliam Zhang2024-03-151-0/+4
| * mtd: rawnand: brcmnand: Add BCMBCA read data bus interfaceWilliam Zhang2024-03-153-3/+46
| * mtd: rawnand: brcmnand: Rename bcm63138 nand driverWilliam Zhang2024-03-153-100/+100
| * mtd: rawnand: brcmnand: update log level messagesDavid Regan2024-02-261-3/+3
| * mtd: rawnand: brcmnand: fix style issuesWilliam Zhang2024-02-261-12/+11
| * mtd: rawnand: brcmnand: exec_op helper functions return type fixesDavid Regan2024-02-261-4/+8
| * mtd: rawnand: stm32_fmc2: add MP25 supportChristophe Kerello2024-02-261-9/+45
| * mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burstChristophe Kerello2024-02-261-5/+24
| * mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann2024-02-261-2/+3
| * mtd: rawnand: Prefer struct_size over open coded arithmeticErick Archer2024-02-261-1/+1
| * mtd: rawnand: meson: fix scrambling mode value in command macroArseniy Krasnov2024-02-261-1/+1
| * mtd: rawnand: remove redundant assignment to variable bbtblocksColin Ian King2024-02-261-1/+0
| * mtd: spinand: esmt: Extend IDs to 5 bytesEzra Buehler2024-02-051-3/+6
| * mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missingUwe Kleine-König2024-02-051-1/+2
| * mtd: spinand: winbond: add support for W25N04KVZhi-Jun You2024-02-051-0/+12
* | mtd: rawnand: marvell: fix layoutsElad Nachman2024-02-051-8/+5
* | mtd: spinand: gigadevice: Fix the get ecc status issueHan Xu2024-02-051-2/+4
|/
* 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
|/