public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow
@ 2023-10-16  8:35 Aleksa Savic
  2023-10-16  8:35 ` [PATCH 1/2] hwmon: (aquacomputer_d5next) Check if temp sensors of legacy devices are connected Aleksa Savic
  2023-10-16  8:35 ` [PATCH 2/2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow Aleksa Savic
  0 siblings, 2 replies; 9+ messages in thread
From: Aleksa Savic @ 2023-10-16  8:35 UTC (permalink / raw)
  To: linux-hwmon
  Cc: leonard.anderweit, Aleksa Savic, Jack Doan, Jean Delvare,
	Guenter Roeck, Jonathan Corbet, linux-doc, linux-kernel

This series adds support for the Aquacomputer High Flow USB and MPS Flow
flow sensor devices, which communicate through a proprietary USB protocol.

Patch 1 resolves the case when devices that communicate through the legacy
way (such as these) don't contain a reading for a sensor, in which case
-ENODATA is now returned.

Patch 2 adds support for the devices and implements reading their
temperature and flow sensors.

Aleksa Savic (2):
  hwmon: (aquacomputer_d5next) Check if temp sensors of legacy devices
    are connected
  hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow
    USB and MPS Flow

 Documentation/hwmon/aquacomputer_d5next.rst |  7 ++
 drivers/hwmon/aquacomputer_d5next.c         | 72 +++++++++++++++++++--
 2 files changed, 74 insertions(+), 5 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-10-29 17:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16  8:35 [PATCH 0/2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow Aleksa Savic
2023-10-16  8:35 ` [PATCH 1/2] hwmon: (aquacomputer_d5next) Check if temp sensors of legacy devices are connected Aleksa Savic
2023-10-25 19:41   ` Guenter Roeck
2023-10-25 20:04     ` Aleksa Savic
2023-10-16  8:35 ` [PATCH 2/2] hwmon: (aquacomputer_d5next) Add support for Aquacomputer High Flow USB and MPS Flow Aleksa Savic
2023-10-28 16:24   ` Guenter Roeck
2023-10-29 15:58     ` Aleksa Savic
2023-10-29 16:59       ` Guenter Roeck
2023-10-29 17:13         ` Aleksa Savic

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