Re: [PATCH] hwmon: fix devm_platform_ioremap_resource.cocci warnings

2019-09-02 Thread Jisheng Zhang
On Tue, 3 Sep 2019 06:47:52 +0200 (CEST) Julia Lawall wrote: > > > From: kbuild test robot > > Use devm_platform_ioremap_resource helper which wraps > platform_get_resource() and devm_ioremap_resource() together. > > Generated by: scripts/coccinelle/api/devm_platform_ioremap_resource.cocci

[PATCH] hwmon: fix devm_platform_ioremap_resource.cocci warnings

2019-09-02 Thread Julia Lawall
From: kbuild test robot Use devm_platform_ioremap_resource helper which wraps platform_get_resource() and devm_ioremap_resource() together. Generated by: scripts/coccinelle/api/devm_platform_ioremap_resource.cocci Fixes: 658e687b4218 ("hwmon: Add Synaptics AS370 PVT sensor driver") CC:

Re: [PATCH v2 2/2] hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT

2019-09-02 Thread Guenter Roeck
On Tue, Aug 27, 2019 at 03:44:57AM +, Jisheng Zhang wrote: > Add device tree bindings for Synaptics AS370 PVT sensors. > > Signed-off-by: Jisheng Zhang > Reviewed-by: Guenter Roeck > Reviewed-by: Rob Herring Applied to hwmon-next. Thanks, Guenter > --- >

Re: [PATCH v2 1/2] hwmon: Add Synaptics AS370 PVT sensor driver

2019-09-02 Thread Guenter Roeck
On Tue, Aug 27, 2019 at 03:44:15AM +, Jisheng Zhang wrote: > Add a new driver for Synaptics AS370 PVT sensors. Currently, only > temperature is supported. > > Signed-off-by: Jisheng Zhang > Reviewed-by: Guenter Roeck Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/Kconfig

Re: [PATCH v2 2/2] hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT

2019-09-02 Thread Rob Herring
On Tue, 27 Aug 2019 03:44:57 +, Jisheng Zhang wrote: > Add device tree bindings for Synaptics AS370 PVT sensors. > > Signed-off-by: Jisheng Zhang > --- > Documentation/devicetree/bindings/hwmon/as370.txt | 11 +++ > 1 file changed, 11 insertions(+) > create mode 100644

Re: [PATCH v2 1/3] dt-bindings: hwmon: Document ibm,cffps2 compatible string

2019-09-02 Thread Rob Herring
On Fri, 30 Aug 2019 14:11:01 -0500, Eddie James wrote: > Document the compatible string for version 2 of the IBM CFFPS PSU. > > Signed-off-by: Eddie James > --- > Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) >

[v6,1/1] hwmon: (nct7904) Fix incorrect temperature limitation register setting of LTD.

2019-09-02 Thread Amy.Shih
From: "amy.shih" According to kernel hwmon sysfs-interface documentation, temperature critical max value, typically greater than corresponding temp_max values. Thus, reads the LTD_HV_HL (LTD HIGH VALUE HIGH LIMITATION) and LTD_LV_HL (LTD LOW VALUE HIGH LIMITATION) for case hwmon_temp_crit and

Re: [PATCH 3/3] pmbus: ibm-cffps: Add support for version 2 of the PSU

2019-09-02 Thread kbuild test robot
Hi Eddie, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3-rc6 next-20190830] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: