summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra
AgeCommit message (Expand)Author
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-22memory: tegra186-emc: Fix missing put_bpmpJon Hunter
2025-10-23memory: tegra210: Fix incorrect client idsAaron Kling
2025-10-13memory: tegra30-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski
2025-10-13memory: tegra20-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski
2025-10-13memory: tegra186-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski
2025-10-13memory: tegra124-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski
2025-10-13memory: tegra124-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski
2025-10-13memory: tegra186-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski
2025-10-13memory: tegra20-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski
2025-10-13memory: tegra30-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski
2025-10-13memory: tegra30-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski
2025-10-13memory: tegra20-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski
2025-10-13memory: tegra186-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski
2025-10-13memory: tegra124-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski
2025-10-13memory: tegra124-emc: Simplify return of emc_init()Krzysztof Kozlowski
2025-09-10memory: tegra210: Use bindings for client idsAaron Kling
2025-07-11memory: tegra: Add Tegra264 MC and EMC supportSumit Gupta
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-15memory: tegra: Do not enable by default during compile testingKrzysztof Kozlowski
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-03memory: tegra20-emc: Drop redundant platform_get_irq() error printkKrzysztof Kozlowski
2025-01-15Merge tag 'memory-controller-drv-6.14' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann
2024-12-22memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_r...Joe Hattori
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-08-21memory: tegra30-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-21memory: tegra20-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-21memory: tegra124-emc: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-21memory: tegra-mc: simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-08-14memory: tegra186-emc: drop unused to_tegra186_emc()Krzysztof Kozlowski
2024-07-29memory: tegra: Rework update_clock_tree_delay()Diogo Ivo
2024-07-29memory: tegra: Move compare/update current delay values to a functionDiogo Ivo
2024-07-29memory: tegra: Loop update_clock_tree_delay()Diogo Ivo
2024-07-29memory: tegra: Change macros to interpret parameter as integerDiogo Ivo
2024-07-29memory: tegra: Reword and correct commentsDiogo Ivo
2024-07-29memory: tegra: Move DQSOSC measurement to common placeDiogo Ivo
2024-07-29memory: tegra: Remove periodic compensation duplicate callsDiogo Ivo
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-26interconnect: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-22memory: tegra: Fix indentationJon Hunter
2024-02-22memory: tegra: Add BPMP and ICC info for DLA clientsJon Hunter
2024-02-22memory: tegra: Correct DLA client namesJon Hunter
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-19memory: tegra210-emc: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-19memory: tegra186-emc: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-12iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining placesJason Gunthorpe
2023-12-06memory: tegra: Protect SID override call under CONFIG_IOMMU_APIAshish Mhetre
2023-11-21memory: tegra: Skip SID programming if SID registers aren't setAshish Mhetre
2023-11-21memory: tegra: Add SID override programming for MC clientsAshish Mhetre
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds