aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/tmio_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-513/+0
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-2/+3
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: tmio: Register partitions using the parsersAndrea Adami1-1/+3
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2016-11-07mtd: nand: tmio: return error code of nand_scan() on errorMasahiro Yamada1-3/+3
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: tmio: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-4/+6
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-1/+1
2015-10-13mtd: nand: tmio_nand: show parent device in sysfsFrans Klaver1-0/+1
2014-01-03mtd: tmio_nand: Use devm_*() functionsJingoo Han1-33/+13
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-13/+0
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-3/+3
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-11mtd: tmio_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-9/+3
2011-09-11mtd: tmio_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-6/+1
2011-05-27Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-9/+1
2011-05-26mtd: Use platform_data to retrieve tmio_nand platform bitsSamuel Ortiz1-1/+1
2011-05-25mtd: tmio_nand: convert to mtd_device_register()Jamie Iles1-9/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon1-4/+4
2011-03-23mtd: Use mfd_data instead of driver_data for tmio_nandAndres Salomon1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to t7166xb driversAndres Salomon1-5/+5
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
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
2009-12-31mtd: tmio_nand.c: use dev_get_platdata() and resource_size()H Hartley Sweeten1-7/+7
2009-09-19mtd: nand: fix tmio_nand ecc correctionAtsushi Nemoto1-1/+16
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-09-05[MTD] [NAND] tmio_nand: fix base address programmingDmitry Baryshkov1-4/+4
2008-08-10mfd: driver for the TMIO NAND controllerIan Molton1-0/+556