summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/denali.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal2020-09-281-1/+2
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-4/+4
* mtd: rawnand: denali: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
* mtd: rawnand: denali: Delete items from the list in the _remove() pathMiquel Raynal2020-05-311-2/+4
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: denali: add more delays before latching incoming dataMasahiro Yamada2020-05-101-11/+34
* mtd: rawnand: denali: deassert write protect pinMasahiro Yamada2020-03-091-0/+1
* mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada2020-01-211-14/+7
* mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2020-01-211-3/+10
* mtd: rawnand: denali: clean up coding styleMasahiro Yamada2019-04-181-28/+26
* mtd: rawnand: denali: remove DENALI_NR_BANKS macroMasahiro Yamada2019-04-181-5/+4
* mtd: rawnand: denali: decouple controller and NAND chipsMasahiro Yamada2019-04-181-188/+242
* mtd: rawnand: denali: use bool type instead of int where appropriateMasahiro Yamada2019-04-181-11/+12
* mtd: rawnand: denali: switch over to ->exec_op() from legacy hooksMasahiro Yamada2019-04-181-108/+143
* mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pioMasahiro Yamada2019-04-181-7/+5
* mtd: rawnand: denali: refactor raw page accessorsMasahiro Yamada2019-04-181-264/+182
* mtd: rawnand: denali: use more nand_chip pointers for internal functionsMasahiro Yamada2019-04-181-27/+34
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-1/+0
* mtd: rawnand: Fill memorg during detectionBoris Brezillon2019-04-081-0/+5
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-041-33/+9
|\
| * mtd: rawnand: denali: remove unused function argument 'raw'Masahiro Yamada2019-02-051-9/+9
| * mtd: rawnand: denali: remove unneeded denali_reset_irq() callMasahiro Yamada2019-02-051-3/+0
| * mtd: rawnand: denali: remove ->erase hookMasahiro Yamada2019-02-051-21/+0
* | mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada2019-01-181-1/+1
|/
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: denali: remove denali_reset_banks()Masahiro Yamada2018-12-071-29/+0
* mtd: rawnand: denali: remove ->dev_ready() hookMasahiro Yamada2018-12-071-22/+1
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-1/+2
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-1/+1
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-231-76/+75
|\
| * mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada2018-10-081-4/+10
| * mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-031-1/+1
| * 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-6/+6
| * mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+2
| * mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon2018-10-031-2/+2
| * mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-031-2/+2
| * 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/+2
| * mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-3/+3
| * mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-6/+7
| * mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-5/+6
| * mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-6/+8
| * mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-7/+10
| * mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-3/+1
| * mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
| * mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatchMasahiro Yamada2018-09-041-10/+7
| * mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-10/+0