[RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX

2016-06-20 Thread Jon Hunter
On 17/06/16 17:37, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Jun 17, 2016 at 01:03:44PM +0100, Jon Hunter wrote: >> The DPAUX pins are shared with an internal I2C controller. To allow >> these pins to be muxed to the I2C controller, register a pinctrl device >> for the

[RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX

2016-06-17 Thread Thierry Reding
On Fri, Jun 17, 2016 at 01:03:44PM +0100, Jon Hunter wrote: > The DPAUX pins are shared with an internal I2C controller. To allow > these pins to be muxed to the I2C controller, register a pinctrl device > for the DPAUX device. Make Tegra DRM support dependent on PINCTRL to > avoid any compilation

[RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX

2016-06-17 Thread Jon Hunter
On 17/06/16 13:03, Jon Hunter wrote: > The DPAUX pins are shared with an internal I2C controller. To allow > these pins to be muxed to the I2C controller, register a pinctrl device > for the DPAUX device. Make Tegra DRM support dependent on PINCTRL to > avoid any compilation issues. I forgot to

[RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX

2016-06-17 Thread Jon Hunter
The DPAUX pins are shared with an internal I2C controller. To allow these pins to be muxed to the I2C controller, register a pinctrl device for the DPAUX device. Make Tegra DRM support dependent on PINCTRL to avoid any compilation issues. Signed-off-by: Jon Hunter ---