index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
memory
/
atmel-ebi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Use device_get_match_data()
Rob Herring
2023-10-12
1
-7
/
+7
*
memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by
Kees Cook
2023-09-24
1
-1
/
+1
*
memory: atmel-ebi: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-13
1
-1
/
+1
*
memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe
Miaoqian Lin
2022-04-04
1
-6
/
+17
*
memory: atmel-ebi: add missing of_node_put for loop iteration
Krzysztof Kozlowski
2021-05-11
1
-1
/
+3
*
memory: atmel-ebi: switch to SPDX license identifiers
Tudor Ambarus
2019-11-07
1
-4
/
+1
*
memory: atmel-ebi: move NUM_CS definition inside EBI driver
Tudor Ambarus
2019-11-07
1
-2
/
+4
*
memory: atmel-ebi: add sam9x60 EBI support
Tudor Ambarus
2019-03-21
1
-0
/
+14
*
memory: atmel-ebi: add generic name for ebi regmap
Tudor Ambarus
2019-03-21
1
-7
/
+16
*
memory: atmel-ebi: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2018-08-27
1
-2
/
+1
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-09-10
1
-9
/
+8
|
\
|
*
memory: Convert to using %pOF instead of full_name
Rob Herring
2017-08-16
1
-9
/
+8
*
|
mfd: syscon: atmel-smc: Add helper to retrieve register layout
Ludovic Desroches
2017-09-05
1
-4
/
+9
*
|
memory: atmel-ebi: Fix smc cycle xlate converter
Alexander Dahl
2017-07-26
1
-1
/
+1
*
|
memory: atmel-ebi: Allow t_DF timings of zero ns
Alexander Dahl
2017-07-26
1
-2
/
+4
*
|
memory: atmel-ebi: Fix smc timing return value evaluation
Alexander Dahl
2017-07-26
1
-1
/
+1
|
/
*
memory: atmel-ebi: mark PM ops as __maybe_unused
Arnd Bergmann
2017-05-15
1
-1
/
+1
*
memory: atmel-ebi: Add PM ops
Boris Brezillon
2017-04-27
1
-0
/
+20
*
memory: atmel-ebi: Add missing ->numcs assignment
Boris Brezillon
2017-04-27
1
-0
/
+1
*
memory: atmel-ebi: Change naming scheme
Boris Brezillon
2017-04-27
1
-60
/
+60
*
memory: atmel-ebi: Stop using reg_field objects for simple things
Boris Brezillon
2017-04-27
1
-42
/
+13
*
memory: atmel-ebi: Simplify SMC config code
Boris Brezillon
2017-04-27
1
-303
/
+127
*
memory: atmel-ebi: Enable the SMC clock if specified
Boris Brezillon
2017-01-27
1
-14
/
+37
*
memory: atmel-ebi: Properly handle multiple reference to the same CS
Boris Brezillon
2017-01-27
1
-19
/
+27
*
memory: atmel-ebi: Fix the test to enable generic SMC logic
Boris Brezillon
2017-01-27
1
-1
/
+1
*
memory/atmel-ebi: Fix ns <-> cycles conversions
Boris Brezillon
2017-01-10
1
-13
/
+14
*
memory: atmel-ebi: fix return value check in at91_ebi_dev_disable()
Wei Yongjun
2016-10-20
1
-1
/
+1
*
memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the code
Wei Yongjun
2016-08-08
1
-8
/
+2
*
memory: atmel-ebi: make it explicitly non-modular
Paul Gortmaker
2016-06-21
1
-7
/
+2
*
memory: add Atmel EBI (External Bus Interface) driver
Boris Brezillon
2016-06-02
1
-0
/
+771