mbox series

[v2,0/8] Make the pm_smbus code more correct

Message ID 1534796770-10295-1-git-send-email-minyard@acm.org (mailing list archive)
Headers show
Series Make the pm_smbus code more correct | expand

Message

Corey Minyard Aug. 20, 2018, 8:26 p.m. UTC
These changes make the pm_smbus device work more like the real thing,
adding block transfers, I2C block transfers, and interrupts.

It also adds vmstate transfer for the smbus device in patch 5.
That patch could probably be left out if that is not desirable.

Patch 7 works around a change made to work around an AMIBIOS bug and
is necessary for interrupts to work.

Patches 9 and 10 add vmstate transfer for SMBus EEPROMs, and obviously
requires patch 5 to work properly.  These could also be left out.

Comments

Paolo Bonzini Aug. 21, 2018, 12:02 p.m. UTC | #1
On 20/08/2018 22:26, minyard@acm.org wrote:
> These changes make the pm_smbus device work more like the real thing,
> adding block transfers, I2C block transfers, and interrupts.
> 
> It also adds vmstate transfer for the smbus device in patch 5.
> That patch could probably be left out if that is not desirable.
> 
> Patch 7 works around a change made to work around an AMIBIOS bug and
> is necessary for interrupts to work.
> 
> Patches 9 and 10 add vmstate transfer for SMBus EEPROMs, and obviously
> requires patch 5 to work properly.  These could also be left out.


I have applied 1-6/7/8 for now.  Thanks!

Paolo