[PATCH 0/4] Aspeed: I2C extensions

Cédric Le Goater posted 4 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210629142336.750058-1-clg@kaod.org
Maintainers: Joel Stanley <joel@jms.id.au>, "Cédric Le Goater" <clg@kaod.org>, Andrew Jeffery <andrew@aj.id.au>, Peter Maydell <peter.maydell@linaro.org>
include/hw/misc/aspeed_scu.h |   2 +
hw/arm/aspeed.c              |  54 ++++++++-
hw/arm/aspeed_ast2600.c      |   6 +-
hw/misc/aspeed_scu.c         |  36 ++++--
hw/misc/dps310.c             | 227 +++++++++++++++++++++++++++++++++++
hw/arm/Kconfig               |   1 +
hw/misc/Kconfig              |   4 +
hw/misc/meson.build          |   1 +
8 files changed, 316 insertions(+), 15 deletions(-)
create mode 100644 hw/misc/dps310.c
[PATCH 0/4] Aspeed: I2C extensions
Posted by Cédric Le Goater 2 years, 10 months ago
Hello,

Here is a small series of patches I have been collecting from Joel. It
populates the Aspeed machines with more I2C devices and adds a minimal
model for the DPS310 sensor model.

The AST2600 SoC revision is updated to A3 and the A1 is dropped as it
didn't seem useful to keep multiple revision of a SoC.

If all is fine, I will send a pull request with these patches.

Thanks,

C. 

Joel Stanley (4):
  arm/aspeed: rainier: Add i2c eeproms and muxes
  aspeed: Emulate the AST2600A3
  hw/misc: Add Infineon DPS310 sensor model
  arm/aspeed: Add DPS310 to Witherspoon and Rainier

 include/hw/misc/aspeed_scu.h |   2 +
 hw/arm/aspeed.c              |  54 ++++++++-
 hw/arm/aspeed_ast2600.c      |   6 +-
 hw/misc/aspeed_scu.c         |  36 ++++--
 hw/misc/dps310.c             | 227 +++++++++++++++++++++++++++++++++++
 hw/arm/Kconfig               |   1 +
 hw/misc/Kconfig              |   4 +
 hw/misc/meson.build          |   1 +
 8 files changed, 316 insertions(+), 15 deletions(-)
 create mode 100644 hw/misc/dps310.c

-- 
2.31.1