1. 06 7月, 2016 1 次提交
  2. 10 6月, 2016 1 次提交
  3. 03 6月, 2016 1 次提交
  4. 10 4月, 2016 1 次提交
  5. 15 2月, 2016 2 次提交
  6. 05 12月, 2015 1 次提交
  7. 22 9月, 2015 6 次提交
  8. 27 7月, 2015 1 次提交
  9. 24 7月, 2015 1 次提交
  10. 21 7月, 2015 1 次提交
  11. 17 6月, 2015 1 次提交
    • P
      drivers/power: Convert non-modular syscon-reboot to use builtin_platform_driver · e35415e5
      Paul Gortmaker 提交于
      This file depends on Kconfig options all of which are a bool, so
      we use the appropriate registration function, which avoids us
      relying on an implicit inclusion of <module.h> which we are
      doing currently.
      
      While this currently works, we really don't want to be including
      the module.h header in non-modular code, which we'd be forced
      to do, pending some upcoming code relocation from init.h into
      module.h.  So we fix it now by using the non-modular equivalent.
      
      Cc: Sebastian Reichel <sre@kernel.org>
      Acked-By: NSebastian Reichel <sre@kernel.org>
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: linux-pm@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      e35415e5
  12. 03 6月, 2015 1 次提交
    • H
      power: reset: gpio-restart: increase priority slightly · bcd56fe1
      Heiko Stübner 提交于
      gpio-restart uses a priority of 128 and currently most soc-level restart
      mechanisms use the same - with some exceptions even using 192.
      But while the soc-level restarts are provided by the soc itself,
      gpio-restarts will most of the time be board-specfic and be used
      when some special board condition makes the soc-level restart
      only a second choice.
      
      The problem at hand manifested itself on the rk3288-veyron devices.
      While the soc-level restart can sucessfully restart all other rockchip
      boards I have, the veyron devices use an external restart mechanism that
      seems to not only reset the soc but also some external needed components.
      
      With both restart handlers having priority 128 in my tests the soc-specific
      variant took precedent in all cases. While it could restart the soc
      sucessfully in all cases, firmware then got an issue when talking to an
      external component, resulting in the device being put into recovery mode.
      
      So, give the board-specific restart handler a slight push and move it
      to priority 129 to make it more important than the generic soc-specific
      restart-handler.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Reviewed-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NSebastian Reichel <sre@kernel.org>
      bcd56fe1
  13. 24 5月, 2015 3 次提交
  14. 02 5月, 2015 1 次提交
  15. 30 4月, 2015 2 次提交
  16. 23 4月, 2015 1 次提交
  17. 07 4月, 2015 1 次提交
  18. 26 3月, 2015 1 次提交
  19. 20 3月, 2015 2 次提交
  20. 26 1月, 2015 6 次提交
  21. 22 1月, 2015 4 次提交
  22. 21 1月, 2015 1 次提交