summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpio: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-141-2/+1
* mtd: rawnand: gpio: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-2/+9
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: gpio: Get rid of the legacy interface implementationBoris Brezillon2020-06-261-35/+0
* mtd: rawnand: gpio: Implement exec_op()Boris Brezillon2020-06-261-3/+101
* mtd: rawnand: gpio: Inherit from nand_controllerBoris Brezillon2020-06-261-0/+3
* mtd: rawnand: gpio: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* 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: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-2/+3
* 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: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+327