aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/plat_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-144/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-11-07mtd: nand: plat_nand: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-04-19mtd: nand: plat: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2016-01-26mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON1-1/+0
2015-12-18mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON1-1/+0
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: plat: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+8
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: plat_nand: show parent device in sysfsFrans Klaver1-2/+1
2015-05-27mtd: plat_nand: use default partition probeBrian Norris1-3/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-20mtd: plat_nand: remove redundant return value check of platform_get_resource()Wei Yongjun1-4/+1
2014-01-07mtd: plat_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-07mtd: plat_nand: Use devm_*() functionsJingoo Han1-25/+6
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