summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/txx9ndfmc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-4/+4
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-2/+0Star
* mtd: nand: txx9ndfmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-2/+1Star
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-6/+6
* mtd: nand: txx9ndfmc: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* mtd: txx9ndfmc: Remove unnecessary OOM messagesJingoo Han2014-01-031-4/+1Star
* mtd: simplify use of devm_ioremap_resourceJulia Lawall2013-08-301-3/+1Star
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-4/+4
* mtd: nand: txx9ndfmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0Star
* mtd: txx9ndfmc: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1Star
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-13/+0Star
* 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/+1Star
* mtd: txx9ndfmc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-6/+1Star
* mtd: txx9ndfmc don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-2/+1Star
* mtd: txx9ndfmc: convert to mtd_device_register()Jamie Iles2011-05-251-13/+1Star
* 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/+1Star
* 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