[PATCH 7/7 v6] drm/i915/intel_i2c: remove POSTING_READ() from gmbus transfers

2012-03-29 Thread Daniel Kurtz
The POSTING_READ() calls were originally added to make sure the writes were flushed before any timing delays and across loops. Now that the code has settled a bit, let's remove them. Signed-off-by: Daniel Kurtz --- drivers/gpu/drm/i915/intel_i2c.c |3 --- 1 files changed, 0 insertions(+), 3

[PATCH 7/7 v6] drm/i915/intel_i2c: remove POSTING_READ() from gmbus transfers

2012-03-28 Thread Daniel Kurtz
The POSTING_READ() calls were originally added to make sure the writes were flushed before any timing delays and across loops. Now that the code has settled a bit, let's remove them. Signed-off-by: Daniel Kurtz --- drivers/gpu/drm/i915/intel_i2c.c |3 --- 1 files changed, 0 insertions(+), 3

[PATCH 7/7 v6] drm/i915/intel_i2c: remove POSTING_READ() from gmbus transfers

2012-03-28 Thread Chris Wilson
On Thu, 29 Mar 2012 02:26:39 +0800, Daniel Kurtz wrote: > The POSTING_READ() calls were originally added to make sure the writes > were flushed before any timing delays and across loops. > Now that the code has settled a bit, let's remove them. > > Signed-off-by: Daniel Kurtz Reviewed-by: Chris

Re: [PATCH 7/7 v6] drm/i915/intel_i2c: remove POSTING_READ() from gmbus transfers

2012-03-28 Thread Chris Wilson
On Thu, 29 Mar 2012 02:26:39 +0800, Daniel Kurtz wrote: > The POSTING_READ() calls were originally added to make sure the writes > were flushed before any timing delays and across loops. > Now that the code has settled a bit, let's remove them. > > Signed-off-by: Daniel Kurtz Reviewed-by: Chris