aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/jz4740_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-22mtd: nand: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil1-22/+1
2016-05-05mtd: nand: jz4740: Remove unused local variableMaarten ter Huurne1-1/+0
2016-05-05mtd: nand: jz4740: switch to mtd_ooblayout_opsBoris Brezillon1-1/+1
2016-01-26mtd: nand: jz4740: kill the ->ecc_layout fieldBoris BREZILLON1-3/+0
2016-01-06mtd: nand: jz4740: remove custom 'erased check' implementationBoris BREZILLON1-18/+1
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-2/+2
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: jz4740: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-5/+4
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-2/+2
2015-11-16mtd: jz4740_nand: fix build on jz4740 after removing gpio.hBrian Norris1-0/+1
2015-10-13mtd: nand: jz4740_nand: show parent device in sysfsFrans Klaver1-1/+1
2015-02-02mtd: nand: jz4740: Convert to GPIO descriptor APILars-Peter Clausen1-19/+10
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-03mtd: jz4740_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-05mtd: nand: jz4740_nand: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman1-1/+2
2012-11-22mtd: fix a number of checkpatch complaintsArtem Bityutskiy1-2/+6
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-2/+2
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-23MTD: NAND: JZ4740: Multi-bank support with autodetectionMaarten ter Huurne1-36/+192
2012-05-13mtd: nand: fix incorrect ecc strength valuesMike Dunn1-5/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+5
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-11/+1
2011-09-11mtd: jz4740_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-8/+3
2011-09-11mtd: jz4740_nand don't specify default parsing optionsDmitry Eremin-Solenikov1-8/+1
2011-05-25mtd: jz4740_nand: convert to mtd_device_register()Jamie Iles1-9/+1
2010-12-03mtd: NAND: jz4740: Remove custom {read,write}_page handlersLars-Peter Clausen1-55/+0
2010-12-03mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' staticLars-Peter Clausen1-1/+1
2010-08-05MTD: Nand: Add JZ4740 NAND driverLars-Peter Clausen1-0/+516