aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsl_upm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-363/+0
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-05-05mtd: nand: fsl_upm: 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: fsl_upm: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-13/+16
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-2/+2
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: fsl_upm: show parent device in sysfsFrans Klaver1-1/+1
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-2/+2
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-11/+1
2011-09-11mtd: fsl_upm: fix a memory leak in fun_chip_init error pathAxel Lin1-0/+2
2011-09-11mtd: fsl_upm.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-3/+1
2011-09-11mtd: fsl_upm: use ofpart through generic parsingDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: fsl_upm don't specify default parsing optionsDmitry Eremin-Solenikov1-2/+1
2011-05-25mtd: fsl_upm: convert to mtd_device_register()Jamie Iles1-11/+1
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-10-24mtd: fix the build warning for fsl_upm.cRoy Zang1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-06-02of/mtd: nand: fix build breakage in driversAnatolij Gustschin1-8/+9
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-3/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-05-10mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macroFerenc Wagner1-1/+4
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
2010-02-25mtd: nand: make Open Firmware device id constantMárton Németh1-1/+1
2009-12-31mtd: fls_upm.c: use resource_size()H Hartley Sweeten1-1/+1
2009-11-30mtd: ensure index is positiveRoel Kluin1-1/+1
2009-04-06[MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delaysWolfgang Grandegger1-2/+18
2009-04-06[MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger1-23/+76
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-27[MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger1-3/+5
2008-10-10[MTD] [NAND] driver extension to support NAND on TQM85xx modulesWolfgang Grandegger1-4/+13
2008-10-10[MTD] [NAND] fsl_upm: update driver for the new OF bindingsAnton Vorontsov1-24/+33
2008-04-22[MTD] [NAND] FSL UPM NAND driverAnton Vorontsov1-0/+291