Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH hwmon-next v5 0/3] Add support for EMC2305 Fan Speed Controller.
@ 2022-08-10 17:15 michaelsh
  2022-08-10 17:15 ` [PATCH hwmon-next v5 1/3] platform_data/emc2305: define platform data for EMC2305 driver michaelsh
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: michaelsh @ 2022-08-10 17:15 UTC (permalink / raw)
  To: linux; +Cc: linux-hwmon, vadimp, Michael Shych

From: Michael Shych <michaelsh@nvidia.com>

Introduce EMC2305 RPM-based PWM Fan Speed Controller
The EMC2305 is an SMBus compliant fan controller with up to five
controlled PWM fan drivers. All fan drivers are
controlled by a programmable frequency PWM driver and Fan Speed
Control algorithm that operates as a directly PWM-controlled device.

The closed-loop Fan Speed Control algorithm (FSC) has the capability to
detect aging fans and alert the system. It will likewise detect stalled
or locked fans and trigger an interrupt.

EMC2305 offers a clock output so that multiple devices may be chained
and slaved to the same clock source for optimal performance in large
distributed systems.

Patch set includes:
Patch#1 - define platform data for EMC2305 driver.
Patch#2 - add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Controller.
Patch#3 - add emc2305.rst into docs.

Michael Shych (3):
  platform_data/emc2305: define platform data for EMC2305 driver
  hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed
    Controller.
  docs: hwmon: add emc2305.rst to docs

---
v4->v5
- Remove former patch#2 from the series. This patch provided a basic
  description of emc2305 driver device tree binding.
- Add patch#1 to the patchset. This patch introduces a platform data
  structure for EM2305 driver to allow configuration device PWMs
  and thermal zones by passing required platform data to the driver.
- Renumber: current patch#2 was patch#1 in the previous patchset version.

 Documentation/hwmon/emc2305.rst       |  40 +++
 Documentation/hwmon/index.rst         |   1 +
 drivers/hwmon/Kconfig                 |  13 +
 drivers/hwmon/Makefile                |   1 +
 drivers/hwmon/emc2305.c               | 624 ++++++++++++++++++++++++++++++++++
 include/linux/platform_data/emc2305.h |  22 ++
 6 files changed, 701 insertions(+)
 create mode 100644 Documentation/hwmon/emc2305.rst
 create mode 100644 drivers/hwmon/emc2305.c
 create mode 100644 include/linux/platform_data/emc2305.h

-- 
2.14.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH hwmon-next v5 0/3] Add support for EMC2305 Fan Speed Controller.
@ 2022-08-02  8:18 michaelsh
  2022-08-02  8:18 ` [PATCH hwmon-next v5 1/3] platform_data/emc2305: define platform data for EMC2305 driver michaelsh
  0 siblings, 1 reply; 8+ messages in thread
From: michaelsh @ 2022-08-02  8:18 UTC (permalink / raw)
  To: linux; +Cc: linux-hwmon, vadimp, Michael Shych

From: Michael Shych <michaelsh@nvidia.com>

Introduce EMC2305 RPM-based PWM Fan Speed Controller
The EMC2305 is an SMBus compliant fan controller with up to five
controlled PWM fan drivers. All fan drivers are
controlled by a programmable frequency PWM driver and Fan Speed
Control algorithm that operates as a directly PWM-controlled device.

The closed-loop Fan Speed Control algorithm (FSC) has the capability to
detect aging fans and alert the system. It will likewise detect stalled
or locked fans and trigger an interrupt.

EMC2305 offers a clock output so that multiple devices may be chained
and slaved to the same clock source for optimal performance in large
distributed systems.

Patch set includes:
Patch#1 - define platform data for EMC2305 driver.
Patch#2 - add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Controller.
Patch#3 - add emc2305.rst into docs.

Michael Shych (3):
  platform_data/emc2305: define platform data for EMC2305 driver
  hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed
    Controller.
  docs: hwmon: add emc2305.rst to docs

 Documentation/hwmon/emc2305.rst       |  40 +++
 Documentation/hwmon/index.rst         |   1 +
 drivers/hwmon/Kconfig                 |  13 +
 drivers/hwmon/Makefile                |   1 +
 drivers/hwmon/emc2305.c               | 624 ++++++++++++++++++++++++++++++++++
 include/linux/platform_data/emc2305.h |  22 ++
 6 files changed, 701 insertions(+)
 create mode 100644 Documentation/hwmon/emc2305.rst
 create mode 100644 drivers/hwmon/emc2305.c
 create mode 100644 include/linux/platform_data/emc2305.h

-- 
2.14.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-30 13:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 17:15 [PATCH hwmon-next v5 0/3] Add support for EMC2305 Fan Speed Controller michaelsh
2022-08-10 17:15 ` [PATCH hwmon-next v5 1/3] platform_data/emc2305: define platform data for EMC2305 driver michaelsh
2022-08-30 13:31   ` Guenter Roeck
2022-08-10 17:15 ` [PATCH hwmon-next v5 2/3] hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Controller michaelsh
2022-08-30 13:32   ` Guenter Roeck
2022-08-10 17:15 ` [PATCH hwmon-next v5 3/3] docs: hwmon: add emc2305.rst to docs michaelsh
2022-08-30 13:32   ` Guenter Roeck
  -- strict thread matches above, loose matches on Subject: below --
2022-08-02  8:18 [PATCH hwmon-next v5 0/3] Add support for EMC2305 Fan Speed Controller michaelsh
2022-08-02  8:18 ` [PATCH hwmon-next v5 1/3] platform_data/emc2305: define platform data for EMC2305 driver michaelsh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox