[PATCH] hwmon: (max6650.c) Add devicetree support documentation

2016-08-21 Thread Mike Looijmans
This adds the devicetree binding documentation for the max6650 fan controller. Signed-off-by: Mike Looijmans --- v2: Allow only 12V or 5V supply voltage .../devicetree/bindings/hwmon/max6650.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentat

[PATCH] hwmon: (max6650.c) Add devicetree support documentation

2016-08-16 Thread Mike Looijmans
This adds the devicetree binding documentation for the max6650 fan controller. Signed-off-by: Mike Looijmans --- Associated code changes sent as a separate patch as requested. .../devicetree/bindings/hwmon/max6650.txt | 23 ++ 1 file changed, 23 insertions(+) creat

Re: [PATCH] hwmon: (max6650.c) Add devicetree support documentation

2016-09-08 Thread Guenter Roeck
On 08/21/2016 11:44 PM, Mike Looijmans wrote: This adds the devicetree binding documentation for the max6650 fan controller. Signed-off-by: Mike Looijmans Applied to hwmon-next. Thanks, Guenter

Re: [PATCH] hwmon: (max6650.c) Add devicetree support documentation

2016-08-23 Thread Rob Herring
On Mon, Aug 22, 2016 at 08:44:32AM +0200, Mike Looijmans wrote: > This adds the devicetree binding documentation for the max6650 fan > controller. > > Signed-off-by: Mike Looijmans > --- > v2: Allow only 12V or 5V supply voltage > .../devicetree/bindings/hwmon/max6650.txt | 23 > ++

Re: [PATCH] hwmon: (max6650.c) Add devicetree support documentation

2016-08-18 Thread Rob Herring
On Tue, Aug 16, 2016 at 09:23:10AM +0200, Mike Looijmans wrote: > This adds the devicetree binding documentation for the max6650 fan > controller. > > Signed-off-by: Mike Looijmans > --- > Associated code changes sent as a separate patch as requested. > > .../devicetree/bindings/hwmon/max6650.t