index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
atmel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-04
Merge tag 'mtd/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
2
-7
/
+11
2025-10-03
Merge tag 'nand/for-6.18' into mtd/next
Miquel Raynal
1
-6
/
+11
2025-09-29
mtd: rawnand: atmel: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-09-29
mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nands
Erick Karanja
1
-2
/
+2
2025-09-10
mtd: rawnand: atmel: Fix pulse read timing for certain flash chips
Alexander Dahl
1
-4
/
+9
2025-08-28
mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
Alexander Sverdlin
1
-3
/
+13
2025-07-30
mtd: rawnand: atmel: set pmecc data setup time
Balamanikandan Gunasundar
1
-0
/
+6
2025-07-30
mtd: rawnand: atmel: Fix dma_mapping_error() address
Thomas Fourier
1
-1
/
+1
2024-12-05
mtd: rawnand: fix double free in atmel_pmecc_create_user()
Dan Carpenter
1
-3
/
+1
2024-11-21
Merge tag 'nand/for-6.13' into mtd/next
Miquel Raynal
2
-9
/
+1
2024-10-21
mtd: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-21
mtd: rawnand: atmel: Fix possible memory leak
Miquel Raynal
2
-9
/
+1
2024-09-06
mtd: rawnand: atmel: Add message on DMA usage
Alexander Dahl
1
-1
/
+4
2024-03-15
mtd: nand: raw: atmel: Fix comment in timings preparation
Alexander Dahl
1
-1
/
+1
2023-09-22
mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_by
Kees Cook
1
-1
/
+1
2023-07-12
mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-04-11
mtd: nand: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-09-21
mtd: rawnand: atmel: Unmap streaming DMA mappings
Tudor Ambarus
1
-0
/
+1
2022-06-09
mtd: rawnand: atmel: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-03-23
Merge tag 'nand/for-5.18' into mtd/next
Miquel Raynal
1
-3
/
+11
2022-03-14
mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
Xin Xiong
1
-3
/
+11
2022-01-31
mtd: rawnand: Fix misuses of of_match_node()
Miquel Raynal
2
-2
/
+2
2022-01-31
mtd: Fix misuses of of_match_ptr()
Miquel Raynal
2
-2
/
+2
2021-09-14
mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
1
-5
/
+2
2021-06-29
Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...
Richard Weinberger
1
-1
/
+6
2021-06-11
mtd: rawnand: atmel: remove unnecessary oom message
Zhen Lei
1
-3
/
+1
2021-05-26
mtd: rawnand: atmel: Check the proposed data interface is supported
Miquel Raynal
1
-0
/
+5
2021-05-26
mtd: rawnand: Add a helper to clarify the interface configuration
Miquel Raynal
1
-1
/
+1
2021-03-28
mtd: rawnand: atmel: Update ecc_stats.corrected counter
Kai Stuhlemmer (ebee Engineering)
1
-2
/
+4
2020-09-30
mtd: rawnand: atmel: Check return values for nand_read_data_op
Alex Dewar
1
-2
/
+8
2020-09-30
mtd: rawnand: atmel: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-30
mtd: rawnand: atmel: Get rid of the legacy interface implementation
Boris Brezillon
1
-197
/
+1
2020-09-30
mtd: rawnand: atmel: Convert the driver to exec_op()
Boris Brezillon
1
-0
/
+267
2020-09-30
mtd: rawnand: atmel: Use nand_prog_page_end_op()
Boris Brezillon
1
-14
/
+2
2020-09-30
mtd: rawnand: atmel: Use nand_{write,read}_data_op()
Boris Brezillon
1
-5
/
+5
2020-09-30
mtd: rawnand: atmel: Drop redundant nand_read_page_op()
Boris Brezillon
1
-4
/
+1
2020-09-30
mtd: rawnand: atmel: Enable the NFC controller at probe time
Boris Brezillon
1
-6
/
+6
2020-09-30
mtd: rawnand: Use the NAND framework user_conf object for ECC flags
Miquel Raynal
1
-1
/
+2
2020-09-30
mtd: rawnand: Use the ECC framework OOB layouts
Miquel Raynal
1
-1
/
+1
2020-09-28
mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
Miquel Raynal
1
-4
/
+6
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
1
-7
/
+7
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
1
-1
/
+1
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
1
-17
/
+17
2020-05-11
mtd: rawnand: Rename a NAND chip option
Miquel Raynal
1
-1
/
+1
2020-01-21
mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
1
-10
/
+10
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-18
mtd: rawnand: atmel: Fix spelling mistake in error message
Miquel Raynal
1
-1
/
+1
2019-04-08
mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds
Boris Brezillon
1
-4
/
+4
2019-03-21
mtd: rawnand: atmel: switch to SPDX license identifiers
Tudor Ambarus
3
-13
/
+3
2019-03-21
mtd: rawnand: atmel: add sam9x60 nand controller support
Tudor Ambarus
1
-12
/
+74
[next]