summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/denali.c
AgeCommit message (Expand)Author
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-05-31mtd: rawnand: denali: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: denali: Delete items from the list in the _remove() pathMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-10mtd: rawnand: denali: add more delays before latching incoming dataMasahiro Yamada
2020-03-09mtd: rawnand: denali: deassert write protect pinMasahiro Yamada
2020-01-21mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada
2020-01-21mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut
2019-04-18mtd: rawnand: denali: clean up coding styleMasahiro Yamada
2019-04-18mtd: rawnand: denali: remove DENALI_NR_BANKS macroMasahiro Yamada
2019-04-18mtd: rawnand: denali: decouple controller and NAND chipsMasahiro Yamada
2019-04-18mtd: rawnand: denali: use bool type instead of int where appropriateMasahiro Yamada
2019-04-18mtd: rawnand: denali: switch over to ->exec_op() from legacy hooksMasahiro Yamada
2019-04-18mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pioMasahiro Yamada
2019-04-18mtd: rawnand: denali: refactor raw page accessorsMasahiro Yamada
2019-04-18mtd: rawnand: denali: use more nand_chip pointers for internal functionsMasahiro Yamada
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds
2019-02-05mtd: rawnand: denali: remove unused function argument 'raw'Masahiro Yamada
2019-02-05mtd: rawnand: denali: remove unneeded denali_reset_irq() callMasahiro Yamada
2019-02-05mtd: rawnand: denali: remove ->erase hookMasahiro Yamada
2019-01-18mtd: rawnand: denali: get ->setup_data_interface() working againMasahiro Yamada
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-07mtd: rawnand: denali: remove denali_reset_banks()Masahiro Yamada
2018-12-07mtd: rawnand: denali: remove ->dev_ready() hookMasahiro Yamada
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-10-08mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada
2018-10-03mtd: rawnand: Deprecate ->erase()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-09-15mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada
2018-09-04mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatchMasahiro Yamada