summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/mxc_nand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: mxc: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-121-6/+3
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functionsTom Rix2023-03-221-10/+0
* mtd: rawnand: mxc: Remove unneeded of_match_ptr()Fabio Estevam2021-03-281-1/+1
* mtd: rawnand: mxc: Convert comma to semicolonZheng Yongjun2021-01-041-1/+1
* mtd: rawnand: mxc: Use a single line for of_device_idFabio Estevam2020-12-101-16/+5
* mtd: rawnand: mxc: Use device_get_match_data()Fabio Estevam2020-12-101-3/+1
* mtd: rawnand: mxc: Remove platform data supportFabio Estevam2020-12-101-71/+4
* mtd: rawnand: mxc: Move the ECC engine initialization to the right placeFabio Estevam2020-10-261-12/+5
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-11/+12
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: trivial spellingKieran Bingham2020-06-261-1/+1
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-10/+10
* mtd: rawnand: mxc: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-1/+11
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-4/+3
* mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()Boris Brezillon2018-10-031-8/+8
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-5/+3
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-7/+6
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-6/+5
* 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: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-13/+0
* mtd: rawnand: mxc: convert driver to nand_scan()Miquel Raynal2018-07-311-65/+71
* mtd: rawnand: mxc: Switch to SPDX identifierFabio Estevam2018-07-181-14/+1
* mtd: rawnand: mxc: Avoid inclusion of asm/mach headersBoris Brezillon2018-07-181-2/+0
* mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dtMartin Kaiser2018-07-181-2/+2
* mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser2018-06-191-1/+4
* mtd: rawnand: mxc: fix probe function error pathMiquel Raynal2018-03-291-4/+7
* mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functionsMiquel Raynal2018-03-201-10/+0
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-8/+6
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+1966