summaryrefslogtreecommitdiff
path: root/drivers/memory/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-254-5/+1
|\
| * memory: tegra: read values from correct deviceDiogo Ivo2023-04-101-1/+1
| * memory: tegra: remove redundant variable initializationDiogo Ivo2023-03-221-2/+0
| * memory: tegra: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-092-2/+0
* | memory: tegra30-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra20-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra124-emc: fix interconnect registration raceJohan Hovold2023-03-131-6/+6
* | memory: tegra: fix interconnect registration raceJohan Hovold2023-03-131-9/+7
|/
* memory: tegra: Remove clients SID override programmingAshish Mhetre2022-12-271-36/+0
* Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-132-0/+30
|\
| * memory: tegra: Add API for retrieving carveout boundsMikko Perttunen2022-11-252-0/+30
* | memory: tegra: Add DLA clients for Tegra234Jon Hunter2022-11-211-0/+160
* | memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1
* | memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1
* | memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1
* | memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-11-211-14/+1
|/
* Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-08-031-6/+5
|\
| * OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar2022-07-081-6/+5
* | memory: tegra: Add MGBE memory clients for Tegra234Thierry Reding2022-07-081-0/+80
|/
* Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-05-097-18/+332
|\
| * memory: tegra: Add MC error logging on Tegra186 onwardAshish Mhetre2022-05-095-17/+185
| * memory: tegra: Add memory controller channels supportAshish Mhetre2022-05-093-0/+32
| * memory: tegra: Add APE memory clients for Tegra234Sameer Pujar2022-05-091-1/+21
| * memory: tegra: Add Tegra234 supportThierry Reding2022-05-095-1/+95
* | memory: tegra: mc: simplify platform_get_resource()Krzysztof Kozlowski2022-04-261-3/+1
|/
* memory: tegra: Constify struct thermal_cooling_device_opsRikard Falkeborn2022-01-271-1/+1
* memory: tegra20-emc: Correct memory device maskDmitry Osipenko2022-01-271-1/+1
* memory: tegra30-emc: Print additional memory infoDmitry Osipenko2022-01-272-10/+122
* Merge tag 'memory-controller-drv-5.16-2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2021-10-212-14/+187
|\
| * memory: tegra20-emc: Add runtime dependency on devfreq governor moduleDmitry Osipenko2021-10-211-0/+1
| * memory: tegra20-emc: Support matching timings by LPDDR2 configurationDmitry Osipenko2021-10-152-14/+186
* | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE withKai Song2021-10-071-1/+1
* | memory: tegra186-emc: Fix error return code in tegra186_emc_probe()Yang Yingliang2021-10-071-0/+1
* | memory: tegra: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-241-4/+2
* | memory: tegra186-emc: Handle errors in BPMP responseMikko Perttunen2021-09-201-0/+4
* | memory: tegra: Remove interconnect state syncing hackDmitry Osipenko2021-09-201-9/+10
* | memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATT...Jing Yangyang2021-09-151-2/+2
* | memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTR...jing yangyang2021-09-151-2/+2
* | memory: tegra: make the array list static const, makes object smallerColin Ian King2021-09-151-1/+1
|/
* memory: tegra: fix unused-function warningArnd Bergmann2021-07-231-0/+2
* memory: tegra: Delete dead debugfs checking codeDan Carpenter2021-06-104-16/+0
* memory: tegra: Implement SID override programmingThierry Reding2021-06-032-0/+81
* memory: tegra: Split Tegra194 data into separate fileThierry Reding2021-06-034-1349/+1358
* memory: tegra: Add memory client IDs to tablesThierry Reding2021-06-031-0/+205
* memory: tegra: Unify driversThierry Reding2021-06-034-95/+44
* memory: tegra: Only initialize reset controller if availableThierry Reding2021-06-031-4/+5
* memory: tegra: Make IRQ support opitonalThierry Reding2021-06-031-11/+13
* memory: tegra: Parameterize interrupt handlerThierry Reding2021-06-033-109/+104
* memory: tegra: Extract setup code into callbackThierry Reding2021-06-036-57/+84
* memory: tegra: Make per-SoC setup more genericThierry Reding2021-06-032-11/+10