summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/vf610_nfc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-835/+0
* mtd: nand: vf610: check mtd_device_register() return codeAlexey Khoroshilov2018-02-121-1/+6
* mtd: nand: vf610: improve readability of error labelAlexey Khoroshilov2018-02-121-10/+10
* mtd: nand: vf610: remove the unnecessary of_node_put()Alexey Khoroshilov2018-02-121-10/+8
* mtd: nand: vf610_nfc: remove unused functionStefan Agner2018-02-121-15/+0
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-3/+3
* Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-231-1/+1
|\
| * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* | mtd: nand: vf610: Remove unneeded pinctrl_pm_select_default_state()Fabio Estevam2017-08-231-3/+0
* | mtd: nand: vf610: Check the return value from clk_prepare_enable()Fabio Estevam2017-08-231-1/+5
|/
* mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+2
* mtd: nand: vf610: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-6/+4
* mtd: nand: vf610: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-30/+4
* mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon2016-04-191-1/+0
* mtd: nand: vf610: remove useless mtd->ecclayout assignmentBoris BREZILLON2016-01-261-2/+0
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: vf610: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+5
* mtd: nand: convert to nand_get_flash_node()Boris BREZILLON2015-11-111-3/+3
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-5/+1
* mtd: nand: convert to nand_set_flash_node()Brian Norris2015-11-111-1/+1
* mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helperBrian Norris2015-10-261-11/+3
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+1
* mtd: nand: vf610_nfc: include missing pincrl/consumer.hBrian Norris2015-09-301-0/+1
* mtd: nand: vf610_nfc: add hardware BCH-ECC supportStefan Agner2015-09-291-2/+201
* mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and othersStefan Agner2015-09-291-0/+686