aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
Commit message (Expand)AuthorAge
* mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon2018-11-06
* mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado2018-10-08
* mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado2018-10-08
* mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado2018-10-08
* mtd: maps: gpio-addr-flash: Use devm_* functionsRicardo Ribalda Delgado2018-10-05
* mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado2018-10-05
* mtd: maps: gpio-addr-flash: Replace custom printkRicardo Ribalda Delgado2018-10-05
* mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado2018-10-05
* mtd: physmap_of: Remove unused struct of_device_idRicardo Ribalda Delgado2018-10-04
* mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap2018-07-24
* mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-19
* mtd: maps: use mtd_device_register() where applicableRafał Miłecki2018-07-18
* mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia2018-07-07
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam2018-05-03
* mtd: physmap_of: update struct map_info's swap as per map requirementPrabhakar Kushwaha2018-03-29
* mtd: maps: remove bfin-async-flash driverArnd Bergmann2018-03-21
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-23
|\
| * mtd: constify mtd_partitionArvind Yadav2017-11-06
| * mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev2017-11-06
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-15
|\
| * mtd: lantiq-flash: drop check of boot selectHauke Mehrtens2017-09-04
* | mtd: physmap_of: Retire Gemini pad controlLinus Walleij2017-08-15
* | mtd: physmap_of: Fix resources leak in 'of_flash_probe()'Christophe Jaillet2017-08-15
* | mtd: pci: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: intel_vr_nor: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: ck804xrom: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: esb2rom: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: amd76xrom: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: ichxrom: constify pci_device_id.Arvind Yadav2017-08-15
* | mtd: Convert to using %pOF instead of full_nameRob Herring2017-08-15
* | mtd: physmap_of: Drop unnecessary staticJulia Lawall2017-08-15
|/
* mtd: physmap_of: Drop unnecessary staticJulia Lawall2017-05-11
* mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki2017-04-19
* mtd: physmap_of: really fix the physmap add-onsLinus Walleij2017-04-19
* mtd: physmap_of: fixup gemini/versatile dependenciesBrian Norris2017-02-10
* mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann2017-02-08
* mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann2017-02-08
* mtd: physmap_of: add a hook for Gemini flash probingLinus Walleij2017-02-08
* mtd: update my email addressJohn Crispin2017-02-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* mtd: maps: add missing iounmap() in error pathLuis Henriques2016-11-30
* ARM: realview: imply device tree bootLinus Walleij2016-08-15
* mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter2016-07-16
* mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter2016-07-15
* mtd: physmap_of: fix set but unused warningBrian Norris2016-07-09
* Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds2016-05-24
|\
| * mtd: maps: add __init attributeJulia Lawall2016-04-26