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
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
2020-01-21
mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-18
mtd: rawnand: atmel: Fix spelling mistake in error message
Miquel Raynal
2019-04-08
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-03-21
mtd: rawnand: atmel: switch to SPDX license identifiers
Tudor Ambarus
2019-03-21
mtd: rawnand: atmel: add sam9x60 nand controller support
Tudor Ambarus
2019-03-21
mtd: rawnand: atmel: add generic name for EBICSA regmap
Tudor Ambarus
2019-02-07
mtd: rawnand: atmel: fix possible object reference leak
Wen Yang
2018-12-18
Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-12-07
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-11-18
mtd: rawnand: atmel: fix OF child-node lookup
Johan Hovold
2018-10-03
mtd: rawnand: atmel: Fix potential NULL pointer dereference
Gustavo A. R. Silva
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
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