summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-01-23memory: renesas-rpc-if: Remove Runtime PM wrappersGeert Uytterhoeven1-3/+3
2023-01-23memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()Geert Uytterhoeven1-9/+9
2023-01-23mtd: spinand: macronix: use scratch buffer for DMA operationDaniel Golle1-1/+2
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2-61/+1
2023-01-13mtd: rawnand: vf610_nfc: use regular comments for functionsRandy Dunlap1-2/+2
2023-01-13mtd: rawnand: Support for sequential cache readsJaimeLiao1-4/+115
2023-01-13mtd: rawnand: Prepare the late addition of supported operation checksMiquel Raynal1-0/+10
2023-01-13mtd: rawnand: Check the data only read pattern only onceMiquel Raynal3-4/+22
2023-01-07mtd: remove tmio_nand driverArnd Bergmann3-541/+0
2023-01-07mtd: rawnand: pasemi: Don't use static data to track per-device stateUwe Kleine-König1-28/+35
2023-01-02mtd: dataflash: remove duplicate SPI ID tableArnd Bergmann1-9/+0
2023-01-02mtd: rawnand: sunxi: Fix the size of the last OOB regionSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-6/+0
2023-01-02mtd: rawnand: sunxi: Remove an unnecessary checkSamuel Holland1-1/+1
2023-01-02mtd: rawnand: sunxi: Clean up chips after failed initSamuel Holland1-19/+20
2023-01-02mtd: rawnand: marvell: add missing layoutsAviram Dali1-0/+7
2023-01-02mtd: cfi: allow building spi-intel standaloneArnd Bergmann1-0/+1
2023-01-02mtd: parsers: scpart: fix __udivdi3 undefined on mipsMikhail Zhilkin1-1/+1
2023-01-02mtd: parsers: Fix potential memory leak in mtd_parser_tplink_safeloader_parse()Yuan Can1-1/+3
2022-12-26mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tablesTakahiro Kuwano1-12/+16
2022-12-26mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()Takahiro Kuwano4-29/+28
2022-12-26mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano1-1/+1
2022-12-13Merge tag 'mtd/for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds31-887/+665
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-15/+15
2022-12-05Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal11-45/+211
2022-12-05Merge tag 'nand/for-6.2' into mtd/nextMiquel Raynal9-78/+187
2022-11-25mtd: rawnand: Drop obsolete dependencies on COMPILE_TESTJean Delvare1-3/+3
2022-11-24mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun1-0/+2
2022-11-24mtd: core: Fix refcount error in del_mtd_device()Shang XiaoJing1-1/+3
2022-11-22mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee3-0/+9
2022-11-22mtd: spi-nor: issi: is25wp256: Init flash based on SFDPSudip Mukherjee1-2/+2
2022-11-21mtd: spi-nor: winbond: add support for W25Q512NW-IQJae Hyun Yoo1-0/+3
2022-11-21mtd: spi-nor: micron-st: Enable locking for mt25qu256aEliav Farber1-0/+2
2022-11-21mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng1-1/+2
2022-11-21mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q2...Yaliang Wang1-7/+17
2022-11-21mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc commentJonathan Neuschäfer1-2/+1
2022-11-21mtd: spi-nor: sysfs: print JEDEC ID for generic flash driverMichael Walle1-2/+4
2022-11-21mtd: spi-nor: add generic flash driverMichael Walle3-2/+52
2022-11-21mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle1-0/+4
2022-11-21mtd: spi-nor: move function declaration out of sfdp.hMichael Walle2-2/+2
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle2-1/+6
2022-11-21mtd: spi-nor: sysfs: hide manufacturer if it is not setMichael Walle1-0/+2
2022-11-21mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle1-0/+14
2022-11-21mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin1-0/+2
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld5-15/+15
2022-11-17mtd: rawnand: marvell: Enable NFC/DEVBUS arbiterHamish Martin1-1/+3
2022-11-17mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908Lukas Bulwahn1-1/+1
2022-11-17dt-bindings: mtd: Remove useless file about partitionsMiquel Raynal1-1/+1
2022-11-17mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang1-0/+2