summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2024-05-16Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds7-12/+17
2024-05-16Merge tag 'nand/for-6.10' into mtd/nextMiquel Raynal2-2/+5
2024-05-16Merge tag 'spi-nor/for-6.10' into mtd/nextMiquel Raynal1-2/+2
2024-05-03block2mtd: prevent direct access of bd_inodeYu Kuai1-2/+4
2024-04-29mtd: spi-nor: replace unnecessary div64_u64() with div_u64()Michael Walle1-2/+2
2024-04-26Merge tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-8/+7
2024-04-15mtd: mchp23k256: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-04-15mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi1-1/+1
2024-04-09mtd: diskonchip: work around ubsan link failureArnd Bergmann1-2/+2
2024-04-09mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_...Christian Marangi1-4/+3
2024-04-09mtd: maps: sa1100-flash: Prefer struct_size over open coded arithmeticErick Archer1-4/+2
2024-04-09mtd: core: Align comment with an action in mtd_otp_nvmem_add()Andy Shevchenko1-4/+3
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-25mtd: rawnand: hynix: fixed typoMaxim Korotkov1-1/+1
2024-03-25mtd: rawnand: davinci: Add dummy read after sending commandBastien Curutchet1-1/+4
2024-03-25mtd: partitions: redboot: Added conversion of operands to a larger typeDenis Arefev1-1/+1
2024-03-25mtd: core: Don't fail mtd_otp_nvmem_add() if OTP is unsupportedAapo Vienamo1-1/+5
2024-03-25mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_a...Aapo Vienamo1-2/+4
2024-03-25mtd: rawnand: brcmnand: Fix data access violation for STB chipWilliam Zhang1-1/+1
2024-03-22Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-146/+503
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-15Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds26-626/+535
2024-03-15Merge tag 'nand/for-6.9' into mtd/nextMiquel Raynal16-182/+403
2024-03-15mtd: rawnand: Ensure continuous reads are well disabledMiquel Raynal1-0/+3
2024-03-15mtd: rawnand: Constrain even more when continuous reads are enabledMiquel Raynal1-1/+11
2024-03-15mtd: rawnand: brcmnand: Add support for getting ecc setting from strapWilliam Zhang1-6/+77
2024-03-15mtd: rawnand: brcmnand: fix sparse warningsWilliam Zhang1-2/+2
2024-03-15mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl1-1/+1
2024-03-15mtd: rawnand: Ensure all continuous terms are always in syncMiquel Raynal1-9/+14
2024-03-15mtd: rawnand: Add a helper for calculating a page indexMiquel Raynal1-5/+11
2024-03-15mtd: rawnand: Fix and simplify again the continuous read derivationsMiquel Raynal1-14/+20
2024-03-15mtd: rawnand: hynix: remove @nand_technology kernel-doc descriptionRandy Dunlap1-1/+0
2024-03-15mtd: rawnand: brcmnand: Support write protection setting from dtsWilliam Zhang1-0/+4
2024-03-15mtd: rawnand: brcmnand: Add BCMBCA read data bus interfaceWilliam Zhang3-3/+46
2024-03-15mtd: rawnand: brcmnand: Rename bcm63138 nand driverWilliam Zhang3-100/+100
2024-03-14mtd: spi-nor: core: correct type of iMuhammad Usama Anjum1-1/+1
2024-03-14Merge tag 'spi-nor/for-6.9' into mtd/nextMiquel Raynal4-165/+125
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2-8/+10
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-25/+21
2024-03-11mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle1-1/+4
2024-03-08mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg1-1/+1
2024-02-26mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase mapTakahiro Kuwano1-2/+56
2024-02-26mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano4-17/+8
2024-02-26mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano4-105/+41
2024-02-26mtd: rawnand: brcmnand: update log level messagesDavid Regan1-3/+3
2024-02-26mtd: rawnand: brcmnand: fix style issuesWilliam Zhang1-12/+11
2024-02-26mtd: rawnand: brcmnand: exec_op helper functions return type fixesDavid Regan1-4/+8
2024-02-26mtd: rawnand: stm32_fmc2: add MP25 supportChristophe Kerello1-9/+45