summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/omap2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-211-1/+1
* mtd: rawnand: omap2: Fix check 0 for platform_get_irq()Yi Yang2023-09-111-4/+4
* Merge tag 'nand/for-6.6' into mtd/nextMiquel Raynal2023-08-281-2/+1
|\
| * mtd: rawnand: omap2: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* | mtd: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
|/
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* mtd: rawnand: omap2: Suppress error message after WARN in .remove()Uwe Kleine-König2022-06-091-4/+2
* mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-311-1/+1
* Merge tag 'memory-controller-drv-omap-5.17' into nand/nextMiquel Raynal2021-12-311-5/+1
|\
| * memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros2021-12-221-4/+1
* | mtd: rawnand: omap2: drop unused variableRoger Quadros2021-12-171-4/+0
* | mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA modeRoger Quadros2021-12-171-0/+10
* | mtd: rawnand: omap2: Add compatible for AM64 SoCRoger Quadros2021-12-171-0/+1
* | mtd: rawnand: omap2: move to exec_op interfaceRoger Quadros2021-12-171-279/+211
|/
* mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typoVladimir Molokov2021-08-061-1/+1
* mtd: rawnand: omap: Add larger page NAND chips supportMiquel Raynal2021-06-181-68/+115
* mtd: rawnand: omap: Various style fixesMiquel Raynal2021-06-181-5/+7
* mtd: rawnand: omap: Check return valuesMiquel Raynal2021-06-181-9/+21
* mtd: rawnand: omap: Rename a macroMiquel Raynal2021-06-181-8/+8
* mtd: rawnand: omap: Aggregate the HW configuration of the ELMMiquel Raynal2021-06-181-19/+11
* mtd: rawnand: omap: Use ECC information from the generic structuresMiquel Raynal2021-03-111-6/+8
* mtd: rawnand: omap: Use BCH private fields in the specific OOB layoutMiquel Raynal2021-01-201-6/+9
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-161-18/+13
|\ \
| | * mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-301-14/+9
| | * mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-301-8/+8
| | * mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-301-1/+1
| |/
* / mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanoursLee Jones2020-11-201-8/+10
|/
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-10/+10
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: omap2: Stop using nand_release()Miquel Raynal2020-05-311-2/+6
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-6/+2
* mtd: rawnand: omap2: Fix number of bitflips reporting with ELMSascha Hauer2019-08-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-181-2/+2
* mtd: rawnand: Stop using chip->state in driversBoris Brezillon2019-02-051-5/+2
* mtd: rawnand: omap2: Use nand_controller_init()Boris Brezillon2019-02-051-5/+8
* mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon2018-12-141-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-11/+11
* 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->waitfunc()Boris Brezillon2018-10-031-5/+3
* 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-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-16/+20
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-9/+15
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-6/+5
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-031-9/+9