devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/6] drm/bridge: sii902x: HDMI-audio support and some fixes
@ 2019-04-26 13:23 Jyri Sarha
  2019-04-26 13:23 ` [PATCH v7 1/6] drm/bridge: sii902x: add input_bus_flags Jyri Sarha
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jyri Sarha @ 2019-04-26 13:23 UTC (permalink / raw)
  To: alsa-devel, devicetree, dri-devel
  Cc: fabrizio.castro, architt, Songjun.Wu, peter.ujfalusi,
	tomi.valkeinen, laurent.pinchart, voice.shen

The already reviewed patches are in front. Not reviewed still patches 5-6. 

Changes since v6:
- "dt-bindings: display: sii902x: Add HDMI audio bindings"
 - Replace references to ASoC (a Linux term) with more generic terms
 - Add "sil,"-prefix to "i2s-data-lanes"-property in the example node
- "drm/bridge: sii902x: Implement HDMI audio support"
 - Do not use unsigned in sii902x_select_mclk_div()'s "distance" calculations
   to avoid bad type promotions to unsigned causing unexpected results
 - Always return the clock divisor by sii902x_select_mclk_div()
 - Disable regmap locking since the driver specific locking should be enough
 - Add missing mutex locking to the register access in the irq handler

The previous round:
https://patchwork.kernel.org/cover/10881169/

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       |  43 +-
 drivers/gpu/drm/bridge/sii902x.c              | 488 +++++++++++++++++-
 2 files changed, 523 insertions(+), 8 deletions(-)

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-29 11:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-26 13:23 [PATCH v7 0/6] drm/bridge: sii902x: HDMI-audio support and some fixes Jyri Sarha
2019-04-26 13:23 ` [PATCH v7 1/6] drm/bridge: sii902x: add input_bus_flags Jyri Sarha
2019-04-26 13:23 ` [PATCH v7 2/6] drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID Jyri Sarha
2019-04-26 13:23 ` [PATCH v7 3/6] drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz Jyri Sarha
2019-04-26 13:23 ` [PATCH v7 4/6] dt-bindings: display: sii902x: Remove trailing white space Jyri Sarha
2019-04-26 13:23 ` [PATCH v7 5/6] dt-bindings: display: sii902x: Add HDMI audio bindings Jyri Sarha
2019-04-26 13:34   ` Rob Herring
2019-04-26 13:23 ` [PATCH v7 6/6] drm/bridge: sii902x: Implement HDMI audio support Jyri Sarha
2019-04-29 11:35   ` Andrzej Hajda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).