summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: mtk: Fix init error pathMiquel Raynal2024-10-041-1/+3
* mtd: rawnand: mtk: Factorize out the logic cleaning mtk chipsMiquel Raynal2024-10-041-13/+18
* mtd: rawnand: mtk: Use for_each_child_of_node_scoped()Jinjie Ruan2024-10-041-5/+2
* mtd: powernv: Add check devm_kasprintf() returned valueCharles Han2024-10-041-0/+3
* mtd: slram: insert break after errors in parsing the mapMirsad Todorovac2024-10-041-0/+2
* ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-08-031-1/+2
* mtd: make mtd_test.c a separate moduleArnd Bergmann2024-08-032-17/+26
* mtd: spi-nor: winbond: fix w25q128 regressionMichael Walle2024-08-031-0/+2
* memory: fsl_ifc: Make FSL_IFC config visible and selectableEsben Haabendal2024-08-031-2/+1
* mtd: rawnand: rockchip: ensure NVDDR timings are rejectedVal Packett2024-05-271-3/+3
* mtd: rawnand: Bypass a couple of sanity checks during NAND identificationMiquel Raynal2024-05-271-24/+31
* mtd: rawnand: Fix the nand_read_data_op() early checkMiquel Raynal2024-05-271-1/+1
* mtd: rawnand: Ensure ECC configuration is propagated to upper layersMiquel Raynal2024-05-271-1/+8
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-2/+4
|\
| * block2mtd: prevent direct access of bd_inodeYu Kuai2024-05-031-2/+4
* | Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-05-167-12/+17
|\ \
| * \ Merge tag 'nand/for-6.10' into mtd/nextMiquel Raynal2024-05-162-2/+5
| |\ \
| | * | mtd: rawnand: hynix: fixed typoMaxim Korotkov2024-03-251-1/+1
| | * | mtd: rawnand: davinci: Add dummy read after sending commandBastien Curutchet2024-03-251-1/+4
| * | | Merge tag 'spi-nor/for-6.10' into mtd/nextMiquel Raynal2024-05-161-2/+2
| |\ \ \
| | * | | mtd: spi-nor: replace unnecessary div64_u64() with div_u64()Michael Walle2024-04-291-2/+2
| | |/ /
| * | | mtd: mchp23k256: drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-151-1/+0
| * | | mtd: maps: sa1100-flash: Prefer struct_size over open coded arithmeticErick Archer2024-04-091-4/+2
| * | | mtd: core: Align comment with an action in mtd_otp_nvmem_add()Andy Shevchenko2024-04-091-4/+3
| * | | mtd: partitions: redboot: Added conversion of operands to a larger typeDenis Arefev2024-03-251-1/+1
| * | | mtd: core: Don't fail mtd_otp_nvmem_add() if OTP is unsupportedAapo Vienamo2024-03-251-1/+5
| * | | mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_a...Aapo Vienamo2024-03-251-2/+4
| |/ /
* | | Merge tag 'mtd/fixes-for-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-264-8/+7
|\ \ \ | |_|/ |/| |
| * | mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi2024-04-151-1/+1
| * | mtd: diskonchip: work around ubsan link failureArnd Bergmann2024-04-091-2/+2
| * | mtd: rawnand: qcom: Fix broken OP_RESET_DEVICE command in qcom_misc_cmd_type_...Christian Marangi2024-04-091-4/+3
| * | mtd: rawnand: brcmnand: Fix data access violation for STB chipWilliam Zhang2024-03-251-1/+1
| |/
* / fs,block: yield devices earlyChristian Brauner2024-03-271-1/+1
|/
* Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2111-146/+503
|\
| * mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle2024-03-101-1/+4
| * mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle2024-02-253-0/+202
| * mtd: ubi: populate ubi volume fwnodeDaniel Golle2024-02-251-0/+27
| * mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle2024-02-254-8/+32
| * mtd: ubi: attach from device treeDaniel Golle2024-02-251-39/+96
| * mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle2024-02-253-85/+106
| * ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang2024-02-251-5/+4
| * ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan2024-02-252-7/+24
| * ubi: correct the calculation of fastmap sizeZhang Yi2024-02-251-3/+4
| * ubi: Check for too small LEB size in VTBL codeRichard Weinberger2024-02-251-0/+6
* | Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-151-1/+1
|\ \
| * | mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg2024-03-081-1/+1
| |/
* | Merge tag 'mtd/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2024-03-1526-626/+535
|\ \
| * \ Merge tag 'nand/for-6.9' into mtd/nextMiquel Raynal2024-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