summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/socrates_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: socrates: Keep the driver compatible with on-die ECC enginesMiquel Raynal2021-10-151-3/+9
* mtd: rawnand: socrates: Do not force a particular software ECC engineMiquel Raynal2020-12-111-1/+3
* mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-201-4/+17
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+2
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: socrates: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
* mtd: rawnand: socrates: Fix the probe error pathMiquel Raynal2020-05-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+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: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unusedBoris Brezillon2018-10-031-4/+0
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-3/+2
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-4/+3
* 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 nand_release()Boris Brezillon2018-10-031-3/+2
* 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-12/+0
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+241