mbox series

[0/3] hwmon: (w83627ehf) remove nct6775 and nct6776 support

Message ID 20191225023225.2785-1-linux@treblig.org (mailing list archive)
Headers show
Series hwmon: (w83627ehf) remove nct6775 and nct6776 support | expand

Message

Dr. David Alan Gilbert Dec. 25, 2019, 2:32 a.m. UTC
Guenter pointed out that we should remove the nct677[56] from
w83627ehf since there's a separate nct6775.c driver.

It removes a quite satisfying amount of code.

Built ontop of hwmon-next 848a25f01ee.

Dave

Dr. David Alan Gilbert (3):
  hwmon: (w83627ehf) remove nct6775 and nct6776 support
  hwmon: (w83627ehf) Remove code not needed after nct677* removal
  hwmon: (w83627ehf) Now only one intrusion channel

 drivers/hwmon/Kconfig     |   5 +-
 drivers/hwmon/w83627ehf.c | 624 +++++---------------------------------
 2 files changed, 74 insertions(+), 555 deletions(-)

Comments

Guenter Roeck Dec. 26, 2019, 5:49 p.m. UTC | #1
On 12/24/19 6:32 PM, Dr. David Alan Gilbert wrote:
> Guenter pointed out that we should remove the nct677[56] from
> w83627ehf since there's a separate nct6775.c driver.
> 
> It removes a quite satisfying amount of code.
> 
> Built ontop of hwmon-next 848a25f01ee.
> 

Series applied to hwmon-next.

Thanks!
Guenter

> Dave
> 
> Dr. David Alan Gilbert (3):
>    hwmon: (w83627ehf) remove nct6775 and nct6776 support
>    hwmon: (w83627ehf) Remove code not needed after nct677* removal
>    hwmon: (w83627ehf) Now only one intrusion channel
> 
>   drivers/hwmon/Kconfig     |   5 +-
>   drivers/hwmon/w83627ehf.c | 624 +++++---------------------------------
>   2 files changed, 74 insertions(+), 555 deletions(-)
>