Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH v2 0/1] hwmon: (oxp-sensors) Add support for multiple new devices.
@ 2024-08-22 18:35 Derek J. Clark
  2024-08-22 18:35 ` [PATCH v2 1/1] " Derek J. Clark
  0 siblings, 1 reply; 3+ messages in thread
From: Derek J. Clark @ 2024-08-22 18:35 UTC (permalink / raw)
  To: Guenter Roeck
  Cc: Jean Delvare, Jonathan Corbet,
	Joaquín Ignacio Aramendía, Kevin Greenberg, Joshua Tam,
	Parth Menon, Philip Müller, Derek J . Clark, linux-hwmon,
	linux-doc, linux-kernel

This patch adds new devices from AYANEO, OneXPlayer and OrangePi. There are
also some formatting changes done for improving readability and making the
lists consistent bewtween the multiple functions, when it made sense to do
so. These changes have been tested by multiple users since April of this
year as part of the ChimeraOS and Manjaro Handheld Edition kernels.

v2:
In addition to fixing the fall-through switch case from the last patch, I
simplified the match cases for all three version of the OneXPlayer 2 as
well as the two AYANEO 2 and GEEK models. Some additional testing came
back identifying the fan speed read register for the 2 series was
different than previous models, so I adjusted that as well. I also added
the OneXPlayer X1 series as they use the same registers as the 2 series
and we were able to finish testing on them.

Derek J. Clark (1):
  Add support for multiple new devices.

 Documentation/hwmon/oxp-sensors.rst |  54 +++--
 drivers/hwmon/oxp-sensors.c         | 299 +++++++++++++++++++++++-----
 2 files changed, 290 insertions(+), 63 deletions(-)

-- 
2.46.0


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

end of thread, other threads:[~2024-08-27  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 18:35 [PATCH v2 0/1] hwmon: (oxp-sensors) Add support for multiple new devices Derek J. Clark
2024-08-22 18:35 ` [PATCH v2 1/1] " Derek J. Clark
2024-08-27  3:56   ` Guenter Roeck

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