aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/vf610_nfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-835/+0
2018-02-12mtd: nand: vf610: check mtd_device_register() return codeAlexey Khoroshilov1-1/+6
2018-02-12mtd: nand: vf610: improve readability of error labelAlexey Khoroshilov1-10/+10
2018-02-12mtd: nand: vf610: remove the unnecessary of_node_put()Alexey Khoroshilov1-10/+8
2018-02-12mtd: nand: vf610_nfc: remove unused functionStefan Agner1-15/+0
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-3/+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: vf610: Remove unneeded pinctrl_pm_select_default_state()Fabio Estevam1-3/+0
2017-08-23mtd: nand: vf610: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+5
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: vf610: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-6/+4
2016-05-05mtd: nand: vf610: switch to mtd_ooblayout_opsBoris Brezillon1-30/+4
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon1-1/+0
2016-01-26mtd: nand: vf610: remove useless mtd->ecclayout assignmentBoris BREZILLON1-2/+0
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: vf610: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-3/+5
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON1-3/+3
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-5/+1
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris1-1/+1
2015-10-26mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris1-11/+3
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+1
2015-09-30mtd: nand: vf610_nfc: include missing pincrl/consumer.hBrian Norris1-0/+1
2015-09-29mtd: nand: vf610_nfc: add hardware BCH-ECC supportStefan Agner1-2/+201
2015-09-29mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and othersStefan Agner1-0/+686