Message ID | 20220106230936.417020-1-titusr@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixups for PMBus and new sensors | expand |
On Thu, Jan 6, 2022 at 3:09 PM Titus Rwantare <titusr@google.com> wrote: > This patch series contains updates to PMBus in QEMU along with some PMBus > device models for Renesas regulators. > I have also added myself to MAINTAINERS as this code is in use daily, > where I am responsible for it. > > Shengtan Mao (1): > hw/i2c: Added linear mode translation for pmbus devices > > Titus Rwantare (4): > hw/i2c: pmbus updates > hw/sensor: add Intersil ISL69260 device model > hw/sensor: add Renesas raa229004 PMBus device > hw/misc: add Renesas raa228000 device > > MAINTAINERS | 15 +- > hw/arm/Kconfig | 1 + > hw/i2c/pmbus_device.c | 106 +++++++- > hw/sensor/Kconfig | 5 + > hw/sensor/isl_pmbus.c | 278 ++++++++++++++++++++ > hw/sensor/meson.build | 1 + > include/hw/i2c/pmbus_device.h | 23 +- > include/hw/sensor/isl_pmbus.h | 52 ++++ > tests/qtest/isl_pmbus-test.c | 460 ++++++++++++++++++++++++++++++++++ > tests/qtest/meson.build | 1 + > 10 files changed, 930 insertions(+), 12 deletions(-) > create mode 100644 hw/sensor/isl_pmbus.c > create mode 100644 include/hw/sensor/isl_pmbus.h > create mode 100644 tests/qtest/isl_pmbus-test.c > > Friendly ping - I believe I saw some of these have picked up Reviewer tags, but ideally this will get into 7.0 before next month's soft-freeze. > -- > 2.34.1.448.ga2b2bfdf31-goog > >
On Thu, Feb 24, 2022 at 10:58:52AM -0800, Patrick Venture wrote: > On Thu, Jan 6, 2022 at 3:09 PM Titus Rwantare <titusr@google.com> wrote: > > > This patch series contains updates to PMBus in QEMU along with some PMBus > > device models for Renesas regulators. > > I have also added myself to MAINTAINERS as this code is in use daily, > > where I am responsible for it. > > > > Shengtan Mao (1): > > hw/i2c: Added linear mode translation for pmbus devices > > > > Titus Rwantare (4): > > hw/i2c: pmbus updates > > hw/sensor: add Intersil ISL69260 device model > > hw/sensor: add Renesas raa229004 PMBus device > > hw/misc: add Renesas raa228000 device > > > > MAINTAINERS | 15 +- > > hw/arm/Kconfig | 1 + > > hw/i2c/pmbus_device.c | 106 +++++++- > > hw/sensor/Kconfig | 5 + > > hw/sensor/isl_pmbus.c | 278 ++++++++++++++++++++ > > hw/sensor/meson.build | 1 + > > include/hw/i2c/pmbus_device.h | 23 +- > > include/hw/sensor/isl_pmbus.h | 52 ++++ > > tests/qtest/isl_pmbus-test.c | 460 ++++++++++++++++++++++++++++++++++ > > tests/qtest/meson.build | 1 + > > 10 files changed, 930 insertions(+), 12 deletions(-) > > create mode 100644 hw/sensor/isl_pmbus.c > > create mode 100644 include/hw/sensor/isl_pmbus.h > > create mode 100644 tests/qtest/isl_pmbus-test.c > > > > > Friendly ping - I believe I saw some of these have picked up Reviewer tags, > but ideally this will get into 7.0 before next month's soft-freeze. Did you split up patch 1 as Peter requested? -corey > > > > -- > > 2.34.1.448.ga2b2bfdf31-goog > > > >