All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Aspeed: 6.2 queue
@ 2021-08-09 13:15 Cédric Le Goater
  2021-08-09 13:15 ` [PATCH 01/10] hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb Cédric Le Goater
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Cédric Le Goater @ 2021-08-09 13:15 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Andrew Jeffery, Cédric Le Goater, qemu-arm, Joel Stanley,
	qemu-devel

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



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-08-12 15:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 13:15 [PATCH 00/10] Aspeed: 6.2 queue Cédric Le Goater
2021-08-09 13:15 ` [PATCH 01/10] hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb Cédric Le Goater
2021-08-09 13:15 ` [PATCH 02/10] watchdog: aspeed: Sanitize control register values Cédric Le Goater
2021-08-09 13:15 ` [PATCH 03/10] watchdog: aspeed: Fix sequential control writes Cédric Le Goater
2021-08-09 15:48   ` Philippe Mathieu-Daudé
2021-08-09 13:15 ` [PATCH 04/10] hw: aspeed_gpio: Simplify 1.8V defines Cédric Le Goater
2021-08-09 13:15 ` [PATCH 05/10] hw: aspeed_gpio: Clarify GPIO controller name Cédric Le Goater
2021-08-09 13:15 ` [PATCH 06/10] misc/pca9552: Fix LED status register indexing in pca955x_get_led() Cédric Le Goater
2021-08-09 13:15 ` [PATCH 07/10] arm/aspeed: rainier: Add i2c eeproms and muxes Cédric Le Goater
2021-08-09 13:15 ` [PATCH 08/10] aspeed: Emulate the AST2600A3 Cédric Le Goater
2021-08-09 15:55   ` Philippe Mathieu-Daudé
2021-08-11  8:09     ` Cédric Le Goater
2021-08-09 13:15 ` [PATCH 09/10] hw/misc: Add Infineon DPS310 sensor model Cédric Le Goater
2021-08-09 15:59   ` Philippe Mathieu-Daudé
2021-08-10 14:37     ` Cédric Le Goater
2021-08-10 23:37   ` Corey Minyard
2021-08-11  1:25     ` Joel Stanley
2021-08-12 15:15       ` Cédric Le Goater
2021-08-09 13:15 ` [PATCH 10/10] arm/aspeed: Add DPS310 to Witherspoon and Rainier Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.