aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/atmel/nand-controller.c
Commit message (Expand)AuthorAge
* mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal2019-04-18
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-08
* mtd: rawnand: atmel: switch to SPDX license identifiersTudor Ambarus2019-03-21
* mtd: rawnand: atmel: add sam9x60 nand controller supportTudor Ambarus2019-03-21
* mtd: rawnand: atmel: add generic name for EBICSA regmapTudor Ambarus2019-03-21
* Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-18
|\
| * mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-18
* | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-07
* | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-07
|/
* mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-10-03
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-03
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-03
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-03
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-03
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-03
* mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-09-04
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-04
* mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal2018-07-31
* mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal2018-07-31
* mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon2018-07-31
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-31
* mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() callBoris Brezillon2018-07-18
* mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned intBoris Brezillon2018-07-18
* mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin2018-07-02
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-16