Re: [Intel-gfx] [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element

2016-02-15 Thread Daniel Vetter
On Thu, Feb 04, 2016 at 06:36:22PM +0200, Ville Syrjälä wrote: > On Thu, Feb 04, 2016 at 06:21:23PM +0200, Jani Nikula wrote: > > On Thu, 04 Feb 2016, Ville Syrjälä wrote: > > > On Thu, Feb 04, 2016 at 12:50:51PM +0200, Jani Nikula wrote: > > >> From: vkorjani > > >> > > >> New sequence element

Re: [Intel-gfx] [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element

2016-02-04 Thread Ville Syrjälä
On Thu, Feb 04, 2016 at 06:21:23PM +0200, Jani Nikula wrote: > On Thu, 04 Feb 2016, Ville Syrjälä wrote: > > On Thu, Feb 04, 2016 at 12:50:51PM +0200, Jani Nikula wrote: > >> From: vkorjani > >> > >> New sequence element for i2c is been added in the > >> mipi sequence block of the VBT. This patc

Re: [Intel-gfx] [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element

2016-02-04 Thread Jani Nikula
On Thu, 04 Feb 2016, Ville Syrjälä wrote: > On Thu, Feb 04, 2016 at 12:50:51PM +0200, Jani Nikula wrote: >> From: vkorjani >> >> New sequence element for i2c is been added in the >> mipi sequence block of the VBT. This patch parses >> and executes the i2c sequence. >> >> v2: Add i2c_put_adapter

Re: [Intel-gfx] [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element

2016-02-04 Thread Ville Syrjälä
On Thu, Feb 04, 2016 at 12:50:51PM +0200, Jani Nikula wrote: > From: vkorjani > > New sequence element for i2c is been added in the > mipi sequence block of the VBT. This patch parses > and executes the i2c sequence. > > v2: Add i2c_put_adapter call(Jani), rebase > > v3: corrected the retry loo

[Intel-gfx] [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element

2016-02-04 Thread Jani Nikula
From: vkorjani New sequence element for i2c is been added in the mipi sequence block of the VBT. This patch parses and executes the i2c sequence. v2: Add i2c_put_adapter call(Jani), rebase v3: corrected the retry loop(Jani), rebase v4 by Jani: - don't put the adapter if get fails - print an