aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/rbtx4939-flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-02mtd: maps: rbtx4939-flash: delete an unused variable in rbtx4939_flash_removeAtsushi Nemoto1-2/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-30mtd: maps: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-05mtd: maps: rbtx4939-flash: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy1-2/+3
2012-09-29mtd: maps: rbtx4939-flash: delete unneeded testJulia Lawall1-2/+0
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy1-3/+2
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: rbtx4939-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-17/+4
2011-09-11mtd: rbtx4939-flash don't specify default parsing optionsDmitry Eremin-Solenikov1-4/+1
2011-05-25mtd: rbtx4939-flash: convert to mtd_device_register()Jamie Iles1-19/+5
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse1-23/+0
2009-03-20[MTD] RBTX4939 map driverAtsushi Nemoto1-0/+208