summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/au1550nd.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-12-161-0/+1
|\
| * mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal2020-12-101-0/+1
* | mtd: rawnand: au1550: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
|/
* mtd: rawnand: au1550: 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: au1550nd: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: au1550nd: Patch the read/write buf helper prototypesBoris Brezillon2020-05-111-13/+17
* mtd: rawnand: au1550nd: Get rid of the legacy interface implementationBoris Brezillon2020-05-111-264/+0
* mtd: rawnand: au1550nd: Implement exec_op()Boris Brezillon2020-05-101-0/+110
* mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()Boris Brezillon2020-05-101-4/+13
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton2019-10-071-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-3/+4
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-13/+13
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-031-3/+4
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-19/+15
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-9/+6
* 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-15/+0
* mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusionBoris Brezillon2018-07-311-1/+0
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+515