Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mux: zap mux- prefix from the source files | Peter Rosin | 2017-08-28 | 1 | -114/+0 |
| | | | | | | | Preserve the module names with Makefile additions. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | mux: gpio: add mux controller driver for gpio based multiplexers | Peter Rosin | 2017-06-03 | 1 | -0/+114 |
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: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Peter Rosin <peda@axentia.se> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |