summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: Constrain even more when continuous reads are enabledMiquel Raynal2024-04-031-1/+11
* mtd: rawnand: Fix and simplify again the continuous read derivationsMiquel Raynal2024-04-031-14/+20
* mtd: rawnand: meson: fix scrambling mode value in command macroArseniy Krasnov2024-04-031-1/+1
* ubi: correct the calculation of fastmap sizeZhang Yi2024-04-031-3/+4
* ubi: Check for too small LEB size in VTBL codeRichard Weinberger2024-04-031-0/+6
* mtd: rawnand: lpc32xx_mlc: fix irq handler prototypeArnd Bergmann2024-03-261-2/+3
* mtd: maps: physmap-core: fix flash size larger than 32-bitBaruch Siach2024-03-261-1/+1
* mtd: spinand: esmt: Extend IDs to 5 bytesEzra Buehler2024-03-261-3/+6
* mtd: rawnand: marvell: fix layoutsElad Nachman2024-03-061-8/+5
* mtd: spinand: gigadevice: Fix the get ecc status issueHan Xu2024-03-061-2/+4
* mtd: rawnand: Clarify conditions to enable continuous readsMiquel Raynal2024-01-311-8/+16
* mtd: rawnand: Prevent sequential reads with on-die ECC enginesMiquel Raynal2024-01-311-0/+8
* mtd: rawnand: Fix core interference with sequential readsMiquel Raynal2024-01-311-0/+14
* mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal2024-01-311-6/+37
* mtd: maps: vmu-flash: Fix the (mtd core) switch to ref countersMiquel Raynal2024-01-311-1/+1
* mtd: Fix gluebi NULL pointer dereference caused by ftl notifierZhaoLong Wang2024-01-251-2/+2
* mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller responseRonald Monthero2024-01-251-1/+1
* mtd: cfi_cmdset_0001: Byte swap OTP infoLinus Walleij2023-11-281-2/+18
* mtd: rawnand: meson: check return value of devm_kasprintf()Yi Yang2023-11-281-0/+3
* mtd: rawnand: intel: check return value of devm_kasprintf()Yi Yang2023-11-281-0/+10
* mtd: rawnand: tegra: add missing check for platform_get_irq()Yi Yang2023-11-281-0/+4
* Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-209-5/+67
|\
| * 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: physmap-core: Restore map_rom fallbackGeert Uytterhoeven2023-09-111-0/+11
| * mtd: rawnand: marvell: Ensure program page operations are successfulMiquel Raynal2023-09-111-1/+22
* | ubi: Refuse attaching if mtd's erasesize is 0Zhihao Cheng2023-09-071-0/+7
|/
* Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2023-09-041-2/+1
|\
| * mfd: Explicitly include correct DT includesRob Herring2023-08-181-2/+1
* | Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-09-0380-1261/+1276
|\ \
| * \ 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