aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ndfc.c
Commit message (Expand)AuthorAgeFilesLines
* last driver import from 3.2.72 for nowWolfgang Wiedmeyer2015-10-231-18/+4
* mtd: ndfc: convert to mtd_device_register()Jamie Iles2011-05-251-12/+1
* mtd: nand: ndfc: add multiple chip select supportFelix Radensky2011-05-251-17/+35
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* 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-181-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-241-1/+1
* [MTD] [NAND] ndfc driverSean MacLennan2009-01-051-136/+133
* [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/+4
* [MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner2006-05-291-1/+1
* [MTD] NAND Fix platform structure and NDFC driverThomas Gleixner2006-05-291-4/+2
* [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/+9
* [MTD] NAND modularize ECCThomas Gleixner2006-05-231-4/+6
* [MTD] Add support for NDFC NAND controllerThomas Gleixner2006-05-231-0/+317