summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/txx9ndfmc.c
AgeCommit message (Expand)Author
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: txx9ndfmc: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-10-13mtd: nand: txx9ndfmc: show parent device in sysfsFrans Klaver
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang
2014-01-03mtd: txx9ndfmc: Remove unnecessary OOM messagesJingoo Han
2013-08-30mtd: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-05mtd: nand: txx9ndfmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-05mtd: txx9ndfmc: use module_platform_driver_probe()Jingoo Han
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall
2011-09-11mtd: txx9ndfmc.c: use mtd_device_parse_registerDmitry Eremin-Solenikov
2011-09-11mtd: txx9ndfmc don't specify default parsing optionsDmitry Eremin-Solenikov
2011-05-25mtd: txx9ndfmc: convert to mtd_device_register()Jamie Iles
2011-01-06mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max)Ralf Rösch
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse
2009-11-30mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto
2009-09-19mtd: nand: txx9ndfmc: transfer 512 byte at a time if possibleAtsushi Nemoto
2009-06-09mtd: nand: Fix memory leak on txx9ndfmc probe failure.Atsushi Nemoto
2009-05-29mtd: Fix handling of mtdname in txx9ndfmc.cDavid Woodhouse
2009-03-20[MTD] TXx9 SoC NAND Flash Memory Controller driverAtsushi Nemoto