summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: cfi: allow building spi-intel standaloneArnd Bergmann2023-01-021-0/+1
* mtd: parsers: scpart: fix __udivdi3 undefined on mipsMikhail Zhilkin2023-01-021-1/+1
* mtd: parsers: Fix potential memory leak in mtd_parser_tplink_safeloader_parse()Yuan Can2023-01-021-1/+3
* Merge tag 'mtd/for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2022-12-1331-887/+665
|\
| * Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal2022-12-0511-45/+211
| |\
| | * mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee2022-11-223-0/+9
| | * mtd: spi-nor: issi: is25wp256: Init flash based on SFDPSudip Mukherjee2022-11-221-2/+2
| | * mtd: spi-nor: winbond: add support for W25Q512NW-IQJae Hyun Yoo2022-11-211-0/+3
| | * mtd: spi-nor: micron-st: Enable locking for mt25qu256aEliav Farber2022-11-211-0/+2
| | * mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng2022-11-211-1/+2
| | * mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q2...Yaliang Wang2022-11-211-7/+17
| | * mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc commentJonathan Neuschäfer2022-11-211-2/+1
| | * mtd: spi-nor: sysfs: print JEDEC ID for generic flash driverMichael Walle2022-11-211-2/+4
| | * mtd: spi-nor: add generic flash driverMichael Walle2022-11-213-2/+52
| | * mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle2022-11-211-0/+4
| | * mtd: spi-nor: move function declaration out of sfdp.hMichael Walle2022-11-212-2/+2
| | * mtd: spi-nor: remember full JEDEC flash IDMichael Walle2022-11-212-1/+6
| | * mtd: spi-nor: sysfs: hide manufacturer if it is not setMichael Walle2022-11-211-0/+2
| | * mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle2022-11-211-0/+14
| | * mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin2022-11-211-0/+2
| | * mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus2022-10-251-2/+12
| | * mtd: spi-nor: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...Tudor Ambarus2022-10-251-3/+7
| | * mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...Tudor Ambarus2022-10-251-5/+11
| | * mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt infoTakahiro Kuwano2022-10-251-0/+12
| | * mtd: spi-nor: spansion: Rename s28hs512t prefixTakahiro Kuwano2022-10-251-10/+10
| | * mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t infoTakahiro Kuwano2022-10-251-9/+8
| | * mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parseTakahiro Kuwano2022-10-251-0/+7
| | * mtd: spi-nor: Add support for flash resetSai Krishna Potthuri2022-10-251-0/+25
| * | Merge tag 'nand/for-6.2' into mtd/nextMiquel Raynal2022-12-059-78/+187
| |\ \
| | * | mtd: rawnand: Drop obsolete dependencies on COMPILE_TESTJean Delvare2022-11-251-3/+3
| | * | mtd: rawnand: marvell: Enable NFC/DEVBUS arbiterHamish Martin2022-11-171-1/+3
| | * | mtd: rawnand: lpc32xx_slc: Switch to using pm_ptr()Geert Uytterhoeven2022-11-071-8/+2
| | * | mtd: rawnand: lpc32xx_mlc: Switch to using pm_ptr()Geert Uytterhoeven2022-11-071-8/+2
| | * | mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi2022-11-071-2/+1
| | * | mtd: rawnand: cadence: support 64-bit slave dma interfaceValentin Korenblit2022-10-181-12/+58
| | * | mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy2022-10-181-0/+75
| | * | mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy2022-10-181-2/+2
| | * | mtd: rawnand: mpc5121: Replace NO_IRQ by 0Christophe Leroy2022-10-181-1/+1
| | * | mtd: rawnand: lpc32xx_slc: switch to using gpiod APIDmitry Torokhov2022-10-181-16/+17
| | * | mtd: rawnand: lpc32xx_mlc: switch to using gpiod APIDmitry Torokhov2022-10-181-17/+19
| | * | mtd: rawnand: gpmi: using pm_runtime_resume_and_get instead of pm_runtime_get...Zhang Qilong2022-10-181-8/+4
| | |/
| * | mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun2022-11-241-0/+2
| * | mtd: core: Fix refcount error in del_mtd_device()Shang XiaoJing2022-11-241-1/+3
| * | mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908Lukas Bulwahn2022-11-171-1/+1
| * | dt-bindings: mtd: Remove useless file about partitionsMiquel Raynal2022-11-171-1/+1
| * | mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang2022-11-171-0/+2
| * | mtd: inftlcore: fix repeated words in commentsJilin Yuan2022-11-071-1/+1
| * | mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui2022-11-071-0/+1
| * | mtd: core: set ROOT_DEV for partitions marked as rootfs in DTRafał Miłecki2022-11-071-0/+12
| * | mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu2022-11-071-1/+3