summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/lpc32xx_mlc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-101-1/+1
* mtd: rawnand: lpc32xx_mlc: Move the ECC initialization to ->attach_chip()Miquel Raynal2020-11-191-10/+13
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-1/+1
* mtd: rawnand: lpc32xx_mlc: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* 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: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-031-8/+9
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-4/+3
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-5/+5
* mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-2/+1
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan()Miquel Raynal2018-07-311-28/+33
* mtd: rawnand: lpc32xx_mlc: fix the probe function error pathMiquel Raynal2018-04-291-3/+3
* mtd: rawnand: lpc32xx_mlc: clean the probe functionMiquel Raynal2018-04-291-18/+20
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+909