summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/cs553x_nand.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"Miquel Raynal2021-10-151-11/+1
* mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helperMiquel Raynal2021-05-101-1/+11
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-101-2/+1
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: rawnand: cs553x: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-8/+16
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: cs553x: Stop using nand_release()Miquel Raynal2020-05-311-1/+4
* mtd: rawnand: cs553x: Get rid of the legacy interface implementationBoris Brezillon2020-05-111-72/+0
* mtd: rawnand: cs553x: Implement exec_op()Boris Brezillon2020-05-111-1/+125
* mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}Boris Brezillon2020-05-111-23/+34
* mtd: rawnand: cs553x: Declare controllers instead of NAND chipsBoris Brezillon2020-05-111-11/+22
* 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: 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-15/+15
* 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-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-6/+3
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+2
* mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-2/+1
* 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: use mtd_device_register() where applicableRafał Miłecki2018-07-191-2/+1
* mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel2018-03-151-4/+5
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+355