[PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-24 Thread Daniel Vetter
On Sun, Mar 18, 2012 at 07:22:05PM +0100, Daniel Vetter wrote: > On Sat, Mar 10, 2012 at 02:48:14AM +0800, Daniel Kurtz wrote: > > This patchset addresses a couple of issues with the i915 gmbus > > implementation: > > * fixes misassigned pin port pair for HDMI-D > > * fixes write transactions wh

Re: [PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-24 Thread Daniel Vetter
On Sun, Mar 18, 2012 at 07:22:05PM +0100, Daniel Vetter wrote: > On Sat, Mar 10, 2012 at 02:48:14AM +0800, Daniel Kurtz wrote: > > This patchset addresses a couple of issues with the i915 gmbus > > implementation: > > * fixes misassigned pin port pair for HDMI-D > > * fixes write transactions wh

[PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-18 Thread Daniel Vetter
On Sat, Mar 10, 2012 at 02:48:14AM +0800, Daniel Kurtz wrote: > This patchset addresses a couple of issues with the i915 gmbus implementation: > * fixes misassigned pin port pair for HDMI-D > * fixes write transactions when they are the only transaction requested >(including large >4-byte wri

Re: [PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-18 Thread Daniel Vetter
On Sat, Mar 10, 2012 at 02:48:14AM +0800, Daniel Kurtz wrote: > This patchset addresses a couple of issues with the i915 gmbus implementation: > * fixes misassigned pin port pair for HDMI-D > * fixes write transactions when they are the only transaction requested >(including large >4-byte wri

[PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-10 Thread Daniel Kurtz
This patchset addresses a couple of issues with the i915 gmbus implementation: * fixes misassigned pin port pair for HDMI-D * fixes write transactions when they are the only transaction requested (including large >4-byte writes) by terminating every transaction with a WAIT cycle. * returns

[PATCH 00/10 v2] fix gmbus writes and related issues

2012-03-10 Thread Daniel Kurtz
This patchset addresses a couple of issues with the i915 gmbus implementation: * fixes misassigned pin port pair for HDMI-D * fixes write transactions when they are the only transaction requested (including large >4-byte writes) by terminating every transaction with a WAIT cycle. * returns