1. 21 10月, 2014 5 次提交
  2. 06 8月, 2014 1 次提交
  3. 11 6月, 2014 1 次提交
  4. 31 3月, 2014 2 次提交
  5. 22 2月, 2014 3 次提交
  6. 29 1月, 2014 5 次提交
  7. 18 11月, 2013 5 次提交
  8. 17 8月, 2013 1 次提交
  9. 12 7月, 2013 1 次提交
  10. 31 5月, 2013 1 次提交
  11. 09 4月, 2013 1 次提交
    • M
      ARM: sunxi: Rework the restart code · bc34b5f2
      Maxime Ripard 提交于
      The Allwinner sun6i (A31) has a slightly different watchdog, that
      doesn't allow to use the already existing restart code.
      
      Rework a bit the restart code to allow to plug in more easily different
      restart handlers depending on the device tree.
      
      In the past, we were also meaning sunxi as a generic name covering all
      Allwinner SoCs. This won't be true anymore with the A31 (sun6i) that
      differs pretty much from sun4i and sun5i, and we will end up having
      sunxi, for sun4i and sun5i, and sun6i, which is neither consistent nor
      convenient. So, while we're at it, also change sunxi to sun4i.
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      bc34b5f2
  12. 01 3月, 2013 3 次提交
  13. 06 2月, 2013 1 次提交
  14. 02 1月, 2013 1 次提交
  15. 20 12月, 2012 1 次提交
  16. 21 11月, 2012 1 次提交
  17. 16 11月, 2012 1 次提交
  18. 26 10月, 2012 1 次提交
    • S
      ARM: bcm2835: implement machine restart hook · d0f1c7ff
      Stephen Warren 提交于
      Implement the machine restart hook using the SoC's watchdog timer module.
      To support this, define a DT binding for the watchdog module, and add it
      to the device tree.
      
      The downstream rpi-split branch contains a full watchdog timer driver
      implementation, which also implements the restart hook. However, the
      restart function is largely separate from the watchdog driver, so for
      simplicity, the restart hook is implemented here directly in the main
      machine source file.
      
      Overall structure (separate setup/restart) functions derived from the
      picoxcell ARM support.
      
      Watchdog register IO sequence taken from code by Simon Arlott. Note that
      the watchdog module is not documented in BCM2835-ARM-Peripherals.pdf.
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      d0f1c7ff
  19. 27 7月, 2012 1 次提交
  20. 09 7月, 2012 1 次提交
  21. 23 5月, 2012 1 次提交
  22. 27 7月, 2011 1 次提交
  23. 22 7月, 2011 1 次提交