summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/atmel/nand-controller.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon1-1/+1
2018-09-04mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+1
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon1-9/+0
2018-07-31mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal1-59/+54
2018-07-31mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal1-57/+45
2018-07-31mtd: rawnand: atmel: Stop including gpio.hBoris Brezillon1-1/+0
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal1-5/+5
2018-07-18mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() callBoris Brezillon1-3/+3
2018-07-18mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned intBoris Brezillon1-1/+1
2018-07-02mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin1-1/+6
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+2565