index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
atmel
Age
Commit message (
Expand
)
Author
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-09-04
mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2018-09-04
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
2018-07-31
mtd: rawnand: atmel: convert driver to nand_scan()
Miquel Raynal
2018-07-31
mtd: rawnand: atmel: clarify NAND addition/removal paths
Miquel Raynal
2018-07-31
mtd: rawnand: atmel: Stop including gpio.h
Boris Brezillon
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-18
mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
Boris Brezillon
2018-07-18
mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned int
Boris Brezillon
2018-07-02
mtd: rawnand: atmel: add module param to avoid using dma
Peter Rosin
2018-04-06
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-02-16
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon