index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memory
Age
Commit message (
Expand
)
Author
Lines
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-2
/
+2
2025-03-27
Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+34
2025-03-14
memory: omap-gpmc: drop no compatible check
Roger Quadros
-20
/
+0
2025-03-10
memory: mtk-smi: Add ostd setting for mt8192
Xueqi Zhang
-0
/
+33
2025-02-03
memory: tegra20-emc: Drop redundant platform_get_irq() error printk
Krzysztof Kozlowski
-3
/
+1
2025-01-15
Merge tag 'memory-controller-drv-ti-6.14' of https://git.kernel.org/pub/scm/l...
Arnd Bergmann
-76
/
+116
2025-01-15
Merge tag 'memory-controller-drv-6.14' of https://git.kernel.org/pub/scm/linu...
Arnd Bergmann
-30
/
+11
2024-12-22
memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_r...
Joe Hattori
-4
/
+4
2024-12-14
memory: omap-gpmc: deadcode a pair of functions
Dr. David Alan Gilbert
-26
/
+7
2024-12-09
memory: ti-aemif: Export aemif_*_cs_timings()
Bastien Curutchet
-22
/
+14
2024-12-09
memory: ti-aemif: Create aemif_set_cs_timings()
Bastien Curutchet
-16
/
+49
2024-12-09
memory: ti-aemif: Create aemif_check_cs_timings()
Bastien Curutchet
-60
/
+51
2024-12-09
memory: ti-aemif: Wrap CS timings into a struct
Bastien Curutchet
-24
/
+33
2024-12-09
memory: ti-aemif: Remove unnecessary local variables
Bastien Curutchet
-11
/
+3
2024-12-09
memory: ti-aemif: Store timings parameter in number of cycles - 1
Bastien Curutchet
-56
/
+79
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-15
/
+15
2024-08-31
memory: pl353-smc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-31
memory: pl172: simplify releasing AMBA regions with devm
Krzysztof Kozlowski
-15
/
+13
2024-08-31
memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF pins
Biju Das
-1
/
+1
2024-08-25
memory: mtk-smi: Use devm_clk_get_enabled()
Rong Qianfeng
-5
/
+1
2024-08-25
memory: pl353-smc: simplify with devm_clk_get_enabled()
Krzysztof Kozlowski
-33
/
+3
2024-08-25
memory: pl353-smc: simplify with dev_err_probe()
Krzysztof Kozlowski
-8
/
+6
2024-08-25
memory: pl172: simplify with devm_clk_get_enabled()
Krzysztof Kozlowski
-18
/
+5
2024-08-25
memory: pl172: simplify with dev_err_probe()
Krzysztof Kozlowski
-4
/
+3
2024-08-25
memory: omap-gpmc: simplify locking with guard()
Krzysztof Kozlowski
-13
/
+11
2024-08-25
memory: emif: simplify locking with guard()
Krzysztof Kozlowski
-9
/
+8
2024-08-25
memory: emif: drop unused 'irq_state' member
Krzysztof Kozlowski
-1
/
+0
2024-08-25
memory: ti-aemif: Revert "memory: ti-aemif: don't needlessly iterate over chi...
Bartosz Golaszewski
-3
/
+5
2024-08-21
memory: ti-aemif: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-21
memory: ti-aemif: simplify with dev_err_probe()
Krzysztof Kozlowski
-4
/
+3
2024-08-21
memory: tegra30-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-21
memory: tegra20-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-21
memory: tegra124-emc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+2
2024-08-21
memory: tegra-mc: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-8
/
+3
2024-08-21
memory: stm32-fmc2-ebi: simplify with dev_err_probe()
Krzysztof Kozlowski
-10
/
+5
2024-08-21
memory: stm32-fmc2-ebi: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-7
/
+1
2024-08-21
memory: samsung: exynos5422-dmc: use scoped device node handling to simplify ...
Krzysztof Kozlowski
-20
/
+11
2024-08-21
memory: samsung: exynos5422-dmc: simplify dmc->dev usage
Krzysztof Kozlowski
-30
/
+31
2024-08-21
memory: atmel-ebi: simplify with scoped for each OF child loop
Krzysztof Kozlowski
-5
/
+3
2024-08-21
memory: atmel-ebi: use scoped device node handling to simplify error paths
Krzysztof Kozlowski
-19
/
+10
2024-08-14
memory: tegra186-emc: drop unused to_tegra186_emc()
Krzysztof Kozlowski
-5
/
+0
2024-08-12
memory: ti-aemif: don't needlessly iterate over child nodes
Bartosz Golaszewski
-7
/
+3
2024-08-12
memory: ti-aemif: use devm_clk_get_enabled() and shrink the code
Bartosz Golaszewski
-23
/
+6
2024-08-12
memory: ti-aemif: remove platform data support
Bartosz Golaszewski
-24
/
+1
2024-08-02
memory: emif: Use of_property_read_bool()
Rob Herring (Arm)
-9
/
+4
2024-07-29
memory: tegra: Rework update_clock_tree_delay()
Diogo Ivo
-74
/
+48
2024-07-29
memory: tegra: Move compare/update current delay values to a function
Diogo Ivo
-47
/
+39
2024-07-29
memory: tegra: Loop update_clock_tree_delay()
Diogo Ivo
-255
/
+67
2024-07-29
memory: tegra: Change macros to interpret parameter as integer
Diogo Ivo
-22
/
+11
2024-07-29
memory: tegra: Reword and correct comments
Diogo Ivo
-8
/
+2
[next]