Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: add bxt dsi gpio element support

2016-12-21 Thread Bob Paauwe
On Wed, 21 Dec 2016 08:45:46 +0200 Mika Kahola wrote: > Hi Bob, > > On Tue, 2016-12-20 at 09:53 -0800, Bob Paauwe wrote: > > On Tue, 13 Dec 2016 16:11:20 +0200 > > Jani Nikula wrote: > > > > > > > > On Mon, 05 Dec 2016, Mika Kahola wrote: > > > > > > > > From: Jani Nikula > > > > > >

Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: add bxt dsi gpio element support

2016-12-20 Thread Mika Kahola
Hi Bob, On Tue, 2016-12-20 at 09:53 -0800, Bob Paauwe wrote: > On Tue, 13 Dec 2016 16:11:20 +0200 > Jani Nikula wrote: > > > > > On Mon, 05 Dec 2016, Mika Kahola wrote: > > > > > > From: Jani Nikula > > > > > > Request the GPIO by index through the consumer API. For now, use > > > a quick >

Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: add bxt dsi gpio element support

2016-12-20 Thread Bob Paauwe
On Tue, 13 Dec 2016 16:11:20 +0200 Jani Nikula wrote: > On Mon, 05 Dec 2016, Mika Kahola wrote: > > From: Jani Nikula > > > > Request the GPIO by index through the consumer API. For now, use a quick > > hack to store the already requested ones, simply because I have no idea > > whether this act

Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: add bxt dsi gpio element support

2016-12-13 Thread Jani Nikula
On Mon, 05 Dec 2016, Mika Kahola wrote: > From: Jani Nikula > > Request the GPIO by index through the consumer API. For now, use a quick > hack to store the already requested ones, simply because I have no idea > whether this actually works or not, and I have no way to test it. > > v2: switch *NU

[Intel-gfx] [PATCH v2] drm/i915/bxt: add bxt dsi gpio element support

2016-12-04 Thread Mika Kahola
From: Jani Nikula Request the GPIO by index through the consumer API. For now, use a quick hack to store the already requested ones, simply because I have no idea whether this actually works or not, and I have no way to test it. v2: switch *NULL* to *"panel"* when requesting gpio for MIPI/DSI pa