| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd/maps: fix solutionengine.c printk format warnings | Randy Dunlap | 2018-09-26 | 1 | -3/+3 |
* | mtd: maps: add __init attribute | Julia Lawall | 2018-02-25 | 3 | -6/+6 |
* | mtd: ichxrom: maybe-uninitialized with gcc-4.9 | Arnd Bergmann | 2018-02-25 | 1 | -2/+4 |
* | mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy | Arnd Bergmann | 2017-03-18 | 1 | -3/+1 |
* | mtd: pmcmsp-flash: Allocating too much in init_msp_flash() | Dan Carpenter | 2016-09-30 | 1 | -3/+3 |
* | mtd: maps: sa1100-flash: potential NULL dereference | Dan Carpenter | 2016-09-30 | 1 | -1/+3 |
* | mtd: maps: rbtx4939-flash: fix compile error | Brian Norris | 2015-10-19 | 1 | -1/+1 |
* | mtd: maps: sa1100-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: rbtx4939-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: pxa2xx-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: plat_ram: drop owner assignment | Frans Klaver | 2015-10-13 | 1 | -1/+0 |
* | mtd: maps: physmap_of: drop owner assignment | Frans Klaver | 2015-10-13 | 1 | -1/+0 |
* | mtd: maps: physmap: drop owner assignment | Frans Klaver | 2015-10-13 | 1 | -1/+0 |
* | mtd: maps: latch-addr-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: lantiq-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: ixp4xx: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: intel_vr_nor: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: gpio-addr-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: pxa2xx-flash: switch from ioremap_cache to memremap | Dan Williams | 2015-10-12 | 1 | -3/+3 |
* | pcmciamtd: Add id for PRETEC 4MB SRAM | Tom Englund | 2015-09-29 | 1 | -0/+1 |
* | mtd: physmap_of: fix null pointer deference when kzalloc returns null | Colin Ian King | 2015-08-18 | 1 | -0/+6 |
* | mtd: nettel: do not ignore mtd_device_register() failure in nettel_init() | Alexey Khoroshilov | 2015-08-18 | 1 | -3/+10 |
* | mtd: dc21285: use raw spinlock functions for nw_gpio_lock | Uwe Kleine-König | 2015-05-28 | 1 | -2/+2 |
* | mtd: lantiq-flash: use default partition parsers | Brian Norris | 2015-05-27 | 1 | -3/+1 |
* | mtd: maps: Spelling s/reseved/reserved/ | Geert Uytterhoeven | 2015-05-21 | 3 | -3/+3 |
* | mtd: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 2015-05-20 | 1 | -1/+1 |
* | mtd: constify of_device_id array | Fabian Frederick | 2015-05-06 | 1 | -2/+2 |
* | mtd: ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c | Masanari Iida | 2015-03-30 | 1 | -1/+1 |
* | mtd: maps: sa1100-flash: remove incorrect __exit markups | Dmitry Torokhov | 2015-03-30 | 1 | -2/+2 |
* | mtd: replace CONFIG_8xx by CONFIG_PPC_8xx | Christophe Leroy | 2015-03-30 | 1 | -1/+1 |
* | mtd: physmap_of: Add read-only fallback | Joe Schultz | 2015-01-09 | 1 | -0/+10 |
* | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-12-17 | 2 | -6/+3 |
|\ |
|
| * | mtd: physmap_of: fix potential NULL dereference | Ard Biesheuvel | 2014-12-12 | 1 | -5/+3 |
| * | mtd: bfin-async-flash: Remove unused variable | Aaron Sierra | 2014-10-22 | 1 | -1/+0 |
* | | mtd: maps: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 9 | -9/+0 |
|/ |
|
* | mtd: physmap_of: Add non-obsolete map_rom probe | Aaron Sierra | 2014-09-22 | 1 | -0/+4 |
* | mtd: physmap_of: Fix ROM support via OF | Aaron Sierra | 2014-09-22 | 1 | -1/+1 |
* | mtd: gpio_flash: handle case where offset + len exceeds the window size | Aaron Wu | 2014-08-19 | 1 | -14/+28 |
* | mtd: maps: solutionengine: drop excess dependency | Brian Norris | 2014-08-19 | 1 | -1/+1 |
* | mtd: use NULL instead of 0 for an address | Martin Kepplinger | 2014-08-19 | 1 | -1/+1 |
* | mtd: maps: rbtx4939-flash: delete an unused variable in rbtx4939_flash_remove | Atsushi Nemoto | 2014-07-02 | 1 | -2/+0 |
* | mtd: maps: remove check for CONFIG_MTD_SUPERH_RESERVE | Paul Bolle | 2014-05-28 | 1 | -24/+1 |
* | mtd: maps: sc520cdp: fix warnings | Brian Norris | 2014-05-28 | 1 | -3/+3 |
* | mtd: Fix Elan SC520 dependencies | Jean Delvare | 2014-05-12 | 1 | -2/+2 |
* | mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAM | Philippe De Muyter | 2014-03-10 | 1 | -4/+4 |
* | mtd: ts5500: Add dependency | Jean Delvare | 2014-03-10 | 1 | -1/+1 |
* | mtd: plat-ram: Remove unnecessary OOM messages | Jingoo Han | 2014-03-10 | 1 | -1/+0 |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-10 | 13 | -13/+0 |
* | Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-01-28 | 4 | -45/+24 |
|\ |
|
| * | mtd: ixp4xx: Use devm_*() functions | Jingoo Han | 2014-01-07 | 1 | -22/+6 |