[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-24 Thread Archit Taneja
Hi, On 11/24/2016 10:43 AM, Kuninori Morimoto wrote: > > Hi Archit, David, and DRM ML > > I had heared that Archit is the maintainer of dw-hdmi driver, but am I wrong > ?? > I'm posting this patch series since half year ago, but no response > from him, and nothing happen (I got review from

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-24 Thread Kuninori Morimoto
Hi Archit > > I had heared that Archit is the maintainer of dw-hdmi driver, but am I > > wrong ?? > > I'm posting this patch series since half year ago, but no response > > from him, and nothing happen (I got review from Russell though). > > Is Archit really maintainer ?? > > OTOH,

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-24 Thread Kuninori Morimoto
Hi Archit, David, and DRM ML I had heared that Archit is the maintainer of dw-hdmi driver, but am I wrong ?? I'm posting this patch series since half year ago, but no response from him, and nothing happen (I got review from Russell though). Is Archit really maintainer ?? OTOH, get_maintainer.pl

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-09 Thread Kuninori Morimoto
Hi Russell > > @@ -11,4 +11,11 @@ struct dw_hdmi_audio_data { > > u8 *eld; > > }; > > > > +struct dw_hdmi_i2s_audio_data { > > + struct dw_hdmi *hdmi; > > + > > + void (*write)(struct dw_hdmi *hdmi, u8 val, int offset); > > + u8 (*read)(struct dw_hdmi *hdmi, int offset); > > +}; >

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-08 Thread Russell King - ARM Linux
On Tue, Nov 08, 2016 at 01:00:57AM +, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > Current dw-hdmi is supporting sound via AHB bus, but it has > I2S audio feature too. This patch adds I2S audio support to dw-hdmi. > This HDMI I2S is supported by using ALSA SoC common HDMI

[PATCH v4] drm: bridge: add DesignWare HDMI I2S audio support

2016-11-08 Thread Kuninori Morimoto
From: Kuninori Morimoto Current dw-hdmi is supporting sound via AHB bus, but it has I2S audio feature too. This patch adds I2S audio support to dw-hdmi. This HDMI I2S is supported by using ALSA SoC common HDMI encoder driver. Tested-by: Jose Abreu