aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ndfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: ndfc: convert to mtd_device_register()Jamie Iles1-12/+1
2011-05-25mtd: nand: ndfc: add multiple chip select supportFelix Radensky1-17/+35
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-25mtd: Fix endianness issues from device treeIan Munsie1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-19mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driverFeng Kan1-2/+2
2009-03-24mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-05[MTD] [NAND] ndfc driverSean MacLennan1-136/+133
2008-04-22[MTD] [NAND] fix platform driver hotplug/coldplugKay Sievers1-0/+2
2007-06-28[MTD] [NAND] Change NDFC driver to support 405 platforms tooStefan Roese1-0/+8
2006-11-28[MTD] [NAND] Fix endianess bug in ndfc.cStefan Roese1-1/+1
2006-09-22[MTD NAND] Fix in typo ndfc.c causing wrong ECC layoutFrank Haverkamp1-1/+1
2006-06-22[MTD] NAND: ndfc fix address offset thinkoThomas Gleixner1-3/+3
2006-06-20[MTD] NAND Fixup NDFC merge brokenessThomas Gleixner1-9/+4
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner1-1/+1
2006-05-29[MTD] NAND Fix platform structure and NDFC driverThomas Gleixner1-4/+2
2006-05-25[MTD] NAND Initialize controller lock and wq only onceThomas Gleixner1-1/+5
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-14/+9
2006-05-23[MTD] NAND modularize ECCThomas Gleixner1-4/+6
2006-05-23[MTD] Add support for NDFC NAND controllerThomas Gleixner1-0/+317