summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-371/+2749
2026-06-09memory: tegra234: drop dead NULL check in tegra234_mc_icc_aggregate()Sumit Gupta1-4/+2
2026-06-09memory: tegra264: drop redundant tegra264_mc_icc_aggregate()Sumit Gupta1-16/+1
2026-06-09memory: tegra186-emc: stop borrowing MC aggregate hook for EMCSumit Gupta1-3/+1
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano1-2/+2
2026-05-27memory: tegra264: Add full set of MC clientsSumit Gupta1-32/+532
2026-05-27memory: tegra264: Skip clients without bpmp_id or typeSumit Gupta1-0/+4
2026-05-14memory: tegra114-emc: Simplify tegra114_emc_interconnect_init() error messageKrzysztof Kozlowski1-2/+1
2026-05-14memory: tegra114-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2026-05-13memory: tegra: Fix possible null pointer dereferenceEthan Tidmore1-1/+3
2026-05-04memory: tegra: Add Tegra114 EMC driverSvyatoslav Ryhel3-0/+1367
2026-05-04memory: tegra: Implement EMEM regs and ICC ops for Tegra114Svyatoslav Ryhel1-0/+193
2026-05-04memory: tegra: Add Tegra238 MC supportAshish Mhetre5-1/+405
2026-05-04memory: tegra: Restore MC interrupt masks on resumeAshish Mhetre1-7/+16
2026-05-04memory: tegra: Wire up system sleep PM opsAshish Mhetre1-0/+14
2026-05-04memory: tegra: Make ->resume() callback return voidAshish Mhetre1-3/+1
2026-05-04memory: tegra: Deduplicate rate request management codeMikko Perttunen7-305/+215
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+10
2026-03-26of: reserved_mem: switch to ops based OF_DECLARE()Marek Szyprowski1-8/+8
2026-03-26of: reserved_mem: remove fdt node from the structureMarek Szyprowski1-1/+2
2026-03-07memory: tegra: Add MC error logging support for Tegra264Ketan Patil4-10/+484
2026-03-07memory: tegra: Prepare for supporting multiple intmask registersKetan Patil10-39/+118
2026-03-07memory: tegra: Group SoC specific fieldsKetan Patil10-6/+22
2026-03-07memory: tegra: Add support for multiple IRQsKetan Patil10-15/+44
2026-03-07memory: tegra: Group register and fieldsKetan Patil1-29/+33
2026-03-07memory: tegra: Group error handling related registersKetan Patil10-38/+50
2026-03-05memory: tegra-mc: Use %pe formatKrzysztof Kozlowski1-2/+1
2026-03-05memory: tegra-mc: Simplify printing PTR_ERR with dev_err_probeKrzysztof Kozlowski1-8/+5
2026-03-05memory: tegra-mc: Drop tegra_mc_setup_latency_allowance() return valueKrzysztof Kozlowski1-8/+2
2026-02-24memory: tegra30-emc: Fix dll_change checkMikko Perttunen1-3/+3
2026-02-24memory: tegra124-emc: Fix dll_change checkMikko Perttunen1-1/+1
2026-02-24memory: tegra: Add support for DBB clock on Tegra264Thierry Reding1-0/+8
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-7/+7
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-238/+206
2025-11-22memory: tegra186-emc: Fix missing put_bpmpJon Hunter1-3/+5
2025-10-23memory: tegra210: Fix incorrect client idsAaron Kling1-2/+2
2025-10-13memory: tegra30-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski1-45/+45
2025-10-13memory: tegra20-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski1-60/+60
2025-10-13memory: tegra186-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski1-9/+9
2025-10-13memory: tegra124-emc: Add the SoC model prefix to functionsKrzysztof Kozlowski1-49/+49
2025-10-13memory: tegra124-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski1-14/+11
2025-10-13memory: tegra186-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski1-8/+6
2025-10-13memory: tegra20-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski1-14/+9
2025-10-13memory: tegra30-emc: Simplify and handle deferred probe with dev_err_probe()Krzysztof Kozlowski1-14/+8
2025-10-13memory: tegra30-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2025-10-13memory: tegra20-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2025-10-13memory: tegra186-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2025-10-13memory: tegra124-emc: Do not print error on icc_node_create() failureKrzysztof Kozlowski1-5/+2
2025-10-13memory: tegra124-emc: Simplify return of emc_init()Krzysztof Kozlowski1-8/+2