aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/plat_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-05mtd: nand: plat_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2012-11-22mtd: remove use of __devexitBill 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-09-29mtd: check for valid pdata inside plat_nandJohn Crispin1-0/+5
2012-05-13mtd: add read_byte support to plat_nandJohn Crispin1-0/+1
2012-05-13OF: MTD: make plat_nand loadable from DTJohn Crispin1-6/+15
2012-05-13mtd: plat_nand: Add default partition parser to driverH Hartley Sweeten1-2/+6
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+3
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-11mtd: plat_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-19/+3
2011-09-11mtd: plat-nand: drop unused fields from platform_nand_dataDmitry Eremin-Solenikov1-2/+0
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-0/+1
2011-05-25mtd: plat_nand: convert to mtd_device_register()Jamie Iles1-9/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-12gen_nand: Test if nr_chips field is validMarek Vasut1-0/+5
2010-08-06mtd: gen_nand: fix support for multiple chipsMarek Vasut1-1/+1
2009-10-20mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten1-16/+34
2009-06-05mtd: plat_nand: allow platform to set partitionsH Hartley Sweeten1-0/+2
2009-06-05mtd: plat_nand: add platform probe/remove callbacksH Hartley Sweeten1-2/+11
2009-06-05mtd: extend plat_nand for (read|write)_bufAlexander Clouter1-0/+2
2009-06-05mtd: plat_nand: fix section errorThomas Chou1-1/+1
2009-04-03[MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-04-22[MTD] [NAND] plat_nand: set mtd->nameHamish Moffatt1-0/+1
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-03[MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan1-0/+2
2007-05-08[MTD] [NAND] platform NAND driver: add driverVitaly Wool1-0/+150