1. d1478ae memory: tegra: Add dummy implementation on Tegra194 by Thierry Reding · 1 year, 8 months ago
  2. e852af7 memory: tegra: Make CPU cluster BW request a multiple of MC channels by Sumit Gupta · 1 year, 10 months ago
  3. 9a38cb2 memory: tegra: Add interconnect support for DRAM scaling in Tegra234 by Sumit Gupta · 1 year, 10 months ago
  4. a907047 Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 1 year, 10 months ago
  5. 5553055 memory: tegra: fix interconnect registration race by Johan Hovold · 2 years ago
  6. e63b066 memory: tegra: remove MODULE_LICENSE in non-modules by Nick Alcock · 2 years ago
  7. 7946920 memory: tegra: Add API for retrieving carveout bounds by Mikko Perttunen · 2 years, 6 months ago
  8. 6e6962f Merge tag 'memory-controller-drv-tegra-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers by Arnd Bergmann · 2 years, 10 months ago
  9. 54a85e0 memory: tegra: Add MC error logging on Tegra186 onward by Ashish Mhetre · 2 years, 10 months ago
  10. 72c81bb memory: tegra: Add Tegra234 support by Thierry Reding · 2 years, 10 months ago
  11. dab022f memory: tegra: mc: simplify platform_get_resource() by Krzysztof Kozlowski · 2 years, 11 months ago
  12. 1d8e022 memory: tegra: Make use of the helper function devm_add_action_or_reset() by Cai Huoqing · 3 years, 6 months ago
  13. 77b14c9d memory: tegra: Remove interconnect state syncing hack by Dmitry Osipenko · 3 years, 6 months ago
  14. 393d66f memory: tegra: Implement SID override programming by Thierry Reding · 3 years, 9 months ago
  15. 7355c7b memory: tegra: Unify drivers by Thierry Reding · 3 years, 9 months ago
  16. 0de93c69 memory: tegra: Only initialize reset controller if available by Thierry Reding · 3 years, 9 months ago
  17. e474b3a memory: tegra: Make IRQ support opitonal by Thierry Reding · 3 years, 9 months ago
  18. 1079a66 memory: tegra: Parameterize interrupt handler by Thierry Reding · 3 years, 9 months ago
  19. ddeceab memory: tegra: Extract setup code into callback by Thierry Reding · 3 years, 9 months ago
  20. c64738e9 memory: tegra: Make per-SoC setup more generic by Thierry Reding · 3 years, 9 months ago
  21. 5c9016f memory: tegra: Push suspend/resume into SoC drivers by Thierry Reding · 3 years, 9 months ago
  22. 6cc884c1 memory: tegra: Introduce struct tegra_mc_ops by Thierry Reding · 3 years, 9 months ago
  23. 4f1ac76 memory: tegra: Consolidate register fields by Thierry Reding · 3 years, 9 months ago
  24. fbd31f5 memory: tegra20: Add debug statistics by Dmitry Osipenko · 4 years ago
  25. 6ce84ab memory: tegra: Check whether reset is already asserted by Dmitry Osipenko · 4 years, 2 months ago
  26. 0c56eda memory: tegra30-emc: Make driver modular by Dmitry Osipenko · 4 years, 4 months ago
  27. 06f0798 memory: tegra-mc: Add interconnect framework by Dmitry Osipenko · 4 years, 4 months ago
  28. 162641a memory: tegra: Remove superfluous error messages around platform_get_irq() by Dmitry Osipenko · 4 years, 4 months ago
  29. 6c6bd20 memory: tegra: Add and use devm_tegra_memory_controller_get() by Dmitry Osipenko · 4 years, 4 months ago
  30. 141bef4 memory: tegra: Consolidate registers definition into common header by Dmitry Osipenko · 6 years ago
  31. 77b7182 memory: tegra: Ensure timing control debug features are disabled by Dmitry Osipenko · 6 years ago
  32. e34212c memory: tegra: Introduce Tegra30 EMC driver by Dmitry Osipenko · 6 years ago
  33. c4c21f2 memory: tegra: Set DMA mask based on supported address bits by Thierry Reding · 6 years ago
  34. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  35. 48791f9 memory: tegra: Replace readl-writel with mc_readl-mc_writel by Dmitry Osipenko · 6 years ago
  36. b906c05 memory: tegra: Fix integer overflow on tick value calculation by Dmitry Osipenko · 6 years ago
  37. 76b959a memory: tegra: Fix missed registers values latching by Dmitry Osipenko · 6 years ago
  38. cb2b583 memory: tegra: Properly spell "tegra" by Thierry Reding · 6 years ago
  39. f2dcded memory: tegra: Clean up error messages by Dmitry Osipenko · 6 years ago
  40. 33ea002 memory: tegra: Do not ask for IRQ sharing by Dmitry Osipenko · 6 years ago
  41. 568ece5 memory: tegra: Do not try to probe SMMU on Tegra20 by Dmitry Osipenko · 6 years ago
  42. ce2785a iommu/tegra: gart: Integrate with Memory Controller driver by Dmitry Osipenko · 6 years ago
  43. 59cd046 memory: tegra: Use of_device_get_match_data() by Dmitry Osipenko · 6 years ago
  44. b3bb6b8 memory: tegra: Read client ID on GART page fault by Dmitry Osipenko · 6 years ago
  45. 96efa11 memory: tegra: Adapt to Tegra20 device-tree binding changes by Dmitry Osipenko · 6 years ago
  46. be4dbde memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20 by Dmitry Osipenko · 6 years ago
  47. c86f985 memory: Convert to using %pOFn instead of device_node.name by Rob Herring · 7 years ago
  48. 1662dd6 memory: tegra: Correct driver probe order by Dmitry Osipenko · 7 years ago
  49. 45a81df memory: tegra: Register SMMU after MC driver became ready by Dmitry Osipenko · 7 years ago
  50. 20e9246 memory: tegra: Introduce memory client hot reset by Dmitry Osipenko · 7 years ago
  51. a8d502f memory: tegra: Squash tegra20-mc into common tegra-mc driver by Dmitry Osipenko · 7 years ago
  52. 1c74d5c memory: tegra: Apply interrupts mask per SoC by Dmitry Osipenko · 7 years ago
  53. db4a9c1 memory: tegra: Setup interrupts mask before requesting IRQ by Dmitry Osipenko · 7 years ago
  54. bf3fbdf memory: tegra: Do not handle spurious interrupts by Dmitry Osipenko · 7 years ago
  55. 55bb1d8 memory: tegra: mc: Add missing of_node_put() by Amitoj Kaur Chawla · 9 years ago
  56. d1122e4 memory: tegra: Delete unneeded of_node_put() by Julia Lawall · 9 years ago
  57. 588c43a memory: tegra: Add Tegra210 support by Thierry Reding · 10 years ago
  58. 3c01cf3 memory: tegra: Add support for a variable-size client ID bitfield by Paul Walmsley · 10 years ago
  59. 44fb302 Merge tag 'tegra-for-4.2-emc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers by Arnd Bergmann · 10 years ago
  60. 3d9dd6f memory: tegra: Add API needed by the EMC driver by Mikko Perttunen · 10 years ago
  61. 6f0a4d0 memory: tegra: Disable ARBITRATION_EMEM interrupt by Tomeu Vizoso · 10 years ago
  62. 242b1d7 memory: tegra: Add Tegra132 support by Thierry Reding · 10 years ago
  63. 8918465 memory: Add NVIDIA Tegra memory controller support by Thierry Reding · 11 years ago