summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ndfc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-286/+0Star
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1Star
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-8/+8
* mtd: nand: fix for drop unnecessary partition parser dataStephen Rothwell2016-01-061-1/+0Star
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0Star
* mtd: nand: ndfc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-11/+13
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-7/+7
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2Star
* mtd: nand: ndfc: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: remove incorrect file nameBrian Norris2015-05-221-2/+0Star
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: ndfc: silence an array underflow static checker warningDan Carpenter2014-08-191-1/+2
* drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+1
* 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: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-13/+0Star
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-12/+1Star
* mtd: ndfc: fix typo in structure dereferenceTony Breeds2011-12-021-1/+1
* mtd: ndfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+1Star
* mtd: ndfc: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+3Star
* mtd: ndfc: fix a memory leak in ndfc_removeAxel Lin2011-09-111-0/+1
* mtd: ndfc don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-6/+1Star
* mtd: ndfc: convert to mtd_device_register()Jamie Iles2011-05-251-12/+1Star
* mtd: nand: ndfc: add multiple chip select supportFelix Radensky2011-05-251-17/+35
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-4/+4
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-3/+3
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+3
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driverFeng Kan2009-09-191-2/+2
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-251-1/+1
* [MTD] [NAND] ndfc driverSean MacLennan2009-01-051-136/+133Star
* [MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+2
* [MTD] [NAND] Change NDFC driver to support 405 platforms tooStefan Roese2007-06-281-0/+8
* [MTD] [NAND] Fix endianess bug in ndfc.cStefan Roese2006-11-281-1/+1
* [MTD NAND] Fix in typo ndfc.c causing wrong ECC layoutFrank Haverkamp2006-09-221-1/+1
* [MTD] NAND: ndfc fix address offset thinkoThomas Gleixner2006-06-221-3/+3
* [MTD] NAND Fixup NDFC merge brokenessThomas Gleixner2006-06-201-9/+4Star
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-1/+1
* [MTD] NAND Fix platform structure and NDFC driverThomas Gleixner2006-05-291-4/+2Star
* [MTD] NAND Initialize controller lock and wq only onceThomas Gleixner2006-05-251-1/+5
* [MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner2006-05-231-14/+9Star
* [MTD] NAND modularize ECCThomas Gleixner2006-05-231-4/+6
* [MTD] Add support for NDFC NAND controllerThomas Gleixner2006-05-231-0/+317