mbox series

[v2,0/3] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards.

Message ID 20210608202522.2677850-1-venture@google.com
Headers show
Series With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards. | expand

Message

Patrick Leis June 8, 2021, 8:25 p.m. UTC
v2:
- Dropped sonorapass patch.

Patrick Venture (3):
  hw/arm: gsj add i2c comments
  hw/arm: gsj add pca9548
  hw/arm: quanta-q71l add pca954x muxes

 hw/arm/Kconfig          |  2 ++
 hw/arm/aspeed.c         | 11 ++++++++---
 hw/arm/npcm7xx_boards.c | 14 +++++++++++++-
 3 files changed, 23 insertions(+), 4 deletions(-)

Comments

Peter Maydell June 15, 2021, 2:06 p.m. UTC | #1
On Tue, 8 Jun 2021 at 21:25, Patrick Venture <venture@google.com> wrote:
>
> v2:
> - Dropped sonorapass patch.
>
> Patrick Venture (3):
>   hw/arm: gsj add i2c comments
>   hw/arm: gsj add pca9548
>   hw/arm: quanta-q71l add pca954x muxes



Applied to target-arm.next, thanks.

-- PMM