Re: [PATCH v15 04/13] mux: gpio: add mux controller driver for gpio based multiplexers

2017-05-17 Thread Philipp Zabel
On Sun, 2017-05-14 at 21:51 +0200, Peter Rosin wrote: > From: Peter Rosin > > The driver builds a single multiplexer controller using a number > of gpio pins. For N pins, there will be 2^N possible multiplexer > states. The GPIO pins can be connected (by the hardware) to several > multiplexers, w

[PATCH v15 04/13] mux: gpio: add mux controller driver for gpio based multiplexers

2017-05-14 Thread Peter Rosin
From: Peter Rosin The driver builds a single multiplexer controller using a number of gpio pins. For N pins, there will be 2^N possible multiplexer states. The GPIO pins can be connected (by the hardware) to several multiplexers, which in that case will be operated in parallel. Reviewed-by: Jona