summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon2018-11-051-3/+2
* | mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon2018-11-051-11/+18
* | mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon2018-11-051-27/+28
* | mtd: maps: physmap: Add SPDX headerBoris Brezillon2018-11-051-0/+1
|/
* mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado2018-10-081-34/+21
* mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado2018-10-081-17/+17
* mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado2018-10-081-18/+21
* mtd: maps: gpio-addr-flash: Use devm_* functionsRicardo Ribalda Delgado2018-10-051-18/+8
* mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado2018-10-051-1/+1
* mtd: maps: gpio-addr-flash: Replace custom printkRicardo Ribalda Delgado2018-10-051-7/+3
* mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado2018-10-051-22/+5
* mtd: physmap_of: Remove unused struct of_device_idRicardo Ribalda Delgado2018-10-041-5/+0
* mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap2018-07-241-3/+3
* mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-191-12/+12
* mtd: maps: use mtd_device_register() where applicableRafał Miłecki2018-07-184-9/+6
* mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia2018-07-071-0/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+4
* mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam2018-05-031-1/+0
* mtd: physmap_of: update struct map_info's swap as per map requirementPrabhakar Kushwaha2018-03-291-0/+6
* mtd: maps: remove bfin-async-flash driverArnd Bergmann2018-03-213-207/+0
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-228-41/+11
|\