index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
atmel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mtd: rawnand: atmel: Fix spelling mistake in error message
Miquel Raynal
2019-04-18
1
-1
/
+1
*
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
2019-04-08
1
-4
/
+4
*
mtd: rawnand: atmel: switch to SPDX license identifiers
Tudor Ambarus
2019-03-21
3
-13
/
+3
*
mtd: rawnand: atmel: add sam9x60 nand controller support
Tudor Ambarus
2019-03-21
1
-12
/
+74
*
mtd: rawnand: atmel: add generic name for EBICSA regmap
Tudor Ambarus
2019-03-21
1
-11
/
+17
*
mtd: rawnand: atmel: fix possible object reference leak
Wen Yang
2019-02-07
1
-6
/
+15
*
Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
2018-12-18
1
-4
/
+7
|
\
|
*
mtd: rawnand: atmel: fix OF child-node lookup
Johan Hovold
2018-11-18
1
-4
/
+7
*
|
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
2018-12-07
1
-2
/
+3
*
|
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
2018-12-07
1
-2
/
+2
|
/
*
mtd: rawnand: atmel: Fix potential NULL pointer dereference
Gustavo A. R. Silva
2018-10-03
1
-0
/
+4
*
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
2018-10-03
1
-4
/
+4
*
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
2018-10-03
1
-2
/
+2
*
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
2018-10-03
1
-4
/
+4
*
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
2018-10-03
1
-2
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
2018-10-03
1
-4
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
2018-10-03
1
-4
/
+2
*
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
2018-10-03
1
-5
/
+4
*
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-7
/
+5
*
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-6
/
+4
*
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
2018-10-03
1
-8
/
+4
*
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
2018-10-03
1
-8
/
+4
*
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
2018-10-03
1
-1
/
+1
*
mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2018-09-04
1
-3
/
+1
*
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
2018-09-04
1
-9
/
+0
*
mtd: rawnand: atmel: convert driver to nand_scan()
Miquel Raynal
2018-07-31
1
-59
/
+54
*
mtd: rawnand: atmel: clarify NAND addition/removal paths
Miquel Raynal
2018-07-31
1
-57
/
+45
*
mtd: rawnand: atmel: Stop including gpio.h
Boris Brezillon
2018-07-31
1
-1
/
+0
*
mtd: rawnand: better name for the controller structure
Miquel Raynal
2018-07-31
1
-5
/
+5
*
mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
Boris Brezillon
2018-07-18
1
-3
/
+3
*
mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned int
Boris Brezillon
2018-07-18
1
-1
/
+1
*
mtd: rawnand: atmel: add module param to avoid using dma
Peter Rosin
2018-07-02
1
-1
/
+6
*
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
Linus Torvalds
2018-04-06
1
-1
/
+1
*
mtd: nand: move raw NAND related code to the raw/ subdir
Boris Brezillon
2018-02-16
4
-0
/
+3655