summaryrefslogtreecommitdiff
path: root/drivers/mtd/maps
AgeCommit message (Expand)AuthorFilesLines
2018-11-06mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon1-4/+11
2018-11-06mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon1-17/+27
2018-11-06mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon1-17/+6
2018-11-06mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon1-3/+2
2018-11-06mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon1-11/+18
2018-11-06mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon1-27/+28
2018-11-06mtd: maps: physmap: Add SPDX headerBoris Brezillon1-0/+1
2018-10-08mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado1-34/+21
2018-10-08mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado1-17/+17
2018-10-08mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado1-18/+21
2018-10-05mtd: maps: gpio-addr-flash: Use devm_* functionsRicardo Ribalda Delgado1-18/+8
2018-10-05mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado1-1/+1
2018-10-05mtd: maps: gpio-addr-flash: Replace custom printkRicardo Ribalda Delgado1-7/+3
2018-10-05mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado1-22/+5
2018-10-04mtd: physmap_of: Remove unused struct of_device_idRicardo Ribalda Delgado1-5/+0
2018-07-24mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap1-3/+3
2018-07-20mtd: Make Kconfig formatting consistentBoris Brezillon1-12/+12
2018-07-18mtd: maps: use mtd_device_register() where applicableRafał Miłecki4-9/+6
2018-07-07mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia1-0/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2018-05-03mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam1-1/+0
2018-03-29mtd: physmap_of: update struct map_info's swap as per map requirementPrabhakar Kushwaha1-0/+6
2018-03-21mtd: maps: remove bfin-async-flash driverArnd Bergmann3-207/+0
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds8-41/+11
2017-11-07mtd: constify mtd_partitionArvind Yadav7-7/+7
2017-11-07mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev1-34/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds1-6/+0
2017-09-04mtd: lantiq-flash: drop check of boot selectHauke Mehrtens1-6/+0
2017-08-15mtd: physmap_of: Retire Gemini pad controlLinus Walleij1-16/+0
2017-08-15mtd: physmap_of: Fix resources leak in 'of_flash_probe()'Christophe Jaillet1-2/+2
2017-08-15mtd: pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-15mtd: intel_vr_nor: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-15mtd: ck804xrom: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-15mtd: esb2rom: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-15mtd: amd76xrom: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-15mtd: ichxrom: constify pci_device_id.Arvind Yadav1-2/+2
2017-08-15mtd: Convert to using %pOF instead of full_nameRob Herring2-4/+4
2017-08-15mtd: physmap_of: Drop unnecessary staticJulia Lawall1-1/+1
2017-05-11mtd: physmap_of: Drop unnecessary staticJulia Lawall1-1/+1
2017-04-20mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki1-20/+10
2017-04-19mtd: physmap_of: really fix the physmap add-onsLinus Walleij2-6/+4
2017-02-10mtd: physmap_of: fixup gemini/versatile dependenciesBrian Norris3-4/+6
2017-02-09mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann1-2/+4
2017-02-09mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann1-3/+1
2017-02-09mtd: physmap_of: add a hook for Gemini flash probingLinus Walleij5-7/+153
2017-02-08mtd: update my email addressJohn Crispin1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-01mtd: maps: add missing iounmap() in error pathLuis Henriques1-1/+7