1. 26 4月, 2016 2 次提交
    • S
      drm/fsl-dcu: add TCON driver · fb127b79
      Stefan Agner 提交于
      Add driver for the TCON (timing controller) module. The TCON module
      is a separate module attached after the DCU (display controller
      unit). Each DCU instance has its own, directly connected TCON
      instance. The DCU's RGB and timing signals are passing through
      the TCON module. TCON can provide timing signals for raw TFT panels
      or operate in a bypass mode which leaves all signals unaltered.
      
      The driver currently only supports the bypass mode.
      Acked-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      fb127b79
    • S
      drm/fsl-dcu: add extra clock for pixel clock · f93500f4
      Stefan Agner 提交于
      The Vybrid DCU variant has two independent clock inputs, one
      for the registers (IPG bus clock) and one for the pixel clock.
      Support this distinction in the DCU DRM driver while staying
      backward compatible for old device trees.
      Acked-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      f93500f4
  2. 05 4月, 2016 3 次提交
  3. 14 3月, 2016 1 次提交
  4. 04 3月, 2016 1 次提交
    • A
      drm/msm/dsi: Parse DSI lanes via DT · 26f7d1f4
      Archit Taneja 提交于
      The DSI driver is currently unaware of how the DSI physical data lanes
      are mapped to the logical lanes provided by the DSI controller.
      
      Create a DT binding "qcom,data-lane-map" that provides this information
      on a given platform.
      
      The MSM DSI controller is restricted in terms of what all mappings
      it can support. The lane polarity is fixed for all the lanes, the clock
      lanes are fixed, and the data lanes can be swapped among each other only
      for a few combinations. Apply these restrictions when we parse the DT
      data.
      
      Cc: devicetree@vger.kernel.org
      Cc: Rob Herring <robh@kernel.org>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Signed-off-by: NArchit Taneja <architt@codeaurora.org>
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      Acked-by: NRob Herring <robh@kernel.org>
      26f7d1f4
  5. 03 3月, 2016 3 次提交
  6. 01 3月, 2016 2 次提交
  7. 23 2月, 2016 1 次提交
  8. 18 2月, 2016 1 次提交
  9. 10 2月, 2016 1 次提交
  10. 06 1月, 2016 1 次提交
  11. 29 12月, 2015 1 次提交
  12. 28 12月, 2015 1 次提交
  13. 19 12月, 2015 1 次提交
  14. 16 12月, 2015 1 次提交
  15. 15 12月, 2015 4 次提交
  16. 14 12月, 2015 1 次提交
  17. 13 12月, 2015 1 次提交
  18. 10 12月, 2015 1 次提交
  19. 04 12月, 2015 1 次提交
    • N
      ARM: dts: sb-som: introduce SB-SOM baseboard · 02fc7720
      Nikita Kiryanov 提交于
      CompuLab SB-SOM baseboard is a carrier board for multiple arm-based SoMs.
      It currently supports (with minor adjustments to assembly) CM-T43, CM-T54,
      and CM-QS600 modules. It is a building block in the SBC-T43 single board
      computer, which consists of cm-t43 on top of sb-som-t43.
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Benoit Cousson <bcousson@baylibre.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Acked-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      02fc7720
  20. 24 11月, 2015 1 次提交
  21. 23 11月, 2015 2 次提交
  22. 22 10月, 2015 1 次提交
    • R
      dt-bindings: consolidate display related bindings · efdbd734
      Rob Herring 提交于
      This is a quite large renaming to consolidate display related bindings
      into a single "display" directory from various scattered locations of
      video, drm, gpu, fb, mipi, and panel. The prior location was somewhat
      based on the Linux driver location, but bindings should be independent
      of that.
      Signed-off-by: NRob Herring <robh@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      efdbd734
  23. 21 10月, 2015 1 次提交
    • E
      drm/vc4: Add devicetree bindings for VC4. · 1f957324
      Eric Anholt 提交于
      VC4 is the GPU (display and 3D) subsystem present on the 2835 and some
      other Broadcom SoCs.
      
      This binding follows the model of msm, imx, sti, and others, where
      there is a subsystem node for the whole GPU, with nodes for the
      individual HW components within it.
      
      v2: Extend the commit message, fix several nits from Stephen Warren.
      v3: Rename the compatibility strings, clean up node names, drop the
          unnecessary lists of components.  Use compatibility strings for
          choosing CRTC HVS channel numbers.  Document the HDMI clock usage.
      v4: Whitespace fix, expand acronyms, move to display/ instead of gpu/,
          rename "hpd-gpio" to "hpd-gpios".
      Signed-off-by: NEric Anholt <eric@anholt.net>
      1f957324
  24. 14 10月, 2015 1 次提交