summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/vf610_nfc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-211-1/+1
* mtd: Use device_get_match_data()Rob Herring2023-10-161-6/+4
* mtd: rawnand: vf610_nfc: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-20/+9
* mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-181-1/+1
* mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()Zhu Wang2023-08-041-2/+2
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* mtd: rawnand: vf610_nfc: use regular comments for functionsRandy Dunlap2023-01-131-2/+2
* mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-141-3/+1
* mtd: rawnand: vf610: Remove unused function vf610_nfc_transfer_size()YueHaibing2020-09-301-5/+0
* mtd: rawnand: vf610: disable clk on error handling path in probeEvgeny Novikov2020-09-301-2/+4
* mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
* mtd: rawnand: vf610: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-1/+3
* mtd: rawnand: vf610: Add of_node_put() before gotoNishka Dasgupta2019-07-251-0/+1
* mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitializedMasahiro Yamada2019-05-151-1/+1
* mtd: rawnand: vf610: Avoid a potential NULL pointer dereferenceAditya Pakki2019-04-081-0/+3
* mtd: rawnand: vf610: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+1
* mtd: rawnand: vf610: Stop using the dummy controller objBoris Brezillon2018-12-071-1/+5
* mtd: rawnand: vf610: Stop passing mtd_info to internal functionsBoris Brezillon2018-12-071-29/+19
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-2/+2
* mtd: rawnand: vf610: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+18
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-6/+7
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-9/+9
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: vf610: convert driver to nand_scan()Miquel Raynal2018-07-311-61/+66
* Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Boris Brezillon2018-04-041-4/+2
* mtd: rawnand: vf610_nfc: support ONFI SET/GET_FEATURES commandsStefan Agner2018-03-171-2/+0
* mtd: rawnand: vf610_nfc: remove old hooksStefan Agner2018-03-171-269/+0
* mtd: rawnand: vf610_nfc: make use of ->exec_op()Stefan Agner2018-03-171-12/+412
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+835