summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/davinci_nand.c
AgeCommit message (Expand)Author
2025-01-15mtd: rawnand: davinci: add ROM supported OOB layoutMarcus Folkesson
2025-01-08mtd: rawnand: davinci: Reduce polling interval in NAND_OP_WAITRDY_INSTRBastien Curutchet
2024-12-24mtd: rawnand: davinci: Implement setup_interface() operationBastien Curutchet
2024-12-24mtd: rawnand: davinci: Add clock resourceBastien Curutchet
2024-12-05mtd: nand: davinci: add support for on-die ECC engine typeMarcus Folkesson
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-21mtd: rawnand: davinci: use generic device property helpersBartosz Golaszewski
2024-10-21mtd: rawnand: davinci: break the line correctlyBartosz Golaszewski
2024-10-21mtd: rawnand: davinci: order headers alphabeticallyBartosz Golaszewski
2024-08-23mtd: rawnand: davinci: make platform_data privateBartosz Golaszewski
2024-03-25mtd: rawnand: davinci: Add dummy read after sending commandBastien Curutchet
2023-07-27mtd: Explicitly include correct DT includesRob Herring
2023-04-11mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König
2022-04-04mtd: rawnand: davinci: Remove redundant unsigned comparison to zeroWang Weiyang
2021-11-19mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil
2021-11-19mtd: rawnand: davinci: Rewrite function descriptionPaul Cercueil
2021-11-19mtd: rawnand: davinci: Avoid duplicated page readPaul Cercueil
2021-11-19mtd: rawnand: davinci: Don't calculate ECC when reading pagePaul Cercueil
2020-12-10mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal
2020-11-19mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip()Miquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel 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-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal
2020-05-31mtd: rawnand: davinci: Stop using nand_release()Miquel Raynal
2020-05-24mtd: rawnand: davinci: Get rid of the legacy interface implementationBoris Brezillon
2020-05-24mtd: rawnand: davinci: Implement exec_op()Boris Brezillon
2020-05-24mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}Boris Brezillon
2020-05-24mtd: rawnand: davinci: Inherit from nand_controllerBoris Brezillon
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris 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: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris 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->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-31mtd: rawnand: davinci: convert driver to nand_scan()Miquel Raynal