aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/bfin-async-flash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-22mtd: bfin-async-flash: Remove unused variableAaron Sierra1-1/+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-1/+1
2013-04-05mtd: maps: add const qualifiersArtem Bityutskiy1-1/+2
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy1-1/+2
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-11mtd: bfin-async-flash.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-14/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-25mtd: bfin: convert to mtd_device_register()Jamie Iles1-16/+5
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-25mtd: maps: Blackfin async: rename local funcs to avoid common clashesMike Frysinger1-8/+8
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-06-05mtd: maps: Blackfin async: fix memory leaks in probe/remove funcsMike Frysinger1-0/+5
2009-02-14[MTD] [MAPS] blackfin: fix memory leak in error pathMike Frysinger1-1/+5
2008-06-04[MTD] [MAPS] Blackfin Async Flash MapsMike Frysinger1-0/+219