aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pasemi_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-232/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-11-07mtd: nand: pasemi: return error code of nand_scan() on errorMasahiro Yamada1-3/+2
2016-04-19mtd: nand: pasemi: switch to dev_* printing functionsRafał Miłecki1-8/+7
2016-04-19mtd: nand: pasemi: set ECC algorithm explicitlyRafał Miłecki1-0/+1
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: pasemi: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+5
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-4/+4
2015-10-13mtd: nand: pasemi_nand: show parent device in sysfsFrans Klaver1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03mtd: pasemi_nand.c: remove superfluous name castGeert Uytterhoeven1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+0
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-12-03mtd: nand: Use printf extension %pR for struct resourceJoe Perches1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-02-25mtd: nand: make Open Firmware device id constantMárton Németh1-1/+1
2009-01-28powerpc: More printing warning fixes for the l64 to ll64 conversionStephen Rothwell1-2/+2
2008-12-02[MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall1-0/+1
2007-11-29[MTD] [NAND] pasemi_nand driverEgor Martovetsky1-0/+243