Re: [PATCH v2] drm/msm/hdmi: Use pinctrl in HDMI driver

2015-06-02 Thread Stéphane Viau
> > On Tue, 2015-06-02 at 10:12 -0500, "Stéphane Viau" wrote: >> Hi Ivan, >> >> > Hi Stephane, >> > >> > On Mon, 2015-06-01 at 16:28 -0400, Stephane Viau wrote: >> > > Some targets (eg: msm8994) use the pinctrl framework to configure >> > > interface pins. This change adds support for initializati

Re: [PATCH v2] drm/msm/hdmi: Use pinctrl in HDMI driver

2015-06-02 Thread Ivan T. Ivanov
On Tue, 2015-06-02 at 10:12 -0500, "Stéphane Viau" wrote: > Hi Ivan, > > > Hi Stephane, > > > > On Mon, 2015-06-01 at 16:28 -0400, Stephane Viau wrote: > > > Some targets (eg: msm8994) use the pinctrl framework to configure > > > interface pins. This change adds support for initialization and >

Re: [PATCH v2] drm/msm/hdmi: Use pinctrl in HDMI driver

2015-06-02 Thread Stéphane Viau
Hi Ivan, > > Hi Stephane, > > On Mon, 2015-06-01 at 16:28 -0400, Stephane Viau wrote: >> Some targets (eg: msm8994) use the pinctrl framework to configure >> interface pins. This change adds support for initialization and >> pinctrl active/sleep state control for the HDMI driver. >> >> Signed-off-

Re: [PATCH v2] drm/msm/hdmi: Use pinctrl in HDMI driver

2015-06-02 Thread Ivan T. Ivanov
Hi Stephane, On Mon, 2015-06-01 at 16:28 -0400, Stephane Viau wrote: > Some targets (eg: msm8994) use the pinctrl framework to configure > interface pins. This change adds support for initialization and > pinctrl active/sleep state control for the HDMI driver. > > Signed-off-by: Stephane Viau

[PATCH v2] drm/msm/hdmi: Use pinctrl in HDMI driver

2015-06-01 Thread Stephane Viau
Some targets (eg: msm8994) use the pinctrl framework to configure interface pins. This change adds support for initialization and pinctrl active/sleep state control for the HDMI driver. Signed-off-by: Stephane Viau --- v2: - Add devicetree binding documentation for pinctrl property [Ivan] - Use