public inbox for linux-hwmon@vger.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: linux-hwmon@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Yo-Jung Lin <leo.lin@canonical.com>,
	Guenter Roeck <linux@roeck-us.net>
Subject: [PATCH 0/5] hwmon: (spd5118) Add I3C support
Date: Sat, 19 Apr 2025 09:13:50 -0700	[thread overview]
Message-ID: <20250419161356.2528986-1-linux@roeck-us.net> (raw)

Add support for I3C to spd5118 driver.

The first patch splits the spd5118 code into common and I2C specific parts.

The second patch adds a note indicating which chips are known to take the
specification literally. This patch is purely informational and does not
change the code.

The third patch adds support for 16-bit addressing when accessing NVMEM.
16-bit addressing is configurable for I2C but mandatory for I3C.

The 4th patch adds support for detecting 16-bit addressing in I2C mode.

The last patch of the series actually adds I3C support. This patch is
untested and will not be applied until/unless test coverage is available.

----------------------------------------------------------------
Guenter Roeck (5):
      hwmon: (spd5118) Split into common and I2C specific code
      hwmon: (spd5118) Name chips taking the specification literally
      hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses
      hwmon: (spd5118) Detect and support 16-bit register addressing
      hwmon: (spd5118) Add I3C support

 drivers/hwmon/Kconfig   |   2 +
 drivers/hwmon/spd5118.c | 408 +++++++++++++++++++++++++++++++-----------------
 2 files changed, 271 insertions(+), 139 deletions(-)

             reply	other threads:[~2025-04-19 16:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-19 16:13 Guenter Roeck [this message]
2025-04-19 16:13 ` [PATCH 1/5] hwmon: (spd5118) Split into common and I2C specific code Guenter Roeck
2025-04-19 16:13 ` [PATCH 2/5] hwmon: (spd5118) Name chips taking the specification literally Guenter Roeck
2025-04-19 16:13 ` [PATCH 3/5] hwmon: (spd5118) Support 16-bit addressing for NVMEM accesses Guenter Roeck
2025-04-19 16:13 ` [PATCH 4/5] hwmon: (spd5118) Detect and support 16-bit register addressing Guenter Roeck
2025-04-19 16:13 ` [RFT PATCH 5/5] hwmon: (spd5118) Add I3C support 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=20250419161356.2528986-1-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=leo.lin@canonical.com \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=wsa+renesas@sang-engineering.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