1. 384d11f Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  2. f40f4fc soc/tegra: default select TEGRA_TIMER for Tegra210 by Joseph Lo · 6 years ago
  3. e247dea soc/tegra: pmc: Support systems where PMC is marked secure by Mikko Perttunen · 6 years ago
  4. fa3bc04 soc/tegra: pmc: Explicitly initialize all fields by Thierry Reding · 6 years ago
  5. f1d9129 soc/tegra: pmc: Make alignment consistent by Thierry Reding · 6 years ago
  6. 589997a soc/tegra: pmc: Pass struct tegra_pmc * where possible by Thierry Reding · 6 years ago
  7. d32dde2 soc/tegra: pmc: Make tegra_powergate_is_powered() a local function by Jon Hunter · 6 years ago
  8. bbe5af6 soc/tegra: pmc: Add missing kerneldoc by Thierry Reding · 6 years ago
  9. 4659db5 soc/tegra: pmc: Sort includes alphabetically by Thierry Reding · 6 years ago
  10. 532700e soc/tegra: pmc: Use TEGRA186_ prefix for GPIO names by Thierry Reding · 6 years ago
  11. d94da0d soc/tegra: fuse: Fix typo in tegra210_init_speedo_data by Joseph Lo · 6 years ago
  12. 51294bf soc/tegra: fuse: Fix illegal free of IO base address by Timo Alho · 6 years ago
  13. d36377c Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  14. f9c380e soc/tegra: pmc: Drop SMP dependency from CPU APIs by Jon Hunter · 6 years ago
  15. e3e403c soc/tegra: pmc: Add initial Tegra194 wake events by Thierry Reding · 6 years ago
  16. e59333c soc/tegra: pmc: Add initial Tegra186 wake events by Thierry Reding · 6 years ago
  17. 19906e6 soc/tegra: pmc: Add wake event support by Thierry Reding · 6 years ago
  18. eac9c48 soc/tegra: pmc: Add Tegra194 support by Thierry Reding · 7 years ago
  19. 57ba33d soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  20. 9eb40fa soc/tegra: Don't leak device tree node reference by Yangtao Li · 6 years ago
  21. b6e1fd1 soc/tegra: pmc: Drop locking from tegra_powergate_is_powered() by Dmitry Osipenko · 6 years ago
  22. 5f84bb1 soc/tegra: pmc: Add sysfs entries for reset info by Sandipan Patra · 6 years ago
  23. 3bb2f84 soc/tegra: pmc: Don't power-up XUSB power-domains by Jon Hunter · 6 years ago
  24. b22b6be Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  25. dc37a25 soc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  26. 4a37f11 soc/tegra: pmc: Implement pad configuration via pinctrl by Aapo Vienamo · 6 years ago
  27. fccf0f7 soc/tegra: pmc: Remove public pad voltage APIs by Aapo Vienamo · 6 years ago
  28. 437c4f2 soc/tegra: pmc: Use X macro to generate IO pad tables by Aapo Vienamo · 6 years ago
  29. f142b9d soc/tegra: pmc: Implement tegra_io_pad_is_powered() by Aapo Vienamo · 6 years ago
  30. 00ead3c soc/tegra: pmc: Factor out DPD register bit calculation by Aapo Vienamo · 6 years ago
  31. 13136a4 soc/tegra: pmc: Fix pad voltage configuration for Tegra186 by Aapo Vienamo · 6 years ago
  32. 1dc6bd5 soc/tegra: pmc: Fix child-node lookup by Johan Hovold · 7 years ago
  33. 6419945 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  34. 495ac33 soc/tegra: pmc: Don't allocate struct tegra_powergate on stack by Viresh Kumar · 7 years ago
  35. 3fd0121 soc/tegra: pmc: Use of_clk_get_parent_count() instead of open coding by Geert Uytterhoeven · 7 years ago
  36. 4c817cc soc/tegra: pmc: Use the new reset APIs to manage reset controllers by Vivek Gautam · 7 years ago
  37. 507c655 soc/tegra: pmc: Pass PMC to tegra_powergate_power_up() by Thierry Reding · 7 years ago
  38. a263394a soc/tegra: pmc: MBIST work around for Tegra210 by Peter De Schrijver · 7 years ago
  39. 56327f5 soc/tegra: pmc: Add Tegra194 compatibility string by Mikko Perttunen · 7 years ago
  40. 6f9ed07 soc/tegra: Add Tegra194 SoC configuration option by Mikko Perttunen · 7 years ago
  41. ccf1518 soc/tegra: fuse: Explicitly request DMA channel from APB DMA driver by Dmitry Osipenko · 7 years ago
  42. 55a042b soc/tegra: fuse: Fix reading registers using DMA on Tegra20 by Dmitry Osipenko · 7 years ago
  43. c641ec6 soc/tegra: pmc: Consolidate Tegra186 support by Thierry Reding · 7 years ago
  44. 5be2255 soc/tegra: pmc: Parameterize driver by Thierry Reding · 7 years ago
  45. 75c15b9 soc/tegra: fuse: Add Tegra186 chip ID support by Thierry Reding · 7 years ago
  46. da94384 soc/tegra: fuse: Warn if accessing unmapped registers by Thierry Reding · 7 years ago
  47. 1f1607d soc/tegra: fuse: Move register mapping check by Thierry Reding · 7 years ago
  48. 83468fe soc/tegra: fuse: Add Tegra186 support by Timo Alho · 8 years ago
  49. cf9b077 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  50. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  51. 775dba8 soc/tegra: bpmp: Check BPMP response return code by Timo Alho · 7 years ago
  52. 9261b43 soc/tegra: fuse: Add missing semi-colon by Thierry Reding · 7 years ago
  53. 226cff4 soc/tegra: Restrict SoC device registration to Tegra by Thierry Reding · 7 years ago
  54. 27a0342 soc/tegra: Register SoC device by Thierry Reding · 7 years ago
  55. 0c106e5 soc/tegra: Fix bad of_node_put() in powergate init by Tuomas Tynkkynen · 7 years ago
  56. da1dbec soc/tegra: flowctrl: Fix error handling by Christophe Jaillet · 8 years ago
  57. e7149a7 soc/tegra: bpmp: Implement generic PM domains by Thierry Reding · 8 years ago
  58. 1fd09e5 soc/tegra: Add initial flowctrl support for Tegra132/210 by Jon Hunter · 8 years ago
  59. 841fd94 soc/tegra: flowctrl: Add basic platform driver by Jon Hunter · 8 years ago
  60. 7e10cf7 soc/tegra: Move Tegra flowctrl driver by Jon Hunter · 8 years ago
  61. 1859217 soc: tegra: make fuse-tegra explicitly non-modular by Paul Gortmaker · 8 years ago
  62. 5e7d4c6 soc/tegra: Implement Tegra186 PMC support by Thierry Reding · 8 years ago
  63. 4522112 soc/tegra: pmc: Use consistent naming for PM domains by Thierry Reding · 8 years ago
  64. 0b13734 soc/tegra: pmc: Remove genpd when adding provider fails by Jon Hunter · 8 years ago
  65. cd5ceda soc/tegra: pmc: Check return code for pm_genpd_init() by Jon Hunter · 8 years ago
  66. 54e2472 soc/tegra: pmc: Clean-up I/O rail error messages by Thierry Reding · 8 years ago
  67. 27b12b4e soc/tegra: pmc: Simplify IO rail bit handling by Jon Hunter · 8 years ago
  68. f4392d6 soc/tegra: pmc: Guard against uninitialised PMC clock by Jon Hunter · 8 years ago
  69. 21b4991 soc/tegra: pmc: Add I/O pad voltage support by Laxman Dewangan · 8 years ago
  70. 95b780b soc/tegra: pmc: Use consistent ordering of bit definitions by Thierry Reding · 8 years ago
  71. 84cf85e soc/tegra: pmc: Correct type of variable for tegra_pmc_readl() by Laxman Dewangan · 8 years ago
  72. 6c0bd21 soc/tegra: pmc: Use BIT macro for register field definition by Laxman Dewangan · 8 years ago
  73. 25a0644 soc/tegra: Add Tegra186 support by Joseph Lo · 8 years ago
  74. a9ccc123 soc/tegra: pmc: Fix incorrect DPD request by Vince Hsu · 8 years ago
  75. 8df1274 soc/tegra: pmc: Enable XUSB partitions on boot by Jon Hunter · 8 years ago
  76. e2d1796 soc/tegra: pmc: Initialise power partitions early by Jon Hunter · 8 years ago
  77. c2710ac soc/tegra: pmc: Add specific error messages by Jon Hunter · 8 years ago
  78. da8f4b4 soc/tegra: pmc: Use whitespace more consistently by Thierry Reding · 8 years ago
  79. a83f1fc soc/tegra: pmc: Don't probe PMC if early initialisation fails by Jon Hunter · 8 years ago
  80. b69a625 soc/tegra: pmc: Add missing of_node_put() by Jon Hunter · 8 years ago
  81. 61fd284 soc/tegra: pmc: Ensure mutex is always initialised by Jon Hunter · 8 years ago
  82. 718a242 soc/tegra: pmc: Don't populate SoC data until register space is mapped by Jon Hunter · 8 years ago
  83. 1113189 soc/tegra: pmc: Fix early initialisation of PMC by Jon Hunter · 8 years ago
  84. 403db2d soc/tegra: pmc: Ensure powergate is available when powering on by Jon Hunter · 8 years ago
  85. 05cfb98 soc/tegra: pmc: Initialise resets associated with a power partition by Jon Hunter · 8 years ago
  86. f5353c6 soc/tegra: pmc: Use register definitions instead of magic values by Thierry Reding · 9 years ago
  87. 4a5219e Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  88. a380451 soc/tegra: pmc: Add generic PM domain support by Jon Hunter · 9 years ago
  89. 955d809 ARM: tegra: Remove redundant ARM_L1_CACHE_SHIFT_6 select by Masahiro Yamada · 9 years ago
  90. 0a2d87e soc/tegra: pmc: Wait for powergate state to change by Jon Hunter · 9 years ago
  91. bc9af23 soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMC by Jon Hunter · 9 years ago
  92. c3ea297 soc/tegra: pmc: Remove additional check for a valid partition by Jon Hunter · 9 years ago
  93. 0a243bd soc/tegra: pmc: Fix verification of valid partitions by Jon Hunter · 9 years ago
  94. 0ecf2d3 soc/tegra: pmc: Fix testing of powergate state by Jon Hunter · 9 years ago
  95. 70293ed soc/tegra: pmc: Change powergate and rail IDs to be an unsigned type by Jon Hunter · 9 years ago
  96. e8cf661 soc/tegra: pmc: Protect public functions from potential race conditions by Jon Hunter · 9 years ago
  97. 0259f52 soc/tegra: pmc: Restore base address on probe failure by Jon Hunter · 9 years ago
  98. 668419a soc/tegra: pmc: Remove non-existing L2 partition for Tegra124 by Jon Hunter · 9 years ago
  99. e8de5b8 soc/tegra: pmc: Remove non-existing power partitions for Tegra210 by Jon Hunter · 9 years ago
  100. 3195ac6 soc/tegra: pmc: Remove debugfs entry on probe failure by Jon Hunter · 9 years ago