Re: [PATCH v6 2/9] misc: minimal mux subsystem and gpio-based mux controller

2017-01-02 Thread Jonathan Cameron
On 2 January 2017 09:14:34 GMT+00:00, Peter Rosin wrote: >On 2016-12-31 17:19, Jonathan Cameron wrote: >> On 30/11/16 08:16, Peter Rosin wrote: >>> Add a new minimalistic subsystem that handles multiplexer >controllers. >>> When multiplexers are used in various places in the kernel, and the >>>

Re: [PATCH v6 2/9] misc: minimal mux subsystem and gpio-based mux controller

2017-01-02 Thread Peter Rosin
On 2016-12-31 17:19, Jonathan Cameron wrote: > On 30/11/16 08:16, Peter Rosin wrote: >> Add a new minimalistic subsystem that handles multiplexer controllers. >> When multiplexers are used in various places in the kernel, and the >> same multiplexer controller can be used for several independent th

Re: [PATCH v6 2/9] misc: minimal mux subsystem and gpio-based mux controller

2016-12-31 Thread Jonathan Cameron
On 30/11/16 08:16, Peter Rosin wrote: > Add a new minimalistic subsystem that handles multiplexer controllers. > When multiplexers are used in various places in the kernel, and the > same multiplexer controller can be used for several independent things, > there should be one place to implement sup

[PATCH v6 2/9] misc: minimal mux subsystem and gpio-based mux controller

2016-11-30 Thread Peter Rosin
Add a new minimalistic subsystem that handles multiplexer controllers. When multiplexers are used in various places in the kernel, and the same multiplexer controller can be used for several independent things, there should be one place to implement support for said multiplexer controller. A singl