Age | Commit message (Expand) | Author | Files | Lines |
2023-07-25 | memory: tegra: make icc_set_bw return zero if BWMGR not supported | Sumit Gupta | 1 | -2/+2 |
2023-07-10 | memory: tegra: Add dummy implementation on Tegra194 | Thierry Reding | 3 | -22/+39 |
2023-05-16 | memory: tegra: Make CPU cluster BW request a multiple of MC channels | Sumit Gupta | 3 | -1/+43 |
2023-05-16 | memory: tegra: Add software memory clients in Tegra234 | Sumit Gupta | 1 | -0/+15 |
2023-05-16 | memory: tegra: Add memory clients for Tegra234 | Sumit Gupta | 1 | -0/+420 |
2023-05-16 | memory: tegra: Add interconnect support for DRAM scaling in Tegra234 | Sumit Gupta | 3 | -1/+275 |
2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -5/+1 |
2023-04-10 | memory: tegra: read values from correct device | Diogo Ivo | 1 | -1/+1 |
2023-03-22 | memory: tegra: remove redundant variable initialization | Diogo Ivo | 1 | -2/+0 |
2023-03-13 | memory: tegra30-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra20-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra124-emc: fix interconnect registration race | Johan Hovold | 1 | -6/+6 |
2023-03-13 | memory: tegra: fix interconnect registration race | Johan Hovold | 1 | -9/+7 |
2023-03-09 | memory: tegra: remove MODULE_LICENSE in non-modules | Nick Alcock | 2 | -2/+0 |
2022-12-27 | memory: tegra: Remove clients SID override programming | Ashish Mhetre | 1 | -36/+0 |
2022-12-13 | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -0/+30 |
2022-11-25 | memory: tegra: Add API for retrieving carveout bounds | Mikko Perttunen | 2 | -0/+30 |
2022-11-21 | memory: tegra: Add DLA clients for Tegra234 | Jon Hunter | 1 | -0/+160 |
2022-11-21 | memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code | Liu Shixin | 1 | -14/+1 |
2022-11-21 | memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code | Liu Shixin | 1 | -14/+1 |
2022-11-21 | memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code | Liu Shixin | 1 | -14/+1 |
2022-11-21 | memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify code | Liu Shixin | 1 | -14/+1 |
2022-08-03 | Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Rafael J. Wysocki | 1 | -6/+5 |
2022-07-08 | memory: tegra: Add MGBE memory clients for Tegra234 | Thierry Reding | 1 | -0/+80 |
2022-07-08 | OPP: Migrate set-supported-hw API to use set-config helpers | Viresh Kumar | 1 | -6/+5 |
2022-05-09 | Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/... | Arnd Bergmann | 7 | -18/+332 |
2022-05-09 | memory: tegra: Add MC error logging on Tegra186 onward | Ashish Mhetre | 5 | -17/+185 |
2022-05-09 | memory: tegra: Add memory controller channels support | Ashish Mhetre | 3 | -0/+32 |
2022-05-09 | memory: tegra: Add APE memory clients for Tegra234 | Sameer Pujar | 1 | -1/+21 |
2022-05-09 | memory: tegra: Add Tegra234 support | Thierry Reding | 5 | -1/+95 |
2022-04-26 | memory: tegra: mc: simplify platform_get_resource() | Krzysztof Kozlowski | 1 | -3/+1 |
2022-01-27 | memory: tegra: Constify struct thermal_cooling_device_ops | Rikard Falkeborn | 1 | -1/+1 |
2022-01-27 | memory: tegra20-emc: Correct memory device mask | Dmitry Osipenko | 1 | -1/+1 |
2022-01-27 | memory: tegra30-emc: Print additional memory info | Dmitry Osipenko | 2 | -10/+122 |
2021-10-21 | Merge tag 'memory-controller-drv-5.16-2' of git://git.kernel.org/pub/scm/linu... | Arnd Bergmann | 2 | -14/+187 |
2021-10-21 | memory: tegra20-emc: Add runtime dependency on devfreq governor module | Dmitry Osipenko | 1 | -0/+1 |
2021-10-15 | memory: tegra20-emc: Support matching timings by LPDDR2 configuration | Dmitry Osipenko | 2 | -14/+186 |
2021-10-07 | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with | Kai Song | 1 | -1/+1 |
2021-10-07 | memory: tegra186-emc: Fix error return code in tegra186_emc_probe() | Yang Yingliang | 1 | -0/+1 |
2021-09-24 | memory: tegra: Make use of the helper function devm_add_action_or_reset() | Cai Huoqing | 1 | -4/+2 |
2021-09-20 | memory: tegra186-emc: Handle errors in BPMP response | Mikko Perttunen | 1 | -0/+4 |
2021-09-20 | memory: tegra: Remove interconnect state syncing hack | Dmitry Osipenko | 1 | -9/+10 |
2021-09-15 | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT... | Jing Yangyang | 1 | -2/+2 |
2021-09-15 | memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR... | jing yangyang | 1 | -2/+2 |
2021-09-15 | memory: tegra: make the array list static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
2021-07-23 | memory: tegra: fix unused-function warning | Arnd Bergmann | 1 | -0/+2 |
2021-06-10 | memory: tegra: Delete dead debugfs checking code | Dan Carpenter | 4 | -16/+0 |
2021-06-03 | memory: tegra: Implement SID override programming | Thierry Reding | 2 | -0/+81 |
2021-06-03 | memory: tegra: Split Tegra194 data into separate file | Thierry Reding | 4 | -1349/+1358 |
2021-06-03 | memory: tegra: Add memory client IDs to tables | Thierry Reding | 1 | -0/+205 |