aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/hisi504_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-18mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-2/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-11-07mtd: nand: hisi504: return error code of nand_scan_ident() on errorMasahiro Yamada1-3/+1
2016-05-05mtd: nand: hisi504: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-11/+3
2016-05-05mtd: nand: hisi504: switch to mtd_ooblayout_opsBoris Brezillon1-3/+23
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-1/+0
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-10/+10
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: hisi504: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-7/+6
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-8/+8
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-3/+2
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: hisi504_nand: drop owner assignmentFrans Klaver1-1/+0
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-2/+1
2015-02-15mtd: hisilicon: && vs & typoDan Carpenter1-1/+1
2015-02-08mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 SocZhou Wang1-0/+891