aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/ndfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-286/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-8/+8
2016-01-05mtd: nand: fix for drop unnecessary partition parser dataStephen Rothwell1-1/+0
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: ndfc: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-11/+13
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-7/+7
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: ndfc: show parent device in sysfsFrans Klaver1-1/+1
2015-05-22mtd: remove incorrect file nameBrian Norris1-2/+0
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
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