aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/memory (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-3/+34
2025-03-14memory: omap-gpmc: drop no compatible checkRoger Quadros1-20/+0
2025-03-10memory: mtk-smi: Add ostd setting for mt8192Xueqi Zhang1-0/+33
2025-02-03memory: tegra20-emc: Drop redundant platform_get_irq() error printkKrzysztof Kozlowski1-3/+1
2025-01-15Merge tag 'memory-controller-drv-ti-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/driversArnd Bergmann1-76/+116
2025-01-15Merge tag 'memory-controller-drv-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/driversArnd Bergmann2-30/+11
2024-12-22memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code()Joe Hattori1-4/+4
2024-12-14memory: omap-gpmc: deadcode a pair of functionsDr. David Alan Gilbert1-26/+7
2024-12-09memory: ti-aemif: Export aemif_*_cs_timings()Bastien Curutchet1-22/+14
2024-12-09memory: ti-aemif: Create aemif_set_cs_timings()Bastien Curutchet1-16/+49
2024-12-09memory: ti-aemif: Create aemif_check_cs_timings()Bastien Curutchet1-60/+51
2024-12-09memory: ti-aemif: Wrap CS timings into a structBastien Curutchet1-24/+33
2024-12-09memory: ti-aemif: Remove unnecessary local variablesBastien Curutchet1-11/+3
2024-12-09memory: ti-aemif: Store timings parameter in number of cycles - 1Bastien Curutchet1-56/+79
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds14-15/+15
2024-08-31memory: pl353-smc: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-31memory: pl172: simplify releasing AMBA regions with devmKrzysztof Kozlowski1-15/+13
2024-08-31memory: renesas-rpc-if: Use Hi-Z state as the default setting for IOVF pinsBiju Das1-1/+1
2024-08-25memory: mtk-smi: Use devm_clk_get_enabled()Rong Qianfeng1-5/+1
2024-08-25memory: pl353-smc: simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-33/+3
2024-08-25memory: pl353-smc: simplify with dev_err_probe()Krzysztof Kozlowski1-8/+6
2024-08-25memory: pl172: simplify with devm_clk_get_enabled()Krzysztof Kozlowski1-18/+5
2024-08-25memory: pl172: simplify with dev_err_probe()Krzysztof Kozlowski1-4/+3
2024-08-25memory: omap-gpmc: simplify locking with guard()Krzysztof Kozlowski1-13/+11
2024-08-25memory: emif: simplify locking with guard()Krzysztof Kozlowski1-9/+8
2024-08-25memory: emif: drop unused 'irq_state' memberKrzysztof Kozlowski1-1/+0
2024-08-25memory: ti-aemif: Revert "memory: ti-aemif: don't needlessly iterate over child nodes"Bartosz Golaszewski1-3/+5
2024-08-21memory: ti-aemif: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-21memory: ti-aemif: simplify with dev_err_probe()Krzysztof Kozlowski1-4/+3
2024-08-21memory: tegra30-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-21memory: tegra20-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-21memory: tegra124-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-21memory: tegra-mc: simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+3
2024-08-21memory: stm32-fmc2-ebi: simplify with dev_err_probe()Krzysztof Kozlowski1-10/+5
2024-08-21memory: stm32-fmc2-ebi: simplify with scoped for each OF child loopKrzysztof Kozlowski1-7/+1
2024-08-21memory: samsung: exynos5422-dmc: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-20/+11
2024-08-21memory: samsung: exynos5422-dmc: simplify dmc->dev usageKrzysztof Kozlowski1-30/+31
2024-08-21memory: atmel-ebi: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2024-08-21memory: atmel-ebi: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-19/+10
2024-08-14memory: tegra186-emc: drop unused to_tegra186_emc()Krzysztof Kozlowski1-5/+0
2024-08-12memory: ti-aemif: don't needlessly iterate over child nodesBartosz Golaszewski1-7/+3
2024-08-12memory: ti-aemif: use devm_clk_get_enabled() and shrink the codeBartosz Golaszewski1-23/+6
2024-08-12memory: ti-aemif: remove platform data supportBartosz Golaszewski1-24/+1
2024-08-02memory: emif: Use of_property_read_bool()Rob Herring (Arm)1-9/+4
2024-07-29memory: tegra: Rework update_clock_tree_delay()Diogo Ivo1-74/+48
2024-07-29memory: tegra: Move compare/update current delay values to a functionDiogo Ivo1-47/+39
2024-07-29memory: tegra: Loop update_clock_tree_delay()Diogo Ivo1-255/+67
2024-07-29memory: tegra: Change macros to interpret parameter as integerDiogo Ivo1-22/+11
2024-07-29memory: tegra: Reword and correct commentsDiogo Ivo1-8/+2
2024-07-29memory: tegra: Move DQSOSC measurement to common placeDiogo Ivo1-14/+11