mbox series

[RFC,0/5] hwmon: (lm75) add I3C support

Message ID 20241219225522.3490-7-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series hwmon: (lm75) add I3C support | expand

Message

Wolfram Sang Dec. 19, 2024, 10:55 p.m. UTC
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(-)