summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps
AgeCommit message (Expand)Author
2019-11-24mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado
2018-11-13mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado
2018-07-24mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap
2018-07-19mtd: Make Kconfig formatting consistentBoris Brezillon
2018-07-18mtd: maps: use mtd_device_register() where applicableRafał Miłecki
2018-07-07mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-03mtd: maps: pismo: Remove owner assignment from i2c_driverFabio Estevam
2018-03-29mtd: physmap_of: update struct map_info's swap as per map requirementPrabhakar Kushwaha
2018-03-21mtd: maps: remove bfin-async-flash driverArnd Bergmann
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-11-06mtd: constify mtd_partitionArvind Yadav
2017-11-06mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds
2017-09-04mtd: lantiq-flash: drop check of boot selectHauke Mehrtens
2017-08-15mtd: physmap_of: Retire Gemini pad controlLinus Walleij
2017-08-15mtd: physmap_of: Fix resources leak in 'of_flash_probe()'Christophe Jaillet
2017-08-15mtd: pci: constify pci_device_id.Arvind Yadav
2017-08-15mtd: intel_vr_nor: constify pci_device_id.Arvind Yadav
2017-08-15mtd: ck804xrom: constify pci_device_id.Arvind Yadav
2017-08-15mtd: esb2rom: constify pci_device_id.Arvind Yadav
2017-08-15mtd: amd76xrom: constify pci_device_id.Arvind Yadav
2017-08-15mtd: ichxrom: constify pci_device_id.Arvind Yadav
2017-08-15mtd: Convert to using %pOF instead of full_nameRob Herring
2017-08-15mtd: physmap_of: Drop unnecessary staticJulia Lawall
2017-05-11mtd: physmap_of: Drop unnecessary staticJulia Lawall
2017-04-19mtd: physmap_of: use OF helpers for reading stringsRafał Miłecki
2017-04-19mtd: physmap_of: really fix the physmap add-onsLinus Walleij
2017-02-10mtd: physmap_of: fixup gemini/versatile dependenciesBrian Norris
2017-02-08mtd: ichxrom: maybe-uninitialized with gcc-4.9Arnd Bergmann
2017-02-08mtd: pmcmsp: use kstrndup instead of kmalloc+strncpyArnd Bergmann
2017-02-08mtd: physmap_of: add a hook for Gemini flash probingLinus Walleij
2017-02-08mtd: update my email addressJohn Crispin
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-30mtd: maps: add missing iounmap() in error pathLuis Henriques
2016-08-15ARM: realview: imply device tree bootLinus Walleij
2016-07-15mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter
2016-07-15mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter
2016-07-09mtd: physmap_of: fix set but unused warningBrian Norris
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2016-04-26mtd: maps: add __init attributeJulia Lawall
2016-04-25mtd: maps: make uclinux.c driver more explicitly non-modularPaul Gortmaker
2016-04-26physmap_of: ensure versatile code is reachableArnd Bergmann
2016-04-04mtd: physmap_of: add a hook for Versatile write protectionLinus Walleij
2016-04-04mtd: pxa2xx-flash: switch back from memremap to ioremap_cachedArd Biesheuvel
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-01-04drivers/mtd/maps/pcmciamtd.c: __iomem annotationsAl Viro