[PATCH 00/10] Aspeed: 6.2 queue

Cédric Le Goater posted 10 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210809131556.686260-1-clg@kaod.org
Maintainers: Joel Stanley <joel@jms.id.au>, Peter Maydell <peter.maydell@linaro.org>, "Cédric Le Goater" <clg@kaod.org>, Andrew Jeffery <andrew@aj.id.au>
include/hw/misc/aspeed_scu.h     |   2 +
include/hw/watchdog/wdt_aspeed.h |   1 +
hw/arm/aspeed.c                  |  57 +++++++-
hw/arm/aspeed_ast2600.c          |   6 +-
hw/gpio/aspeed_gpio.c            |  97 +++++++------
hw/misc/aspeed_scu.c             |  36 ++++-
hw/misc/dps310.c                 | 227 +++++++++++++++++++++++++++++++
hw/misc/pca9552.c                |   2 +-
hw/watchdog/wdt_aspeed.c         |  26 +++-
hw/arm/Kconfig                   |   1 +
hw/misc/Kconfig                  |   4 +
hw/misc/meson.build              |   1 +
12 files changed, 392 insertions(+), 68 deletions(-)
create mode 100644 hw/misc/dps310.c
[PATCH 00/10] Aspeed: 6.2 queue
Posted by Cédric Le Goater 2 years, 9 months ago
Hi,

As usual, a couple of fixes and small extensions. There is also a
minimal DPS310 sensor model, which needs a little more review.

Thanks,

C.


Andrew Jeffery (3):
  watchdog: aspeed: Sanitize control register values
  watchdog: aspeed: Fix sequential control writes
  misc/pca9552: Fix LED status register indexing in pca955x_get_led()

Guenter Roeck (1):
  hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb

Joel Stanley (6):
  hw: aspeed_gpio: Simplify 1.8V defines
  hw: aspeed_gpio: Clarify GPIO controller name
  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 +
 include/hw/watchdog/wdt_aspeed.h |   1 +
 hw/arm/aspeed.c                  |  57 +++++++-
 hw/arm/aspeed_ast2600.c          |   6 +-
 hw/gpio/aspeed_gpio.c            |  97 +++++++------
 hw/misc/aspeed_scu.c             |  36 ++++-
 hw/misc/dps310.c                 | 227 +++++++++++++++++++++++++++++++
 hw/misc/pca9552.c                |   2 +-
 hw/watchdog/wdt_aspeed.c         |  26 +++-
 hw/arm/Kconfig                   |   1 +
 hw/misc/Kconfig                  |   4 +
 hw/misc/meson.build              |   1 +
 12 files changed, 392 insertions(+), 68 deletions(-)
 create mode 100644 hw/misc/dps310.c

-- 
2.31.1