[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/5] hw/i2c: add support for PMBus
From: |
Joel Stanley |
Subject: |
Re: [PATCH v2 1/5] hw/i2c: add support for PMBus |
Date: |
Mon, 10 May 2021 07:05:37 +0000 |
On Wed, 5 May 2021 at 17:14, Titus Rwantare <titusr@google.com> wrote:
>
> QEMU has support for SMBus devices, and PMBus is a more specific
> implementation of SMBus. The additions made in this commit makes it easier to
> add new PMBus devices to QEMU.
>
> https://pmbus.org/specification-archives/
>
> Reviewed-by: Hao Wu <wuhaotsh@google.com>
> Signed-off-by: Titus Rwantare <titusr@google.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
- [PATCH v2 0/5] Add support for PMBus in QEMU, Titus Rwantare, 2021/05/05
- [PATCH v2 1/5] hw/i2c: add support for PMBus, Titus Rwantare, 2021/05/05
- Re: [PATCH v2 1/5] hw/i2c: add support for PMBus,
Joel Stanley <=
- [PATCH v2 3/5] tests/qtest: add tests for ADM1272 device model, Titus Rwantare, 2021/05/05
- [PATCH v2 2/5] hw/misc: add ADM1272 device, Titus Rwantare, 2021/05/05
- [PATCH v2 4/5] hw/misc: add MAX34451 device, Titus Rwantare, 2021/05/05
- [PATCH v2 5/5] tests/qtest: add tests for MAX34451 device model, Titus Rwantare, 2021/05/05