summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/sa1100-flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal1-2/+1
2020-03-24mtd: maps: sa1100-flash: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-08-20mtd: sa1100: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2018-11-06mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon1-1/+9
2016-07-15mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter1-1/+3
2015-10-13mtd: maps: sa1100-flash: show parent device in sysfsFrans Klaver1-1/+1
2015-03-30mtd: maps: sa1100-flash: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-08-30mtd: maps: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-05mtd: maps: sa1100-flash: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy1-1/+1
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy1-1/+2
2012-11-22mtd: remove use of __devinitBill Pemberton1-3/+2
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2012-03-27mtd: maps: sa1100-flash: Add reference counter to set_vpp()Paul Parsons1-1/+13
2012-03-27mtd: sa11x0: remove definitions and code left for documentation purposesRussell King - ARM Linux1-100/+0
2012-03-27mtd: sa11x0: Remove shutdown handlerRussell King - ARM Linux1-12/+0
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-11mtd: sa1100-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-27/+3
2011-05-25mtd: sa1100-flash: convert to mtd_device_register()Jamie Iles1-15/+6
2011-03-11mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov1-8/+0
2009-10-17mtd: maps/sa1100: fix section mismatchDmitry Artamonow1-1/+1
2009-09-27mtd: Fix warning in sa1100-flash.cRussell King1-2/+2
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse1-23/+0
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-04-03[MTD] [MAPS] move sa1100 flash's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King1-1/+1
2009-01-31rename platform_driver name "flash" to "sa1100-mtd"Uwe Kleine-König1-2/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-22[MTD] [MAPS] fix platform driver hotplug/coldplugKay Sievers1-0/+2
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-18/+18
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-3/+3
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl1-2/+1
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner1-3/+3
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-29[ARM] Fix Assabet reboot with SA1100 MTD map driverRussell King1-0/+9
2005-10-29[ARM] Allow MTD device name to be passed via platform dataRussell King1-3/+3
2005-10-29[ARM] Fix MTD device/partition destructionRussell King1-2/+9
2005-10-29[ARM] Add support for init/exit methods in sa1100 MTD map driverRussell King1-3/+15
2005-10-29[ARM] Rename 'data' to 'plat' in sa1100 MTD map driverRussell King1-11/+11