Re: [PATCH v7 01/12] devres: trivial whitespace fix

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12:16, Peter Rosin wrote: > Signed-off-by: Peter Rosin Acked-by: Jonathan Cameron > --- > Documentation/driver-model/devres.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-model/devres.txt > b/Documentation/driver-model/devres.txt >

Re: [PATCH v7 09/12] dt-bindings: i2c: i2c-mux-simple: document i2c-mux-simple bindings

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12:16, Peter Rosin wrote: > Signed-off-by: Peter Rosin Looks good to me. Acked-by: Jonathan Cameron > --- > .../devicetree/bindings/i2c/i2c-mux-simple.txt | 81 > ++ > 1 file changed, 81 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2

Re: [PATCH v7 03/12] mux: minimal mux subsystem and gpio-based mux controller

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12: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

Re: [PATCH v7 04/12] dt-bindings: simplified bindings for single-user gpio mux

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12:16, Peter Rosin wrote: > Signed-off-by: Peter Rosin Looks neat and tidy to me. Acked-by: Jonathan Cameron > --- > .../devicetree/bindings/mux/mux-controller.txt | 26 > ++ > 1 file changed, 26 insertions(+) > > diff --git a/Documentation/devicetree/bindi

Re: [PATCH v7 07/12] dt-bindings: iio: iio-mux: document iio-mux bindings

2017-01-08 Thread Jonathan Cameron
On 04/01/17 12:16, Peter Rosin wrote: > Signed-off-by: Peter Rosin Acked-by: Jonathan Cameron > --- > .../bindings/iio/multiplexer/io-channel-mux.txt| 39 > ++ > MAINTAINERS| 6 > 2 files changed, 45 insertions(+) > create m

Re: [PATCH v7 05/12] mux: support simplified bindings for single-user gpio mux

2017-01-08 Thread Jonathan Cameron
On 05/01/17 16:21, Peter Rosin wrote: > On 2017-01-04 13:16, Peter Rosin wrote: >> Signed-off-by: Peter Rosin >> --- >> drivers/mux/mux-core.c | 81 >> -- >> drivers/mux/mux-gpio.c | 56 ++ >> include/linux/mux.h

Re: [PATCH v7 11/12] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux

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 I think this is about as neat as we can make it. Acked-by: Jonathan Cameron > --- > .../devicetree/bindings/mux/mux-adg792a.txt| 79 > ++ > 1 file c

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

Re: [PATCH v7 10/12] i2c: i2c-mux-simple: new driver

2017-01-08 Thread Wolfram Sang
On Wed, Jan 04, 2017 at 01:16:25PM +0100, Peter Rosin wrote: > This is a generic simple i2c mux that uses the generic multiplexer > subsystem to do the muxing. > > The user can select if the mux is to be mux-locked and parent-locked > as described in Documentation/i2c/i2c-topology. > > Acked-by:

Re: [PATCH v7 00/12] mux controller abstraction and iio/i2c muxes

2017-01-08 Thread Wolfram Sang
Hi peda, > One thing that I would like to do, but don't see a solution > for, is to move the mux control code that is present in > various drivers in drivers/i2c/muxes to this new minimalistic > muxing subsystem, thus converting all present i2c muxes (but > perhaps not gates and arbitrators) to be

Re: [PATCH v7 00/12] mux controller abstraction and iio/i2c muxes

2017-01-08 Thread Peter Rosin
On 2017-01-08 11:51, Wolfram Sang wrote: > Hi peda, > >> One thing that I would like to do, but don't see a solution >> for, is to move the mux control code that is present in >> various drivers in drivers/i2c/muxes to this new minimalistic >> muxing subsystem, thus converting all present i2c muxe

Re: [PATCH v7 05/12] mux: support simplified bindings for single-user gpio mux

2017-01-08 Thread Peter Rosin
On 2017-01-08 11:28, Jonathan Cameron wrote: > On 05/01/17 16:21, Peter Rosin wrote: >> On 2017-01-04 13:16, Peter Rosin wrote: >>> Signed-off-by: Peter Rosin >>> --- >>> drivers/mux/mux-core.c | 81 >>> -- >>> drivers/mux/mux-gpio.c | 56 ++---

Re: [PATCH v7 03/12] mux: minimal mux subsystem and gpio-based mux controller

2017-01-08 Thread Peter Rosin
On 2017-01-08 11:23, Jonathan Cameron wrote: > On 04/01/17 12: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 linux 2/6] hwmon: occ: Add sysfs interface

2017-01-08 Thread Andrew Jeffery
On Sat, 2017-01-07 at 09:15 -0800, Guenter Roeck wrote: > On 01/06/2017 02:17 PM, Edward James wrote: > > [ ... ] > > > > > +} > > > > + > > > > +static DEVICE_ATTR(online, S_IWUSR | S_IRUGO, show_occ_online, > > > > + store_occ_online); > > > > + > > > > +struct occ_sysfs *occ_sysfs_star

Re: [PATCH 0/3] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST

2017-01-08 Thread Lukas Wunner
On Fri, Jan 06, 2017 at 02:38:13AM +0100, Rafael J. Wysocki wrote: > I sent patches [1-2/3] previosly a couple of weeks ago and there have not > been any comments since then, so either they are fine by everybody or the > timing was particularly bad and no one had the time to look at them. So far I