[no subject]

2019-09-03 Thread johnson idama
I am Barrister Johnson Idama, I have not hear from you regarding to my message i sent to you,Did you received my message i send? Let me know.

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

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 06:47:52AM +0200, 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 1/4] hwmon: (lm75) Support configuring the sample time for various chips

2019-09-03 Thread Guenter Roeck
The conversion (sample) time is configurable for several chips supported by the lm75 driver. With the necessary infrastructure in place, enable this support for all chips using the configuration register for this purpose. DS1775: Conversion time:187.5, 375, 750, 1500 ms

[PATCH 4/4] hwmon: (lm75) Add support for writing sampling period on PCT2075

2019-09-03 Thread Guenter Roeck
For PCT7027, the sampling period is configured using a dedicated register. Signed-off-by: Guenter Roeck --- drivers/hwmon/lm75.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index ce0f6c671b8f..d45e5cc4adf5

[PATCH 3/4] hwmon: (lm75) Add support for writing conversion time for TMP112

2019-09-03 Thread Guenter Roeck
TMP112 uses an uncommon method to write the conversion time: its configuration register is 16 bit wide, and the conversion time is configured in its second byte. Signed-off-by: Guenter Roeck --- drivers/hwmon/lm75.c | 35 ++- 1 file changed, 26 insertions(+), 9

Re: [PATCH RESEND 1/3] hwmon: w83791d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 08:12:54PM +0200, Wolfram Sang wrote: > And simplify the error handling. > > Signed-off-by: Wolfram Sang Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/w83791d.c | 32 +--- > 1 file changed, 9 insertions(+), 23 deletions(-) >

Re: [PATCH RESEND 0/3] hwmon: convert remaining drivers to i2c_new_dummy_device()

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 08:12:53PM +0200, Wolfram Sang wrote: > This series is part of a tree-wide movement to replace the I2C API call > 'i2c_new_dummy' which returns NULL with its new counterpart returning an > ERRPTR. > > This series fixes the remaining hwmon drivers which could not be >

Re: [PATCH RESEND 0/3] hwmon: convert remaining drivers to i2c_new_dummy_device()

2019-09-03 Thread Wolfram Sang
On Tue, Sep 03, 2019 at 11:33:40AM -0700, Guenter Roeck wrote: > On Tue, Sep 03, 2019 at 08:12:53PM +0200, Wolfram Sang wrote: > > This series is part of a tree-wide movement to replace the I2C API call > > 'i2c_new_dummy' which returns NULL with its new counterpart returning an > > ERRPTR. > > >

Re: [PATCH RESEND 2/3] hwmon: w83792d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 08:12:55PM +0200, Wolfram Sang wrote: > And simplify the error handling. > > Signed-off-by: Wolfram Sang Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/w83792d.c | 32 +--- > 1 file changed, 9 insertions(+), 23 deletions(-) >

[PATCH RESEND 1/3] hwmon: w83791d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Wolfram Sang
And simplify the error handling. Signed-off-by: Wolfram Sang --- drivers/hwmon/w83791d.c | 32 +--- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/drivers/hwmon/w83791d.c b/drivers/hwmon/w83791d.c index 050ad4201691..aad8d4da5802 100644 ---

[PATCH RESEND 2/3] hwmon: w83792d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Wolfram Sang
And simplify the error handling. Signed-off-by: Wolfram Sang --- drivers/hwmon/w83792d.c | 32 +--- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index da8a6d62aa23..7fc8a1160c8f 100644 ---

[PATCH RESEND 3/3] hwmon: w83793d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Wolfram Sang
And simplify the error handling. Signed-off-by: Wolfram Sang --- drivers/hwmon/w83793.c | 30 -- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/drivers/hwmon/w83793.c b/drivers/hwmon/w83793.c index 46f5dfec8d0a..9df48b70c70c 100644 ---

Re: [PATCH RESEND 3/3] hwmon: w83793d: convert to use devm_i2c_new_dummy_device

2019-09-03 Thread Guenter Roeck
On Tue, Sep 03, 2019 at 08:12:56PM +0200, Wolfram Sang wrote: > And simplify the error handling. > > Signed-off-by: Wolfram Sang Applied to hwmon-next. Thanks, Guenter > --- > drivers/hwmon/w83793.c | 30 -- > 1 file changed, 8 insertions(+), 22 deletions(-) > >