Re: [PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes

2015-03-04 Thread Sebastian Hesselbarth
On 02.03.2015 21:01, Stephen Warren wrote: On 02/27/2015 05:24 AM, Sebastian Hesselbarth wrote: I2C mux pinctrl driver currently determines the number of sub-busses by counting available pinctrl-names. Unfortunately, this requires each incarnation of the devicetree node with different available

Re: [PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes

2015-03-02 Thread Stephen Warren
On 02/27/2015 05:24 AM, Sebastian Hesselbarth wrote: I2C mux pinctrl driver currently determines the number of sub-busses by counting available pinctrl-names. Unfortunately, this requires each incarnation of the devicetree node with different available sub-busses to be rewritten. This patch rewo