| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: Convert fallthrough comments into statements | Miquel Raynal | 2020-03-30 | 1 | -2/+1 |
* | mtd: maps: sa1100-flash: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-24 | 1 | -1/+1 |
* | mtd: sa1100: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-08-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-15 | 1 | -1/+1 |
* | mtd: sa1100: avoid VLA in sa1100_setup_mtd | Boris Brezillon | 2018-11-06 | 1 | -1/+9 |
* | mtd: maps: sa1100-flash: potential NULL dereference | Dan Carpenter | 2016-07-16 | 1 | -1/+3 |
* | mtd: maps: sa1100-flash: show parent device in sysfs | Frans Klaver | 2015-10-13 | 1 | -1/+1 |
* | mtd: maps: sa1100-flash: remove incorrect __exit markups | Dmitry Torokhov | 2015-03-31 | 1 | -2/+2 |
* | mtd: maps: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | mtd: maps: use dev_get_platdata() | Jingoo Han | 2013-08-30 | 1 | -2/+2 |
* | mtd: maps: sa1100-flash: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-08-05 | 1 | -1/+0 |
* | mtd: maps: add const qualifiers | Artem Bityutskiy | 2013-04-05 | 1 | -1/+1 |
* | mtd: fix a number of checkpatch complaints | Artem Bityutskiy | 2012-11-22 | 1 | -1/+2 |
* | mtd: remove use of __devinit | Bill Pemberton | 2012-11-22 | 1 | -3/+2 |
* | mtd: do not use plain 0 as NULL | Artem Bityutskiy | 2012-03-27 | 1 | -2/+2 |
* | mtd: maps: sa1100-flash: Add reference counter to set_vpp() | Paul Parsons | 2012-03-27 | 1 | -1/+13 |
* | mtd: sa11x0: remove definitions and code left for documentation purposes | Russell King - ARM Linux | 2012-03-27 | 1 | -100/+0 |
* | mtd: sa11x0: Remove shutdown handler | Russell King - ARM Linux | 2012-03-27 | 1 | -12/+0 |
* | mtd: introduce mtd_resume interface | Artem Bityutskiy | 2012-01-09 | 1 | -1/+1 |
* | mtd: introduce mtd_suspend interface | Artem Bityutskiy | 2012-01-09 | 1 | -1/+1 |
* | mtd: convert drivers/mtd/* to use module_platform_driver() | Axel Lin | 2012-01-09 | 1 | -12/+1 |
* | mtd: sa1100-flash.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -27/+3 |
* | mtd: sa1100-flash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -15/+6 |
* | mtd: drop CONFIG_MTD_CONCAT ifdefs | Dmitry Eremin-Solenikov | 2011-03-11 | 1 | -8/+0 |
* | mtd: maps/sa1100: fix section mismatch | Dmitry Artamonow | 2009-10-17 | 1 | -1/+1 |
* | mtd: Fix warning in sa1100-flash.c | Russell King | 2009-09-28 | 1 | -2/+2 |
* | Nicolas Pitre has a new email address | Nicolas Pitre | 2009-09-15 | 1 | -1/+1 |
* | [MTD] Remove mtd->{suspend,resume} calls from board drivers | David Woodhouse | 2009-05-26 | 1 | -23/+0 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-04-06 | 1 | -1/+1 |
|\ |
|
| * | [MTD] [MAPS] move sa1100 flash's probe function to .devinit.text | Uwe Kleine-König | 2009-04-03 | 1 | -1/+1 |
* | | [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h | Russell King | 2009-03-25 | 1 | -1/+1 |
|/ |
|
* | rename platform_driver name "flash" to "sa1100-mtd" | Uwe Kleine-König | 2009-01-31 | 1 | -2/+2 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | MTD/JFFS2: remove CVS keywords | Adrian Bunk | 2008-06-04 | 1 | -2/+0 |
* | [MTD] [MAPS] fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-22 | 1 | -0/+2 |
* | [MTD] replace kmalloc+memset with kzalloc | Burman Yan | 2006-11-29 | 1 | -3/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 1 | -18/+18 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 | Linus Torvalds | 2005-11-07 | 1 | -3/+3 |
|\ |
|
| * | [MTD] maps: Clean up trailing white spaces | Thomas Gleixner | 2005-11-07 | 1 | -3/+3 |
* | | [PATCH] kfree cleanup: drivers/mtd | Jesper Juhl | 2005-11-07 | 1 | -2/+1 |
|/ |
|
* | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 1 | -1/+1 |
|\ |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -1/+1 |
* | | [ARM] Fix Assabet reboot with SA1100 MTD map driver | Russell King | 2005-10-29 | 1 | -0/+9 |
* | | [ARM] Allow MTD device name to be passed via platform data | Russell King | 2005-10-29 | 1 | -3/+3 |
* | | [ARM] Fix MTD device/partition destruction | Russell King | 2005-10-29 | 1 | -2/+9 |
* | | [ARM] Add support for init/exit methods in sa1100 MTD map driver | Russell King | 2005-10-29 | 1 | -3/+15 |
* | | [ARM] Rename 'data' to 'plat' in sa1100 MTD map driver | Russell King | 2005-10-29 | 1 | -11/+11 |
|/ |
|