summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * mtd: constify mtd_partitionArvind Yadav2017-11-067-7/+7
| * mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev2017-11-061-34/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-151-6/+0
|\
| * mtd: lantiq-flash: drop check of boot selectHauke Mehrtens2017-09-041-6/+0
* | mtd: physmap_of: Retire Gemini pad controlLinus Walleij2017-08-151-16/+0
* | mtd: physmap_of: Fix resources leak in 'of_flash_probe()'Christophe Jaillet2017-08-151-2/+2
* | mtd: pci: constify pci_device_id.Arvind Yadav2017-08-151-1/+1
* | mtd: intel_vr_nor: constify pci_device_id.Arvind Yadav2017-08-151-1/+1
* | mtd: ck804xrom: constify pci_device_id.Arvind Yadav2017-08-151-2/+2
* | mtd: esb2rom: constify pci_device_id.Arvind Yadav2017-08-151-2/+2
* | mtd: amd76xrom: constify pci_device_id.Arvind Yadav2017-08-151-2/+2
* | mtd: ichxrom: constify pci_device_id.Arvind Yadav2017-08-151-2/+2
* | mtd: Convert to using %pOF instead of full_nameRob Herring2017-08-152-4/+4
* | mtd: physmap_of: Drop unnecessary staticJulia Lawall2017-08-151-1/+1
|/
* mtd: physmap_of: Drop unnecessary staticJulia Lawall2017-05-111-1/+1
* mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki2017-04-191-20/+10
* mtd: physmap_of: really fix the physmap add-onsLinus Walleij2017-04-192-6/+4
* mtd: physmap_of: fixup gemini/versatile dependenciesBrian Norris2017-02-103-4/+6
* mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann2017-02-081-2/+4
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-02-081-3/+1
* mtd: physmap_of: add a hook for Gemini flash probingLinus Walleij2017-02-085-7/+153
* mtd: update my email addressJohn Crispin2017-02-081-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mtd: maps: add missing iounmap() in error pathLuis Henriques2016-11-301-1/+7
* ARM: realview: imply device tree bootLinus Walleij2016-08-151-1/+1
* mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter2016-07-151-3/+3
* mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter2016-07-151-1/+3