[PATCH v3 00/10] drm/msm/hdmi: HDMI support on MSM8996

2016-02-25 Thread Archit Taneja
On 02/25/2016 02:17 PM, Archit Taneja wrote: > > > On 02/25/2016 02:09 PM, Arnd Bergmann wrote: >> On Thursday 25 February 2016 11:22:35 Archit Taneja wrote: >>> HDMI on MSM8996 has a TX block that is compatible with the older >>> versions apart from some minor changes. The HDMI PHY and PLL on

[PATCH v3 00/10] drm/msm/hdmi: HDMI support on MSM8996

2016-02-25 Thread Archit Taneja
On 02/25/2016 02:09 PM, Arnd Bergmann wrote: > On Thursday 25 February 2016 11:22:35 Archit Taneja wrote: >> HDMI on MSM8996 has a TX block that is compatible with the older >> versions apart from some minor changes. The HDMI PHY and PLL on MSM8996 >> are new. >> >> The series refactors the code

[PATCH v3 00/10] drm/msm/hdmi: HDMI support on MSM8996

2016-02-25 Thread Archit Taneja
HDMI on MSM8996 has a TX block that is compatible with the older versions apart from some minor changes. The HDMI PHY and PLL on MSM8996 are new. The series refactors the code such that there is a separate HDMI PHY driver, similar to what we already have for DSI. This makes it easier to integrate

[PATCH v3 00/10] drm/msm/hdmi: HDMI support on MSM8996

2016-02-25 Thread Arnd Bergmann
On Thursday 25 February 2016 11:22:35 Archit Taneja wrote: > HDMI on MSM8996 has a TX block that is compatible with the older > versions apart from some minor changes. The HDMI PHY and PLL on MSM8996 > are new. > > The series refactors the code such that there is a separate HDMI PHY > driver,