summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mtd: Remove support for Carillo Ranch driverMatthew Wilcox (Oracle)2024-02-263-273/+0
* | mtd: maps: physmap-core: fix flash size larger than 32-bitBaruch Siach2024-02-261-1/+1
|/
* mtd: maps: vmu-flash: Fix the (mtd core) switch to ref countersMiquel Raynal2023-12-141-1/+1
* Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-046-30/+16
|\
| * mtd: Use device_get_match_data()Rob Herring2023-10-161-7/+3
| * mtd: maps: sun_uflash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: maps: sa1100-flash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
| * mtd: maps: pxa2xx-flash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-3/+2
| * mtd: maps: plat-ram: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-5/+3
| * mtd: maps: physmap-core: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-3/+2
| * mtd: maps: lantiq-flash: Convert to platform remove callback returning voidUwe Kleine-König2023-10-161-4/+2
* | mtd: physmap-core: Restore map_rom fallbackGeert Uytterhoeven2023-09-111-0/+11
|/
* mtd: maps: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-181-1/+1
* mtd: Explicitly include correct DT includesRob Herring2023-07-276-5/+5
* mtd: physmap-core: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: lantiq-flash: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-8/+3
* mtd: plat-ram: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: maps: pismo: Switch back to use i2c_driver's .probe()Uwe Kleine-König2023-06-191-1/+1
* Merge tag 'spi-nor/for-6.4' into mtd/nextMiquel Raynal2023-04-191-3/+2
|\
| * mtd: maps: pismo: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
* | mtd: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-221-1/+1
|/
* mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun2022-11-241-0/+2
* Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2022-10-071-0/+3
|\
| * mtd: physmap-core: Fix NULL pointer dereferencing in of_select_probe_type()Zeng Jingxiang2022-09-191-0/+3
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* mtd: physmap: Drop if with an always false conditionUwe Kleine-König2022-06-091-4/+0
* mtd: physmap: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König2022-06-091-6/+3
* mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin2022-06-061-0/+1
* mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin2022-06-061-0/+1
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-2/+0
|\
| * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-2/+0
* | mtd: maps: ixp4xx: Drop driverLinus Walleij2022-04-253-272/+0
|/
* MIPS: TXX9: Remove rbtx4939 board supportThomas Bogendoerfer2022-01-023-140/+0
* mtd: fixup CFI on ixp4xxArnd Bergmann2021-10-151-1/+1
* mtd: maps: remove dead MTD map driver for PMC-Sierra MSP boardsLukas Bulwahn2021-08-173-251/+0
* mtd: amd76xrom: remove unnecessary oom messageZhen Lei2021-06-111-4/+2
* mtd: ck804xrom: remove unnecessary oom messageZhen Lei2021-06-111-5/+3
* mtd: esb2rom: remove unnecessary oom messageZhen Lei2021-06-111-4/+3
* mtd: ichxrom: remove unnecessary oom messageZhen Lei2021-06-111-4/+2
* mtd: sun_uflash: remove unnecessary oom messageZhen Lei2021-06-111-3/+1
* mtd: plat-ram: remove redundant dev_err call in platram_probe()Yu Kuai2021-05-101-1/+0
* Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-04-262-2/+4
|\
| * mtd: maps: fix error return code of physmap_flash_remove()Jia-Ju Bai2021-03-111-1/+3
| * mtd: physmap: physmap-bt1-rom: Fix unintentional stack accessGustavo A. R. Silva2021-03-111-1/+1
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* mtd: convert comma to semicolonZheng Yongjun2021-02-011-4/+4
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-161-3/+8
|\ \
| | * mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny2020-12-101-3/+8
| |/