Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Feb 08, 2017
    • Simon Glass's avatar
      dm: core: Replace of_offset with accessor · e160f7d4
      Simon Glass authored
      
      At present devices use a simple integer offset to record the device tree
      node associated with the device. In preparation for supporting a live
      device tree, which uses a node pointer instead, refactor existing code to
      access this field through an inline function.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      e160f7d4
  3. Jan 28, 2017
    • maxims@google.com's avatar
      aspeed: Add drivers common to all Aspeed SoCs · 4697abea
      maxims@google.com authored
      
      Add support for Watchdog Timer, which is compatible with AST2400 and
      AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver
      does not follow the driver model. It also uses fixed clock, so no clock
      driver is needed.
      
      Add support for timer for Aspeed ast2400/ast2500 devices.
      The driver actually controls several devices, but because all devices
      share the same Control Register, it is somewhat difficult to completely
      decouple them. Since only one timer is needed at the moment, this should
      be OK. The timer uses fixed clock, so does not rely on a clock driver.
      
      Add sysreset driver, which uses watchdog timer to do resets and particular
      watchdog device to use is hardcoded (0)
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      4697abea
  4. Dec 27, 2016
    • Zakharov Vlad's avatar
      timer: Support clocks via phandle · a5acafb2
      Zakharov Vlad authored
      
      Earlier timer driver needed a clock-frequency property in compatible
      device-tree nodes. Another way is to reference a clock via a phandle.
      
      So now timer_pre_probe tries to get clock by reference through device
      tree. In case it is impossible to get clock device through the
      reference, clock-frequency property of the timer node is read to provide
      backward compatibility.
      
      Signed-off-by: default avatarVlad Zakharov <vzakhar@synopsys.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      a5acafb2
  5. Mar 14, 2016
  6. Feb 26, 2016
  7. Jan 21, 2016
  8. Dec 09, 2015
  9. Dec 01, 2015
  10. Nov 20, 2015
  11. Nov 18, 2015
  12. Nov 06, 2015
  13. Oct 22, 2015
Loading