1. b6e1fd1 soc/tegra: pmc: Drop locking from tegra_powergate_is_powered() by Dmitry Osipenko · 6 years ago
  2. 5f84bb1 soc/tegra: pmc: Add sysfs entries for reset info by Sandipan Patra · 6 years ago
  3. 3bb2f84 soc/tegra: pmc: Don't power-up XUSB power-domains by Jon Hunter · 6 years ago
  4. b22b6be Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  5. dc37a25 soc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  6. 4a37f11 soc/tegra: pmc: Implement pad configuration via pinctrl by Aapo Vienamo · 6 years ago
  7. fccf0f7 soc/tegra: pmc: Remove public pad voltage APIs by Aapo Vienamo · 6 years ago
  8. 437c4f2 soc/tegra: pmc: Use X macro to generate IO pad tables by Aapo Vienamo · 6 years ago
  9. f142b9d soc/tegra: pmc: Implement tegra_io_pad_is_powered() by Aapo Vienamo · 6 years ago
  10. 00ead3c soc/tegra: pmc: Factor out DPD register bit calculation by Aapo Vienamo · 6 years ago
  11. 13136a4 soc/tegra: pmc: Fix pad voltage configuration for Tegra186 by Aapo Vienamo · 6 years ago
  12. 1dc6bd5 soc/tegra: pmc: Fix child-node lookup by Johan Hovold · 7 years ago
  13. 6419945 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  14. 495ac33 soc/tegra: pmc: Don't allocate struct tegra_powergate on stack by Viresh Kumar · 7 years ago
  15. 3fd0121 soc/tegra: pmc: Use of_clk_get_parent_count() instead of open coding by Geert Uytterhoeven · 7 years ago
  16. 4c817cc soc/tegra: pmc: Use the new reset APIs to manage reset controllers by Vivek Gautam · 7 years ago
  17. 507c655 soc/tegra: pmc: Pass PMC to tegra_powergate_power_up() by Thierry Reding · 7 years ago
  18. a263394a soc/tegra: pmc: MBIST work around for Tegra210 by Peter De Schrijver · 7 years ago
  19. 56327f5 soc/tegra: pmc: Add Tegra194 compatibility string by Mikko Perttunen · 7 years ago
  20. c641ec6 soc/tegra: pmc: Consolidate Tegra186 support by Thierry Reding · 7 years ago
  21. 5be2255 soc/tegra: pmc: Parameterize driver by Thierry Reding · 7 years ago
  22. 0c106e5 soc/tegra: Fix bad of_node_put() in powergate init by Tuomas Tynkkynen · 7 years ago
  23. 4522112 soc/tegra: pmc: Use consistent naming for PM domains by Thierry Reding · 8 years ago
  24. 0b13734 soc/tegra: pmc: Remove genpd when adding provider fails by Jon Hunter · 8 years ago
  25. cd5ceda soc/tegra: pmc: Check return code for pm_genpd_init() by Jon Hunter · 8 years ago
  26. 54e2472 soc/tegra: pmc: Clean-up I/O rail error messages by Thierry Reding · 8 years ago
  27. 27b12b4e soc/tegra: pmc: Simplify IO rail bit handling by Jon Hunter · 8 years ago
  28. f4392d6 soc/tegra: pmc: Guard against uninitialised PMC clock by Jon Hunter · 8 years ago
  29. 21b4991 soc/tegra: pmc: Add I/O pad voltage support by Laxman Dewangan · 8 years ago
  30. 95b780b soc/tegra: pmc: Use consistent ordering of bit definitions by Thierry Reding · 8 years ago
  31. 84cf85e soc/tegra: pmc: Correct type of variable for tegra_pmc_readl() by Laxman Dewangan · 9 years ago
  32. 6c0bd21 soc/tegra: pmc: Use BIT macro for register field definition by Laxman Dewangan · 9 years ago
  33. a9ccc123 soc/tegra: pmc: Fix incorrect DPD request by Vince Hsu · 8 years ago
  34. 8df1274 soc/tegra: pmc: Enable XUSB partitions on boot by Jon Hunter · 9 years ago
  35. e2d1796 soc/tegra: pmc: Initialise power partitions early by Jon Hunter · 9 years ago
  36. c2710ac soc/tegra: pmc: Add specific error messages by Jon Hunter · 9 years ago
  37. da8f4b4 soc/tegra: pmc: Use whitespace more consistently by Thierry Reding · 9 years ago
  38. a83f1fc soc/tegra: pmc: Don't probe PMC if early initialisation fails by Jon Hunter · 9 years ago
  39. b69a625 soc/tegra: pmc: Add missing of_node_put() by Jon Hunter · 9 years ago
  40. 61fd284 soc/tegra: pmc: Ensure mutex is always initialised by Jon Hunter · 9 years ago
  41. 718a242 soc/tegra: pmc: Don't populate SoC data until register space is mapped by Jon Hunter · 9 years ago
  42. 1113189 soc/tegra: pmc: Fix early initialisation of PMC by Jon Hunter · 9 years ago
  43. 403db2d soc/tegra: pmc: Ensure powergate is available when powering on by Jon Hunter · 9 years ago
  44. 05cfb98 soc/tegra: pmc: Initialise resets associated with a power partition by Jon Hunter · 9 years ago
  45. f5353c6 soc/tegra: pmc: Use register definitions instead of magic values by Thierry Reding · 9 years ago
  46. a380451 soc/tegra: pmc: Add generic PM domain support by Jon Hunter · 9 years ago
  47. 0a2d87e soc/tegra: pmc: Wait for powergate state to change by Jon Hunter · 9 years ago
  48. bc9af23 soc/tegra: pmc: Ensure GPU partition can be toggled on/off by PMC by Jon Hunter · 9 years ago
  49. c3ea297 soc/tegra: pmc: Remove additional check for a valid partition by Jon Hunter · 9 years ago
  50. 0a243bd soc/tegra: pmc: Fix verification of valid partitions by Jon Hunter · 9 years ago
  51. 0ecf2d3 soc/tegra: pmc: Fix testing of powergate state by Jon Hunter · 9 years ago
  52. 70293ed soc/tegra: pmc: Change powergate and rail IDs to be an unsigned type by Jon Hunter · 9 years ago
  53. e8cf661 soc/tegra: pmc: Protect public functions from potential race conditions by Jon Hunter · 9 years ago
  54. 0259f52 soc/tegra: pmc: Restore base address on probe failure by Jon Hunter · 9 years ago
  55. 668419a soc/tegra: pmc: Remove non-existing L2 partition for Tegra124 by Jon Hunter · 9 years ago
  56. e8de5b8 soc/tegra: pmc: Remove non-existing power partitions for Tegra210 by Jon Hunter · 9 years ago
  57. 3195ac6 soc/tegra: pmc: Remove debugfs entry on probe failure by Jon Hunter · 9 years ago
  58. 1e52efdf soc/tegra: pmc: Fix sparse warning for tegra_pmc_init_tsense_reset() by Jon Hunter · 9 years ago
  59. 35b6729 soc/tegra: pmc: Add missing structure members to kernel-doc by Jon Hunter · 9 years ago
  60. 592431b soc/tegra: pmc: Use existing pclk reference by Thierry Reding · 9 years ago
  61. 4a4466a soc/tegra: pmc: Remove unnecessary return statement by Thierry Reding · 10 years ago
  62. c2fe469 soc/tegra: pmc: Add Tegra210 support by Thierry Reding · 10 years ago
  63. 7d71e903 soc/tegra: pmc: Restrict legacy code to 32-bit ARM by Thierry Reding · 10 years ago
  64. 95169cd soc/tegra: pmc: Avoid usage of uninitialized variable by Thierry Reding · 10 years ago
  65. 75462c8 Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 10 years ago
  66. 7d4d9ed drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driver by Paul Gortmaker · 10 years ago
  67. 7892158 soc/tegra: pmc: move to using a restart handler by David Riley · 10 years ago
  68. 3568df3 soc: tegra: Add thermal reset (thermtrip) support to PMC by Mikko Perttunen · 10 years ago
  69. a9a40a4 soc/tegra: pmc: Add Tegra132 support by Thierry Reding · 10 years ago
  70. 2b20b61 soc/tegra: pmc: restrict compilation of suspend-related support to ARM by Paul Walmsley · 10 years ago
  71. 7232398 ARM: tegra: Convert PMC to a driver by Thierry Reding · 11 years ago