1. 27 Apr, 2017 1 commit
  2. 21 Apr, 2017 1 commit
  3. 20 Apr, 2017 3 commits
  4. 18 Apr, 2017 7 commits
  5. 14 Apr, 2017 5 commits
  6. 13 Apr, 2017 4 commits
  7. 10 Apr, 2017 1 commit
  8. 07 Apr, 2017 17 commits
  9. 06 Apr, 2017 1 commit
    • Rob Herring's avatar
      drm: omap: use common OF graph helpers · 09bffa6e
      Rob Herring authored
      The OMAP driver has its own OF graph helpers that are similar to the
      common helpers. This commit replaces most of the calls with the common
      helpers. There's still a couple of custom helpers left, but the driver
      needs more extensive changes to get rid of them.
      
      In dss_init_ports, we invert the loop, looping through the known ports
      and matching them to DT nodes rather than looping thru DT nodes and
      matching them to the ports.
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
      09bffa6e