RE: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-10-16 Thread Biwen Li (OSS)
> > On Mon, Sep 28, 2020 at 06:43:26PM +0800, Biwen Li wrote: > > From: Reinhard Pfau > > > > Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller > > chips. > > The driver primary supports the EMC2305 chip which provides RPM-based > > PWM control and monitoring for up to 5

Re: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-09-29 Thread Rob Herring
On Mon, Sep 28, 2020 at 06:43:26PM +0800, Biwen Li wrote: > From: Reinhard Pfau > > Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller > chips. > The driver primary supports the EMC2305 chip which provides RPM-based > PWM control and monitoring for up to 5 fans. > >

RE: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-09-29 Thread Biwen Li (OSS)
> > + > > + hwmon_dev = devm_hwmon_device_register_with_groups(>dev, > > + client->name, data, > > + data->groups); > > New drivers must use "[devm_]hwmon_device_register_with_info" to

Re: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-09-28 Thread Guenter Roeck
On Mon, Sep 28, 2020 at 06:43:26PM +0800, Biwen Li wrote: > From: Reinhard Pfau > > Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller > chips. > The driver primary supports the EMC2305 chip which provides RPM-based > PWM control and monitoring for up to 5 fans. > >

RE: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-09-28 Thread Biwen Li
Hi All, The patch has a problem as follows, root@localhost:~# cat /sys/class/hwmon/hwmon0/pwm1 [ 103.150689] Unable to handle kernel paging request at virtual address 00329c100026 [ 103.158651] Mem abort info: [ 103.161443] ESR = 0x9604 [ 103.164486] EC = 0x25: DABT (current

[PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2020-09-28 Thread Biwen Li
From: Reinhard Pfau Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller chips. The driver primary supports the EMC2305 chip which provides RPM-based PWM control and monitoring for up to 5 fans. According to the SMSC data sheets the EMC2303, EMC2302 and EMC2301 chips have

Re: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2013-06-13 Thread Guenter Roeck
On Thu, Jun 13, 2013 at 12:40:19PM +0200, Reinhard Pfau wrote: > From: Reinhard Pfau > > Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller > chips. > The driver primary supports the EMC2305 chip which provides RPM-based > PWM control and monitoring for up to 5 fans. > >

[PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2013-06-13 Thread Reinhard Pfau
From: Reinhard Pfau Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller chips. The driver primary supports the EMC2305 chip which provides RPM-based PWM control and monitoring for up to 5 fans. According to the SMSC data sheets the EMC2303, EMC2302 and EMC2301 chips have

[PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2013-06-13 Thread Reinhard Pfau
From: Reinhard Pfau p...@gdsys.de Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller chips. The driver primary supports the EMC2305 chip which provides RPM-based PWM control and monitoring for up to 5 fans. According to the SMSC data sheets the EMC2303, EMC2302 and EMC2301

Re: [PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller

2013-06-13 Thread Guenter Roeck
On Thu, Jun 13, 2013 at 12:40:19PM +0200, Reinhard Pfau wrote: From: Reinhard Pfau p...@gdsys.de Add support for SMSC EMC2305, EMC2303, EMC2302, EMC2301 fan controller chips. The driver primary supports the EMC2305 chip which provides RPM-based PWM control and monitoring for up to 5 fans.