Re: [PATCH v4 0/4] hw/i2c: Adds pca954x i2c mux switch device

2021-04-15 Thread Patrick Venture
On Thu, Apr 15, 2021 at 5:13 AM Corey Minyard wrote: > > On Mon, Apr 12, 2021 at 12:45:18PM -0700, Patrick Venture wrote: > > The i2c mux device pca954x implements two devices: > > - the pca9546 and pca9548. > > This looks good, I have pulled it into my queue. 6.0 is about to be > released, I'll

Re: [PATCH v4 0/4] hw/i2c: Adds pca954x i2c mux switch device

2021-04-15 Thread Corey Minyard
On Mon, Apr 12, 2021 at 12:45:18PM -0700, Patrick Venture wrote: > The i2c mux device pca954x implements two devices: > - the pca9546 and pca9548. This looks good, I have pulled it into my queue. 6.0 is about to be released, I'll try to remember to request a pull after that. Thanks, -corey >

[PATCH v4 0/4] hw/i2c: Adds pca954x i2c mux switch device

2021-04-12 Thread Patrick Venture
The i2c mux device pca954x implements two devices: - the pca9546 and pca9548. v4: - Fixed up bug where the i2c_scan_bus wasn't parameterizing the current_devs list. - Minor consistency changes in the i2c mux pca954x. v3: - fixup comment with missing end parenthesis. - removed superfluous ob