Re: [PATCH v2] hw/i2c: flatten pca954x mux device

2022-02-24 Thread Patrick Venture
On Thu, Feb 24, 2022 at 2:56 AM Peter Maydell wrote: > On Wed, 2 Feb 2022 at 17:57, Patrick Venture wrote: > > > > Previously this device created N subdevices which each owned an i2c bus. > > Now this device simply owns the N i2c busses directly. > > > > Tested: Verified devices behind mux are

Re: [PATCH v2] hw/i2c: flatten pca954x mux device

2022-02-24 Thread Peter Maydell
On Wed, 2 Feb 2022 at 17:57, Patrick Venture wrote: > > Previously this device created N subdevices which each owned an i2c bus. > Now this device simply owns the N i2c busses directly. > > Tested: Verified devices behind mux are still accessible via qmp and i2c > from within an arm32 SoC. > >

[PATCH v2] hw/i2c: flatten pca954x mux device

2022-02-02 Thread Patrick Venture
Previously this device created N subdevices which each owned an i2c bus. Now this device simply owns the N i2c busses directly. Tested: Verified devices behind mux are still accessible via qmp and i2c from within an arm32 SoC. Reviewed-by: Hao Wu Signed-off-by: Patrick Venture Reviewed-by: