mbox series

[v8,0/6] drm/bridge: sii902x: HDMI-audio support and some fixes

Message ID cover.1558964241.git.jsarha@ti.com (mailing list archive)
Headers show
Series drm/bridge: sii902x: HDMI-audio support and some fixes | expand

Message

Jyri Sarha May 27, 2019, 1:47 p.m. UTC
I think these should be ready for applying to drm-misc.

Changes since v7:
 - Debased on top of the lasts drm-misc-next and tested
 - "dt-bindings: display: sii902x: Add HDMI audio bindings"
   - Dropped off "or higher to avoid conflict with video ports"
     and added "Reviewed-by: Rob Herring <robh@kernel.org>"

Ther previous round:
https://patchwork.kernel.org/cover/10919173/

Jyri Sarha (5):
  drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID
  drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz
  dt-bindings: display: sii902x: Remove trailing white space
  dt-bindings: display: sii902x: Add HDMI audio bindings
  drm/bridge: sii902x: Implement HDMI audio support

Tomi Valkeinen (1):
  drm/bridge: sii902x: add input_bus_flags

 .../bindings/display/bridge/sii902x.txt       |  42 +-
 drivers/gpu/drm/bridge/sii902x.c              | 488 +++++++++++++++++-
 2 files changed, 522 insertions(+), 8 deletions(-)

Comments

Andrzej Hajda May 31, 2019, 1:59 p.m. UTC | #1
On 27.05.2019 15:47, Jyri Sarha wrote:
> I think these should be ready for applying to drm-misc.
>
> Changes since v7:
>  - Debased on top of the lasts drm-misc-next and tested
>  - "dt-bindings: display: sii902x: Add HDMI audio bindings"
>    - Dropped off "or higher to avoid conflict with video ports"
>      and added "Reviewed-by: Rob Herring <robh@kernel.org>"
>
> Ther previous round:
> https://patchwork.kernel.org/cover/10919173/
>
> Jyri Sarha (5):
>   drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID
>   drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz
>   dt-bindings: display: sii902x: Remove trailing white space
>   dt-bindings: display: sii902x: Add HDMI audio bindings
>   drm/bridge: sii902x: Implement HDMI audio support
>
> Tomi Valkeinen (1):
>   drm/bridge: sii902x: add input_bus_flags
>
>  .../bindings/display/bridge/sii902x.txt       |  42 +-
>  drivers/gpu/drm/bridge/sii902x.c              | 488 +++++++++++++++++-
>  2 files changed, 522 insertions(+), 8 deletions(-)
>
Queued to drm-misc-next.

--
Regards
Andrzej