[Patch 0/4] Tegra234 Memory Interconnect followup changes

Sumit Gupta posted 4 patches 2 years, 7 months ago
Only 3 patches received!
There is a newer version of this series
drivers/memory/tegra/tegra186-emc.c | 136 ++++---
drivers/memory/tegra/tegra234.c     | 604 +++++++++++++++++-----------
2 files changed, 435 insertions(+), 305 deletions(-)
[Patch 0/4] Tegra234 Memory Interconnect followup changes
Posted by Sumit Gupta 2 years, 7 months ago
This patch set adds VIC, NVDEC, NVENC, NVJPG, NVDISPLAY clients
of Memory Controller to the Tegra234 MC clients table. It also
improves error handling when some MRQ's are not supported by a
platform. For Example:
- Avoid "tegra186_emc_probe" failure if the "MRQ_EMC_DVFS_LATENCY"
  is not supported.
- Avoid Error returned by icc_set_bw() in the MC client drivers if
  the "MRQ_BWMGR_INT" is not supported.

Sumit Gupta (4):
  memory: tegra: sort tegra234_mc_clients table as per register offsets
  memory: tegra: Add clients used by DRM in Tegra234
  memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported
  memory: tegra: make icc_set_bw return zero if BWMGR not supported

 drivers/memory/tegra/tegra186-emc.c | 136 ++++---
 drivers/memory/tegra/tegra234.c     | 604 +++++++++++++++++-----------
 2 files changed, 435 insertions(+), 305 deletions(-)

-- 
2.17.1