summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/txx9ndfmc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: txx9ndfmc: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-13/+0
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-1/+1
* mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall2012-01-091-5/+1
* mtd: txx9ndfmc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+1
* mtd: txx9ndfmc don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-2/+1
* mtd: txx9ndfmc: convert to mtd_device_register()Jamie Iles2011-05-251-13/+1
* mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max)Ralf Rösch2011-01-061-2/+3
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
* mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto2009-11-301-2/+1
* mtd: nand: txx9ndfmc: transfer 512 byte at a time if possibleAtsushi Nemoto2009-09-191-5/+47
* mtd: nand: Fix memory leak on txx9ndfmc probe failure.Atsushi Nemoto2009-06-091-9/+9
* mtd: Fix handling of mtdname in txx9ndfmc.cDavid Woodhouse2009-05-291-4/+12
* [MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto2009-03-201-0/+428