summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/plat_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-144/+0Star
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: plat_nand: return error code of nand_scan() on errorMasahiro Yamada2016-11-071-3/+2Star
* mtd: nand: plat: set ECC algorithm explicitlyRafał Miłecki2016-04-191-0/+1
* mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON2016-01-261-1/+0Star
* mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: plat: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+8
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2Star
* mtd: nand: plat_nand: show parent device in sysfsFrans Klaver2015-10-131-2/+1Star
* mtd: plat_nand: use default partition probeBrian Norris2015-05-271-3/+1Star
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: plat_nand: remove redundant return value check of platform_get_resource()Wei Yongjun2014-01-201-4/+1Star
* mtd: plat_nand: Remove unnecessary OOM messagesJingoo Han2014-01-071-3/+1Star
* mtd: plat_nand: Use devm_*() functionsJingoo Han2014-01-071-25/+6Star
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* mtd: nand: plat_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0Star
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: check for valid pdata inside plat_nandJohn Crispin2012-09-291-0/+5
* mtd: add read_byte support to plat_nandJohn Crispin2012-05-141-0/+1
* OF: MTD: make plat_nand loadable from DTJohn Crispin2012-05-141-6/+15
* mtd: plat_nand: Add default partition parser to driverH Hartley Sweeten2012-05-141-2/+6
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+3
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-12/+1Star
* mtd: plat_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-19/+3Star
* mtd: plat-nand: drop unused fields from platform_nand_dataDmitry Eremin-Solenikov2011-09-111-2/+0Star
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-0/+1
* mtd: plat_nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+3Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* gen_nand: Test if nr_chips field is validMarek Vasut2010-08-121-0/+5
* mtd: gen_nand: fix support for multiple chipsMarek Vasut2010-08-061-1/+1
* mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten2009-10-201-16/+34
* mtd: plat_nand: allow platform to set partitionsH Hartley Sweeten2009-06-051-0/+2
* mtd: plat_nand: add platform probe/remove callbacksH Hartley Sweeten2009-06-051-2/+11
* mtd: extend plat_nand for (read|write)_bufAlexander Clouter2009-06-051-0/+2
* mtd: plat_nand: fix section errorThomas Chou2009-06-051-1/+1
* [MTD] [NAND] move gen_nand's probe function to .devinit.textUwe Kleine-König2009-04-031-1/+1
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* [MTD] [NAND] plat_nand: set mtd->nameHamish Moffatt2008-04-221-0/+1
* [MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+1
* [MTD] [NAND] Remove unused variable in plat_nand_removeLi Zefan2008-02-031-0/+2
* [MTD] [NAND] platform NAND driver: add driverVitaly Wool2007-05-081-0/+150