Message ID | 20210811041738.15061-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
Headers | show |
Series | hwmon: (pmbus/bpa-rs600) cleanup and workaround | expand |
On 11/08/21 4:17 pm, Chris Packham wrote: > This series builds on top of the BPD-RS600 support[1] which is in Guenter's > tree by hasn't made it to Linus' yet. They might actually cleanly apply without > it since they touch different parts of the file. > > [1] - https://lore.kernel.org/linux-hwmon/20210708220618.23576-1-chris.packham@alliedtelesis.co.nz/ > > Chris Packham (2): > hwmon: (pmbus/bpa-rs600) Remove duplicate defininitions > hwmon: (pmbus/bpa-rs600) Add workaround for incorrect Pin max > > drivers/hwmon/pmbus/bpa-rs600.c | 44 ++++++++++++++++++++------------- > 1 file changed, 27 insertions(+), 17 deletions(-) I've also sent a PR for adding display of the rated values to lm-sensors https://github.com/lm-sensors/lm-sensors/pull/358
On 8/11/21 8:15 PM, Chris Packham wrote: > > On 11/08/21 4:17 pm, Chris Packham wrote: >> This series builds on top of the BPD-RS600 support[1] which is in Guenter's >> tree by hasn't made it to Linus' yet. They might actually cleanly apply without >> it since they touch different parts of the file. >> >> [1] - https://lore.kernel.org/linux-hwmon/20210708220618.23576-1-chris.packham@alliedtelesis.co.nz/ >> >> Chris Packham (2): >> hwmon: (pmbus/bpa-rs600) Remove duplicate defininitions >> hwmon: (pmbus/bpa-rs600) Add workaround for incorrect Pin max >> >> drivers/hwmon/pmbus/bpa-rs600.c | 44 ++++++++++++++++++++------------- >> 1 file changed, 27 insertions(+), 17 deletions(-) > > I've also sent a PR for adding display of the rated values to lm-sensors > > https://github.com/lm-sensors/lm-sensors/pull/358 > Excellent, thanks! Guenter