Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] hwmon: (lm75) add I3C support
@ 2024-12-19 22:55 Wolfram Sang
  2024-12-19 22:55 ` [RFC PATCH 1/5] hwmon: (lm75) simplify lm75_write_config() Wolfram Sang
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Wolfram Sang @ 2024-12-19 22:55 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Wolfram Sang, Guenter Roeck, Jean Delvare, linux-hwmon

This series adds I3C support to the LM75 driver to support the P3T1755
in I3C mode. This series is still RFC because there are two questions
regarding the last patch which I would like to discuss. Check the patch
for details.

The patch is based on Guenter's patch ""hwmon: (lm75) Hide register size
differences in regmap access functions". Find a branch here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/g3s/i3c-broken-out-experimental

It has been tested with a Renesas RZ/G3S board. Find details here:

https://elinux.org/I3C_with_Renesas_RZG3S

Please let me know what you think!


Wolfram Sang (5):
  hwmon: (lm75) simplify lm75_write_config()
  hwmon: (lm75) simplify regulator handling
  hwmon: (lm75) Remove superfluous 'client' member from private struct
  hwmon: (lm75) separate probe into common and I2C parts
  hwmon: (lm75) add I3C support for P3T1755

 drivers/hwmon/Kconfig |   2 +
 drivers/hwmon/lm75.c  | 230 +++++++++++++++++++++++++++++-------------
 2 files changed, 163 insertions(+), 69 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-12-20 14:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-19 22:55 [RFC PATCH 0/5] hwmon: (lm75) add I3C support Wolfram Sang
2024-12-19 22:55 ` [RFC PATCH 1/5] hwmon: (lm75) simplify lm75_write_config() Wolfram Sang
2024-12-20  8:48   ` Geert Uytterhoeven
2024-12-20 14:56   ` Guenter Roeck
2024-12-19 22:55 ` [RFC PATCH 2/5] hwmon: (lm75) simplify regulator handling Wolfram Sang
2024-12-20  8:50   ` Geert Uytterhoeven
2024-12-20 14:57   ` Guenter Roeck
2024-12-19 22:55 ` [RFC PATCH 3/5] hwmon: (lm75) Remove superfluous 'client' member from private struct Wolfram Sang
2024-12-20 14:57   ` Guenter Roeck
2024-12-19 22:55 ` [RFC PATCH 4/5] hwmon: (lm75) separate probe into common and I2C parts Wolfram Sang
2024-12-20 14:58   ` Guenter Roeck
2024-12-19 22:55 ` [RFC PATCH 5/5] hwmon: (lm75) add I3C support for P3T1755 Wolfram Sang
2024-12-20  6:10   ` Guenter Roeck
2024-12-20  8:20     ` Wolfram Sang

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