summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsl_upm.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-2/+2
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-11/+1
* mtd: fsl_upm: fix a memory leak in fun_chip_init error pathAxel Lin2011-09-111-0/+2
* mtd: fsl_upm.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-3/+1
* mtd: fsl_upm: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+3
* mtd: fsl_upm don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-2/+1
* mtd: fsl_upm: convert to mtd_device_register()Jamie Iles2011-05-251-11/+1
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-4/+4
* mtd: fix the build warning for fsl_upm.cRoy Zang2010-10-241-1/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of/mtd: nand: fix build breakage in driversAnatolij Gustschin2010-06-021-8/+9
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-3/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
| |\
| * | mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macroFerenc Wagner2010-05-101-1/+4
| * | mtd: nand: make Open Firmware device id constantMárton Németh2010-02-251-1/+1
| * | mtd: fls_upm.c: use resource_size()H Hartley Sweeten2009-12-311-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mtd: ensure index is positiveRoel Kluin2009-11-301-1/+1
* [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delaysWolfgang Grandegger2009-04-061-2/+18
* [MTD] [NAND] FSL-UPM: add multi chip supportWolfgang Grandegger2009-04-061-23/+76
* mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* [MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger2008-11-271-3/+5
* [MTD] [NAND] driver extension to support NAND on TQM85xx modulesWolfgang Grandegger2008-10-101-4/+13
* [MTD] [NAND] fsl_upm: update driver for the new OF bindingsAnton Vorontsov2008-10-101-24/+33
* [MTD] [NAND] FSL UPM NAND driverAnton Vorontsov2008-04-221-0/+291