aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ndfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-19mtd: ndfc: silence an array underflow static checker warningDan Carpenter1-1/+2
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
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: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-13/+0
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-12-02mtd: ndfc: fix typo in structure dereferenceTony Breeds1-1/+1
2011-09-11mtd: ndfc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-6/+1
2011-09-11mtd: ndfc: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: ndfc: fix a memory leak in ndfc_removeAxel Lin1-0/+1
2011-09-11mtd: ndfc don't specify default parsing optionsDmitry Eremin-Solenikov1-6/+1
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