summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-031-7/+7
* mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-9/+8
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: omap2: convert driver to nand_scan()Miquel Raynal2018-07-311-233/+230
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-1/+1
* mtd: rawnand: omap2: fix the probe function error pathMiquel Raynal2018-03-291-1/+4
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+2316