summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/atmel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-12-181-4/+7
|\
| * mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-181-4/+7
* | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-2/+3
* | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-2/+2
|/
* mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-10-031-0/+4
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-1/+1
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-4/+4
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+1Star
* mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-031-4/+2Star
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-031-4/+2Star
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-5/+4Star
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-031-7/+5Star
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-031-6/+4Star
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-8/+4Star
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-8/+4Star
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-09-041-3/+1Star
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-9/+0Star
* mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal2018-07-311-59/+54Star
* mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal2018-07-311-57/+45Star
* mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon2018-07-311-1/+0Star
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-5/+5
* mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() callBoris Brezillon2018-07-181-3/+3
* mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned intBoris Brezillon2018-07-181-1/+1
* mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin2018-07-021-1/+6
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-061-1/+1
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-164-0/+3655