summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warningSerge Semin2020-12-071-4/+4
|/
* mtd: maps: vmu-flash: fix typos for struct memcardBernard Zhao2020-10-021-2/+2
* mtd: physmap: Add Baikal-T1 physically mapped ROM supportSerge Semin2020-10-025-0/+160
* mtd: maps: vmu-flash: simplify the return expression of probe_maple_vmuLiu Shixin2020-10-021-6/+1
* mtd: maps: physmap: Retain mtd-name property from dtsChris Packham2020-08-271-1/+2
* mtd: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-022-2/+2
* mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'Jason Yan2020-06-051-5/+0
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-2/+1
* mtd: maps: sa1100-flash: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-241-1/+1
* Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-302-9/+18
|\
| * mtd: maps: physmap: Add minimal Runtime PM supportGeert Uytterhoeven2020-01-271-5/+15
| * mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_...Jia-Ju Bai2020-01-271-4/+3
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-0612-22/+22
|/
* mtd: physmap_of: add a hook for Intel IXP4xx flash probingLinus Walleij2019-10-295-0/+166
* mtd: maps: l440gx: Avoid printing address to dmesgFuqian Huang2019-10-291-1/+1
* mtd: pismo: Simplify getting the adapter of a clientWolfram Sang2019-09-151-2/+1
* mtd: pxa2xx: Use ioremap_cache insted of ioremap_cachedChristoph Hellwig2019-09-151-2/+1
* mtd: sa1100: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-19/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 467Thomas Gleixner2019-06-191-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-306-85/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2112-0/+12
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* mtd: maps: Make uclinux_ram_map staticThomas Huth2019-05-061-7/+1
* mtd: maps: Allow MTD_PHYSMAP with MTD_RAMChris Packham2019-05-061-1/+1
* mtd: maps: physmap: Store gpio_values correctlyChris Packham2019-05-061-0/+2
* mtd: physmap_of_gemini: remove extranous __xipram annotationArnd Bergmann2019-05-061-1/+1
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-7/+0
|\
| * kbuild: announce removal of SUBDIRS if usedMasahiro Yamada2018-12-011-7/+0
* | Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-1/+9
|\|
| * mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon2018-11-061-1/+9
* | mtd: physmap_of_gemini: Handle pin controlLinus Walleij2018-12-062-1/+110
* | mtd: maps: physmap: Leave assigned complex mappingsLinus Walleij2018-12-061-2/+12
* | mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon2018-11-063-239/+0
* | mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado2018-11-061-8/+11
* | mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon2018-11-054-294/+157
* | mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gem...Boris Brezillon2018-11-057-10/+10
* | mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon2018-11-054-400/+240
* | mtd: maps: Prepare merging of physmap and physmap_ofBoris Brezillon2018-11-052-0/+2
* | mtd: maps: physmap: Fix coding style issues reported by checkpatchBoris Brezillon2018-11-051-15/+18
* | mtd: maps: physmap: Return -ENOMEM directly when info allocation failsBoris Brezillon2018-11-051-4/+2
* | mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon2018-11-051-4/+11
* | mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon2018-11-051-17/+27
* | mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon2018-11-051-17/+6