Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1623568

[PATCH v2 0/2] drm: dw-hdmi: various improvements

From Romain Perier <romain.perier@collabora.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] drm: dw-hdmi: various improvements
Date 2017-04-14 10:40 +0200
Message-ID <tw4VQ-7gB-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This set of patches split the stream handling functions in two parts. It
introduces new callbacks that are specific to each variant, one for I2S
and one for AHB.

Then, as requested by the datasheet for the I2S variant, it adds support
for gating the audio sampler clock when the audio stream is enabled and
disabled.

This patches series is the continuity of the following discussion:
http://lists.infradead.org/pipermail/linux-arm-kernel/2017-March/493550.html

Changes in v2:
- Add NULL check in dw_hdmi_audio_enable/dw_hdmi_audio_disable
- Don't define dw_hdmi_i2s_audio_disable in PATCH 1/2
- Rebased onto drm-misc-next

Romain Perier (2):
  drm: dw-hdmi: add specific I2S and AHB functions for stream handling
  drm: dw-hdmi: gate audio clock from the I2S enablement callbacks

 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 46 +++++++++++++++++++++++++------
 1 file changed, 38 insertions(+), 8 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] drm: dw-hdmi: various improvements Romain Perier <romain.perier@collabora.com> - 2017-04-14 10:40 +0200
  [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S enablement callbacks Romain Perier <romain.perier@collabora.com> - 2017-04-14 10:40 +0200
    Re: [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S  enablement callbacks Neil Armstrong <narmstrong@baylibre.com> - 2017-04-14 11:10 +0200
    Re: [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S  enablement callbacks Archit Taneja <architt@codeaurora.org> - 2017-04-19 07:00 +0200
      Re: [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S  enablement callbacks Archit Taneja <architt@codeaurora.org> - 2017-04-20 11:40 +0200
        Re: [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S  enablement callbacks Romain Perier <romain.perier@collabora.com> - 2017-04-24 09:00 +0200
      Re: [PATCH v2 2/2] drm: dw-hdmi: gate audio clock from the I2S  enablement callbacks Romain Perier <romain.perier@collabora.com> - 2017-04-24 08:50 +0200

csiph-web