Re: [PATCH V2] hwmon: (ibmpowernv) Add min/max attributes and current sensors

2017-05-01 Thread Shilpasri G Bhat
On 05/02/2017 10:34 AM, Guenter Roeck wrote: > On 05/01/2017 09:35 PM, Shilpasri G Bhat wrote: >> Hi Guenter, >> >> On 04/28/2017 06:59 PM, Guenter Roeck wrote: >>> On 04/27/2017 10:59 PM, Shilpasri G Bhat wrote: Add support for adding min/max values for the inband sensors copied by

[PATCH 2/3] hwmon: (adt7475) fan stall prevention

2017-05-01 Thread Chris Packham
By default adt7475 will stop the fans (pwm duty cycle 0%) when the temperature drops past Tmin - hysteresis. Some systems want to keep the fans moving even when the temperature drops so add new sysfs attributes that configure the enhanced acoustics min 1-3 which allows the fans to run at the

[RFC PATCH 3/3] hwmon: (adt7475) temperature smoothing

2017-05-01 Thread Chris Packham
When enabled temperature smoothing allows ramping the fan speed over a configurable period of time instead of jumping to the new speed instantaneously. Signed-off-by: Chris Packham --- Documentation/hwmon/adt7475 | 5 ++ drivers/hwmon/adt7475.c | 121

[RFC PATCH 1/3] hwmon: (adt7475) replace find_nearest() with find_closest()

2017-05-01 Thread Chris Packham
The adt7475 has had find_nearest() since it's creation in 2009. Since then find_closest() has been introduced and several drivers have been updated to use it. Update the adt7475 to use find_closest() and remove the now unused find_nearest(). Signed-off-by: Chris Packham

[RFC PATCH 0/3] hwmon: (adt7475) small enhancements

2017-05-01 Thread Chris Packham
This is a series of small enhancements to the adt7475 driver. We're using an adt7476 chip in several network switches and generally speaking the requirement for this type of equipment is to keep the fan moving so that we know it is working when we need it. Chris Packham (3): hwmon: (adt7475)

Re: [PATCH V2] hwmon: (ibmpowernv) Add min/max attributes and current sensors

2017-05-01 Thread Guenter Roeck
On 05/01/2017 09:35 PM, Shilpasri G Bhat wrote: Hi Guenter, On 04/28/2017 06:59 PM, Guenter Roeck wrote: On 04/27/2017 10:59 PM, Shilpasri G Bhat wrote: Add support for adding min/max values for the inband sensors copied by OCC to main memory. And also add current(mA) sensors to the list.

Re: Enabling enhanced acoustics on adt7475

2017-05-01 Thread Guenter Roeck
On 05/01/2017 08:45 PM, Chris Packham wrote: On 02/05/17 07:16, Guenter Roeck wrote: On Mon, May 01, 2017 at 08:45:14AM +, Chris Packham wrote: Hi, I'm looking at adding code to configure the enhanced acoustics on the ADT7475 and compatible devices. I'm wondering if I should be adding

Re: [PATCH V2] hwmon: (ibmpowernv) Add min/max attributes and current sensors

2017-05-01 Thread Shilpasri G Bhat
Hi Guenter, On 04/28/2017 06:59 PM, Guenter Roeck wrote: > On 04/27/2017 10:59 PM, Shilpasri G Bhat wrote: >> Add support for adding min/max values for the inband sensors copied by >> OCC to main memory. And also add current(mA) sensors to the list. >> >> Signed-off-by: Shilpasri G Bhat

Re: Enabling enhanced acoustics on adt7475

2017-05-01 Thread Chris Packham
On 02/05/17 07:16, Guenter Roeck wrote: > On Mon, May 01, 2017 at 08:45:14AM +, Chris Packham wrote: >> Hi, >> >> I'm looking at adding code to configure the enhanced acoustics on the >> ADT7475 and compatible devices. >> >> I'm wondering if I should be adding these as device-tree properties

Re: [PATCH 2/7] power: supply: avoid unused twl4030-madc.h

2017-05-01 Thread Sebastian Reichel
Hi, On Thu, Apr 27, 2017 at 05:30:07PM +0200, Sebastian Reichel wrote: > Avoid inclusion of unused twl4030-madc.h. This > will allow twl4030-madc.h to be merged into the > iio driver. > > Signed-off-by: Sebastian Reichel Queued into power-supply's for-next. I

Re: [PATCH 1/7] hwmon: twl4030-madc: drop driver

2017-05-01 Thread Wolfram Sang
> > I can then pick up the rest once I have acks from Wolfram > > (who should have been cc'd as we are hoovering up things from the > > i2c directories in this series) > > $ ./scripts/get_maintainer.pl -f include/linux/i2c/twl4030-madc.h > linux-ker...@vger.kernel.org (open list) > > This

Re: [PATCH 1/7] hwmon: twl4030-madc: drop driver

2017-05-01 Thread Sebastian Reichel
Hi, On Sun, Apr 30, 2017 at 05:41:05PM +0100, Jonathan Cameron wrote: > On 27/04/17 17:51, Guenter Roeck wrote: > > On Thu, Apr 27, 2017 at 05:30:06PM +0200, Sebastian Reichel wrote: > >> This driver is no longer needed: > >> > >> * It has no mainline users > >> * It has no DT support and OMAP

[GIT PULL] hwmon updates for v4.12

2017-05-01 Thread Guenter Roeck
Hi Linus, Please pull hwmon updates for Linux v4.12 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-linus-v4.12 Thanks, Guenter -- The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8: Linux 4.11-rc4