[RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads

2016-06-20 Thread Jon Hunter
On 17/06/16 17:11, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Jun 17, 2016 at 01:03:36PM +0100, Jon Hunter wrote: >> In preparation for adding pinctrl support for the DPAUX pads, add >> helpers functions for configuring the pads and controlling the power >> for the pads. >

[RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads

2016-06-17 Thread Thierry Reding
On Fri, Jun 17, 2016 at 01:03:36PM +0100, Jon Hunter wrote: > In preparation for adding pinctrl support for the DPAUX pads, add > helpers functions for configuring the pads and controlling the power > for the pads. > > Please note that although a simple if-statement could be used instead > of a ca

[RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads

2016-06-17 Thread Jon Hunter
In preparation for adding pinctrl support for the DPAUX pads, add helpers functions for configuring the pads and controlling the power for the pads. Please note that although a simple if-statement could be used instead of a case statement for configuring the pads as there are only two possible mod