RE: [EXT] Re: [v4,2/2] i2c: mux: pca954x: support property idle-state

2019-10-21 Thread Biwen Li
> Caution: EXT Email > > On 2019-10-21 10:00, Biwen Li wrote: > > This supports property idle-state > > > > You should expand this a little bit to explain that idle-state, if present, > overrides > i2c-mux-idle-disconnect. You could also mention your use case where you need > to avoid disconnect

Re: [v4,2/2] i2c: mux: pca954x: support property idle-state

2019-10-21 Thread Peter Rosin
On 2019-10-21 10:00, Biwen Li wrote: > This supports property idle-state > You should expand this a little bit to explain that idle-state, if present, overrides i2c-mux-idle-disconnect. You could also mention your use case where you need to avoid disconnects on probe/resume. > Signed-off-by: Biw

[v4,2/2] i2c: mux: pca954x: support property idle-state

2019-10-21 Thread Biwen Li
This supports property idle-state Signed-off-by: Biwen Li --- Change in v4: - rename function pca954x_calculate_chan -> pca954x_regval Change in v3: - update subject and description - add a helper function pca954x_calculate_chan() Change in v2: - update