Re: [PATCH v7 12/12] mux: adg792a: add mux controller driver for ADG792A/G

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12:16, Peter Rosin wrote: > Analog Devices ADG792A/G is a triple 4:1 mux. > > Signed-off-by: Peter Rosin Reviewed-by: Jonathan Cameron A nice little driver. Hopefully this example will do the job of convincing people a subsystem makes sense! Jonathan > --- > drivers/mux/Kconfig

[PATCH v7 12/12] mux: adg792a: add mux controller driver for ADG792A/G

2017-01-04 Thread Peter Rosin
Analog Devices ADG792A/G is a triple 4:1 mux. Signed-off-by: Peter Rosin --- drivers/mux/Kconfig | 12 drivers/mux/Makefile | 1 + drivers/mux/mux-adg792a.c | 169 ++ 3 files changed, 182 insertions(+) create mode 100644 drivers/mux