1. 14 Apr, 2015 38 commits
  2. 13 Apr, 2015 2 commits
    • Dave Airlie's avatar
      Merge tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux into drm-next · 1d2add28
      Dave Airlie authored
      imx-drm changes to use media bus formats and LDB drm_panel support
      
      - Add media bus formats needed by imx-drm
      - Switch to use media bus formats to describe the pixel format
        on the internal parallel bus between display interface and
        encoders
      - Some preparations for TV Output via TVEv2 on i.MX5
      - Add drm_panel support to the i.MX LVDS driver, allow to
        determine the bus pixel format from the panel descriptor.
      
      * tag 'imx-drm-next-2015-03-31' of git://git.pengutronix.de/git/pza/linux:
        drm/imx: imx-ldb: allow to determine bus format from the connected panel
        drm/imx: imx-ldb: reset display clock input when disabling LVDS
        drm/imx: imx-ldb: add drm_panel support
        drm/imx: consolidate bus format variable names
        drm/imx: switch to use media bus formats
        Add RGB666_1X24_CPADHI media bus format
        Add YUV8_1X24 media bus format
        Add BGR888_1X24 and GBR888_1X24 media bus formats
        Add LVDS RGB media bus formats
        Add RGB444_1X12 and RGB565_1X16 media bus formats
        drm/imx: ipuv3-crtc: Allow to divide DI clock from TVEv2
        drm/imx: Add support for interlaced scanout
      1d2add28
    • Dave Airlie's avatar
      Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux into drm-next · bb1dc08c
      Dave Airlie authored
      drm: Use of-graph helpers to loop over endpoints
      
      Convert all drm callers that use of_graph_get_next_endpoint to loop over
      of-graph endpoints to the newly introduced for_each_endpoint_of_node
      helper macro.
      
      * tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux:
        drm/rockchip: use for_each_endpoint_of_node macro, drop endpoint reference on break
        drm/rcar-du: use for_each_endpoint_of_node macro
        drm/imx: use for_each_endpoint_of_node macro in imx_drm_encoder_get_mux_id
        drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcs
        of: Explicitly include linux/types.h in of_graph.h
        dt-bindings: brcm: rationalize Broadcom documentation naming
        of/unittest: replace 'selftest' with 'unittest'
        Documentation: rename of_selftest.txt to of_unittest.txt
        Documentation: update the of_selftest.txt
        dt: OF_UNITTEST make dependency broken
        MAINTAINERS: Pantelis Antoniou device tree overlay maintainer
        of: Add of_graph_get_port_by_id function
        of: Add for_each_endpoint_of_node helper macro
        of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint
      bb1dc08c