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
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
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
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
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
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