summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/diskonchip.c
AgeCommit message (Expand)Author
2023-12-14mtd: rawnand: diskonchip: fix a potential double free in doc_probeDinghao Liu
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal
2020-11-20mtd: rawnand: diskonchip: Marking unused variables as __always_unusedLee Jones
2020-11-19mtd: rawnand: diskonchip: Move the ECC initialization to ->attach_chip()Miquel Raynal
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-05-31mtd: rawnand: diskonchip: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal
2020-05-11mtd: rawnand: diskonchip: Get rid of the legacy interface implementationBoris Brezillon
2020-05-11mtd: rawnand: diskonchip: Implement exec_op()Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Inherit from nand_controllerBoris Brezillon
2020-05-11mtd: rawnand: diskonchip: Get rid of doc2000_readbuf_dword()Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Make sure doc2001plus_readbuf() works for single by...Boris Brezillon
2020-05-11mtd: rawnand: diskonchip: Set the NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-03-11mtd: fix spelling mistake "BlockMultiplerBits" -> "BlockMultiplierBits"Colin Ian King
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-03-21mtd: rawnand: Mark expected switch fall-throughsGustavo A. R. Silva
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris 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->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()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->block_xxx() hooksBoris 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->correct()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris 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-07-18mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-04-29mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probeJia-Ju Bai
2018-04-24mtd: rawnand: diskonchip: Allocate rs control per instanceThomas Gleixner
2018-04-24rslib: Split rs control structThomas Gleixner
2018-03-15mtd: rawnand: Replace printk() with appropriate pr_*() macroShreeya Patel
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon