Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Mar 14, 2016
  4. Feb 26, 2016
  5. Jan 21, 2016
  6. Dec 01, 2015
  7. Oct 22, 2015
Loading