summaryrefslogtreecommitdiff
path: root/drivers/mtd/maps
AgeCommit message (Expand)AuthorFilesLines
2023-12-14mtd: maps: vmu-flash: Fix the (mtd core) switch to ref countersMiquel Raynal1-1/+1
2023-11-05Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds6-30/+16
2023-10-16mtd: Use device_get_match_data()Rob Herring1-7/+3
2023-10-16mtd: maps: sun_uflash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: maps: sa1100-flash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: maps: pxa2xx-flash: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-16mtd: maps: plat-ram: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-10-16mtd: maps: physmap-core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-16mtd: maps: lantiq-flash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-11mtd: physmap-core: Restore map_rom fallbackGeert Uytterhoeven1-0/+11
2023-08-18mtd: maps: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-07-27mtd: Explicitly include correct DT includesRob Herring6-5/+5
2023-07-12mtd: physmap-core: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-12mtd: lantiq-flash: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-8/+3
2023-07-12mtd: plat-ram: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-06-19mtd: maps: pismo: Switch back to use i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-04-19Merge tag 'spi-nor/for-6.4' into mtd/nextMiquel Raynal1-3/+2
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-03-09mtd: maps: pismo: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-24mtd: maps: pxa2xx-flash: fix memory leak in probeZheng Yongjun1-0/+2
2022-10-07Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-0/+3
2022-09-19mtd: physmap-core: Fix NULL pointer dereferencing in of_select_probe_type()Zeng Jingxiang1-0/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-09mtd: physmap: Drop if with an always false conditionUwe Kleine-König1-4/+0
2022-06-09mtd: physmap: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König1-6/+3
2022-06-06mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin1-0/+1
2022-06-06mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin1-0/+1
2022-06-03Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2022-04-25mtd: maps: ixp4xx: Drop driverLinus Walleij3-272/+0
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-2/+0
2022-01-02MIPS: TXX9: Remove rbtx4939 board supportThomas Bogendoerfer3-140/+0
2021-10-15mtd: fixup CFI on ixp4xxArnd Bergmann1-1/+1
2021-08-17mtd: maps: remove dead MTD map driver for PMC-Sierra MSP boardsLukas Bulwahn3-251/+0
2021-06-11mtd: amd76xrom: remove unnecessary oom messageZhen Lei1-4/+2
2021-06-11mtd: ck804xrom: remove unnecessary oom messageZhen Lei1-5/+3
2021-06-11mtd: esb2rom: remove unnecessary oom messageZhen Lei1-4/+3
2021-06-11mtd: ichxrom: remove unnecessary oom messageZhen Lei1-4/+2
2021-06-11mtd: sun_uflash: remove unnecessary oom messageZhen Lei1-3/+1
2021-05-10mtd: plat-ram: remove redundant dev_err call in platram_probe()Yu Kuai1-1/+0
2021-04-27Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2-2/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-11mtd: maps: fix error return code of physmap_flash_remove()Jia-Ju Bai1-1/+3
2021-03-11mtd: physmap: physmap-bt1-rom: Fix unintentional stack accessGustavo A. R. Silva1-1/+1
2021-02-01mtd: convert comma to semicolonZheng Yongjun1-4/+4
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal1-3/+8
2020-12-11mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny1-3/+8
2020-12-07mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warningSerge Semin1-4/+4
2020-10-02mtd: maps: vmu-flash: fix typos for struct memcardBernard Zhao1-2/+2
2020-10-02mtd: physmap: Add Baikal-T1 physically mapped ROM supportSerge Semin5-0/+160
2020-10-02mtd: maps: vmu-flash: simplify the return expression of probe_maple_vmuLiu Shixin1-6/+1