Linux Hardware Monitor development
 help / color / mirror / Atom feed
From: "Derek J. Clark" <derekjohn.clark@gmail.com>
To: Guenter Roeck <linux@roeck-us.net>
Cc: "Jean Delvare" <jdelvare@suse.com>,
	"Jonathan Corbet" <corbet@lwn.net>,
	"Joaquín Ignacio Aramendía" <samsagax@gmail.com>,
	"Kevin Greenberg" <kdgreenberg234@protonmail.com>,
	"Joshua Tam" <csinaction@pm.me>,
	"Parth Menon" <parthasarathymenon@gmail.com>,
	"Philip Müller" <philm@manjaro.org>,
	"Derek J . Clark" <derekjohn.clark@gmail.com>,
	linux-hwmon@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/1] hwmon: (oxp-sensors) Add support for multiple new devices.
Date: Thu, 22 Aug 2024 11:35:24 -0700	[thread overview]
Message-ID: <20240822183525.27289-1-derekjohn.clark@gmail.com> (raw)

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


             reply	other threads:[~2024-08-22 18:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-22 18:35 Derek J. Clark [this message]
2024-08-22 18:35 ` [PATCH v2 1/1] Add support for multiple new devices Derek J. Clark
2024-08-27  3:56   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240822183525.27289-1-derekjohn.clark@gmail.com \
    --to=derekjohn.clark@gmail.com \
    --cc=corbet@lwn.net \
    --cc=csinaction@pm.me \
    --cc=jdelvare@suse.com \
    --cc=kdgreenberg234@protonmail.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=parthasarathymenon@gmail.com \
    --cc=philm@manjaro.org \
    --cc=samsagax@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox