index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
atmel
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_by
Kees Cook
2023-09-22
1
-1
/
+1
*
mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2023-07-12
1
-2
/
+1
*
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-11
1
-4
/
+2
*
mtd: rawnand: atmel: Unmap streaming DMA mappings
Tudor Ambarus
2022-09-21
1
-0
/
+1
*
mtd: rawnand: atmel: Warn about failure to unregister mtd device
Uwe Kleine-König
2022-06-09
1
-1
/
+3
*
Merge tag 'nand/for-5.18' into mtd/next
Miquel Raynal
2022-03-23
1
-3
/
+11
|
\
|
*
mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
Xin Xiong
2022-03-14
1
-3
/
+11
*
|
mtd: rawnand: Fix misuses of of_match_node()
Miquel Raynal
2022-01-31
2
-2
/
+2
*
|
mtd: Fix misuses of of_match_ptr()
Miquel Raynal
2022-01-31
2
-2
/
+2
|
/
*
mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
2021-09-14
1
-5
/
+2
*
Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...
Richard Weinberger
2021-06-29
1
-1
/
+6
|
\
|
*
mtd: rawnand: atmel: Check the proposed data interface is supported
Miquel Raynal
2021-05-26
1
-0
/
+5
|
*
mtd: rawnand: Add a helper to clarify the interface configuration
Miquel Raynal
2021-05-26
1
-1
/
+1
*
|
mtd: rawnand: atmel: remove unnecessary oom message
Zhen Lei
2021-06-11
1
-3
/
+1
|
/
*
mtd: rawnand: atmel: Update ecc_stats.corrected counter
Kai Stuhlemmer (ebee Engineering)
2021-03-28
1
-2
/
+4
*
mtd: rawnand: atmel: Check return values for nand_read_data_op
Alex Dewar
2020-09-30
1
-2
/
+8
*
mtd: rawnand: atmel: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-30
1
-7
/
+3
*
mtd: rawnand: atmel: Get rid of the legacy interface implementation
Boris Brezillon
2020-09-30
1
-197
/
+1
*
mtd: rawnand: atmel: Convert the driver to exec_op()
Boris Brezillon
2020-09-30
1
-0
/
+267
*
mtd: rawnand: atmel: Use nand_prog_page_end_op()
Boris Brezillon
2020-09-30
1
-14
/
+2
*
mtd: rawnand: atmel: Use nand_{write,read}_data_op()
Boris Brezillon
2020-09-30
1
-5
/
+5
*
mtd: rawnand: atmel: Drop redundant nand_read_page_op()
Boris Brezillon
2020-09-30
1
-4
/
+1
*
mtd: rawnand: atmel: Enable the NFC controller at probe time
Boris Brezillon
2020-09-30
1
-6
/
+6
*
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
2020-09-30
1
-1
/
+2
*
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
2020-09-30
1
-1
/
+1
*
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
2020-09-28
1
-4
/
+6
*
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
2020-09-28
1
-7
/
+7
*
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
2020-08-27
1
-1
/
+1
*
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-06-26
1
-17
/
+17
*
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
2020-05-11
1
-1
/
+1
*
mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
2020-01-21
1
-10
/
+10
*
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
[next]