| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | mtd: lantiq-flash: Use devm_kzalloc() | Jingoo Han | 2014-01-03 | 1 | -21/+16 |
| * | mtd: remove superfluous name casts | Geert Uytterhoeven | 2014-01-03 | 2 | -2/+2 |
* | | ARM: 7933/1: rename ioremap_cached to ioremap_cache | Rob Herring | 2014-01-05 | 1 | -1/+1 |
|/ |
|
* | mtd: plat-ram: Use module_platform_driver | Sachin Kamat | 2013-11-06 | 1 | -15/+1 |
* | mtd: scb2_flash: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-11-06 | 1 | -1/+0 |
* | mtd: pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-11-06 | 1 | -1/+0 |
* | mtd: intel_vr_nor: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-11-06 | 1 | -1/+0 |
* | mtd: plat-ram: Remove casting the return value which is a void pointer | Jingoo Han | 2013-10-27 | 1 | -1/+1 |
* | mtd: maps: cfi_flagadm: add missing __iomem annotation | Jingoo Han | 2013-08-30 | 1 | -5/+5 |
* | mtd: impa7: add missing __iomem annotation | Jingoo Han | 2013-08-30 | 1 | -5/+5 |
* | mtd: maps: use dev_get_platdata() | Jingoo Han | 2013-08-30 | 9 | -16/+16 |
* | mtd: remove obsolete JEDEC mapping drivers | Paul Bolle | 2013-08-05 | 4 | -462/+0 |
* | mtd: maps: rbtx4939-flash: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -1/+0 |
* | mtd: maps: ixp4xx: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -2/+0 |
* | mtd: maps: physmap: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -1/+0 |
* | mtd: maps: pxa2xx-flash: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -2/+0 |
* | mtd: maps: latch-addr-flash: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -1/+0 |
* | mtd: maps: sa1100-flash: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -1/+0 |
* | mtd: maps: plat-ram: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -2/+0 |
* | ARM: clps711x: autcpu12: Special driver for handling memory is removed | Alexander Shiyan | 2013-06-11 | 3 | -137/+0 |
* | Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-05-09 | 27 | -1679/+39 |
|\ |
|
| * | mtd: remove h720x flash support | Arnd Bergmann | 2013-04-05 | 3 | -128/+0 |
| * | mtd: maps: add const qualifiers | Artem Bityutskiy | 2013-04-05 | 13 | -25/+21 |
| * | mtd: physmap_of: add const qualifiers | Artem Bityutskiy | 2013-04-05 | 1 | -7/+9 |
| * | mtd: physmap: add const qualifiers | Artem Bityutskiy | 2013-04-05 | 1 | -10/+7 |
| * | mtd: plat-ram: add const quilifiers | Artem Bityutskiy | 2013-04-05 | 1 | -1/+1 |
| * | mtd: remove the ixp2000 map driver | Artem Bityutskiy | 2013-04-05 | 3 | -263/+0 |
| * | mtd: remove the dilnetpc map driver support | Artem Bityutskiy | 2013-04-05 | 3 | -513/+0 |
| * | mtd: remove the tqm8xxl map driver | Artem Bityutskiy | 2013-04-05 | 3 | -260/+0 |
| * | mtd: maps: kill the rpxlite map driver | Artem Bityutskiy | 2013-04-05 | 3 | -75/+0 |
| * | mtd: remove the mbx860 map driver | Artem Bityutskiy | 2013-04-05 | 3 | -107/+0 |
| * | mtd: remove the dmv182 map driver | Artem Bityutskiy | 2013-04-05 | 3 | -156/+0 |
| * | mtd: remove the dbox2-flash map driver | Artem Bityutskiy | 2013-04-05 | 3 | -132/+0 |
| * | mtd: maps: Remove redundant NULL check before kfree | Syam Sidhardhan | 2013-04-05 | 1 | -2/+1 |
* | | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot | 2013-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-03-02 | 3 | -11/+30 |
|\ |
|
| * | mtd: physmap_of: Convert device allocation to managed devm_kzalloc() | Ezequiel Garcia | 2013-02-12 | 1 | -5/+3 |
| * | mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking | Stefan Roese | 2013-02-04 | 1 | -0/+1 |
| * | mtd: uclinux: add a comment about why uclinux_ram_map must not be static | Uwe Kleine-König | 2013-02-04 | 1 | -0/+6 |
| * | mtd: uclinux: support ROM and allow passing the base address | Uwe Kleine-König | 2013-02-04 | 2 | -6/+20 |
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 2 | -9/+8 |
|\ \ |
|
| * | | mtd: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-25 | 2 | -9/+8 |
| |/ |
|
* | | Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-02-05 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mtd: physmap_of: fix cmdline partition method w/o linux, mtd-name | Baruch Siach | 2013-01-19 | 1 | -1/+1 |
* | | Drivers: mtd: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 6 | -21/+17 |
|/ |
|
* | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2012-12-19 | 21 | -363/+85 |
|\ |
|
| * | mtd: physmap_of: error checking to prevent a NULL pointer dereference | Anton Prins | 2012-12-10 | 1 | -2/+4 |
| * | mtd: fix a number of checkpatch complaints | Artem Bityutskiy | 2012-11-22 | 7 | -15/+18 |