Message ID | 20201120010315.190737-1-joel@jms.id.au |
---|---|
Headers | show |
Series | occ: Add support for P10 | expand |
On Fri, Nov 20, 2020 at 11:33:12AM +1030, Joel Stanley wrote: > Hi Guenter, here's v2 of this series on behalf of Eddie. I made the > change to the compatible string that we spoke about in v2, and I'm happy > for these to go through the hwmon tree. > I'll be happy to do that, as soon as we get a Reviewed-by: tag for the DT change. Thanks, Guenter > v1: https://lore.kernel.org/linux-hwmon/20200501150833.5251-1-eajames@linux.ibm.com/ > > The OCC in the P10 has a number of differences from the P9. Add some logic to > handle the differences in accessing the OCC from the service processor, and > support the new temperature sensor type. > > Eddie James (3): > dt-bindings: fsi: Add P10 OCC device documentation > fsi: occ: Add support for P10 > hwmon: (occ) Add new temperature sensor type > > .../devicetree/bindings/fsi/ibm,p9-occ.txt | 12 +- > drivers/fsi/fsi-occ.c | 125 +++++++++++++----- > drivers/hwmon/occ/common.c | 75 +++++++++++ > 3 files changed, 172 insertions(+), 40 deletions(-) > > -- > 2.29.2 >
On Sat, 21 Nov 2020 at 18:55, Guenter Roeck <linux@roeck-us.net> wrote: > > On Fri, Nov 20, 2020 at 11:33:12AM +1030, Joel Stanley wrote: > > Hi Guenter, here's v2 of this series on behalf of Eddie. I made the > > change to the compatible string that we spoke about in v2, and I'm happy > > for these to go through the hwmon tree. > > > > I'll be happy to do that, as soon as we get a Reviewed-by: tag for the DT > change. Rob has sent that through now, so this should be good to go in. Thank you. > > Thanks, > Guenter > > > v1: https://lore.kernel.org/linux-hwmon/20200501150833.5251-1-eajames@linux.ibm.com/ > > > > The OCC in the P10 has a number of differences from the P9. Add some logic to > > handle the differences in accessing the OCC from the service processor, and > > support the new temperature sensor type. > > > > Eddie James (3): > > dt-bindings: fsi: Add P10 OCC device documentation > > fsi: occ: Add support for P10 > > hwmon: (occ) Add new temperature sensor type > > > > .../devicetree/bindings/fsi/ibm,p9-occ.txt | 12 +- > > drivers/fsi/fsi-occ.c | 125 +++++++++++++----- > > drivers/hwmon/occ/common.c | 75 +++++++++++ > > 3 files changed, 172 insertions(+), 40 deletions(-) > > > > -- > > 2.29.2 > >
Hi Joel, On 12/7/20 6:41 PM, Joel Stanley wrote: > On Sat, 21 Nov 2020 at 18:55, Guenter Roeck <linux@roeck-us.net> wrote: >> >> On Fri, Nov 20, 2020 at 11:33:12AM +1030, Joel Stanley wrote: >>> Hi Guenter, here's v2 of this series on behalf of Eddie. I made the >>> change to the compatible string that we spoke about in v2, and I'm happy >>> for these to go through the hwmon tree. >>> >> >> I'll be happy to do that, as soon as we get a Reviewed-by: tag for the DT >> change. > > Rob has sent that through now, so this should be good to go in. > Thanks for the reminder. Series applied to hwmon-next. Thanks, Genter > Thank you. > >> >> Thanks, >> Guenter >> >>> v1: https://lore.kernel.org/linux-hwmon/20200501150833.5251-1-eajames@linux.ibm.com/ >>> >>> The OCC in the P10 has a number of differences from the P9. Add some logic to >>> handle the differences in accessing the OCC from the service processor, and >>> support the new temperature sensor type. >>> >>> Eddie James (3): >>> dt-bindings: fsi: Add P10 OCC device documentation >>> fsi: occ: Add support for P10 >>> hwmon: (occ) Add new temperature sensor type >>> >>> .../devicetree/bindings/fsi/ibm,p9-occ.txt | 12 +- >>> drivers/fsi/fsi-occ.c | 125 +++++++++++++----- >>> drivers/hwmon/occ/common.c | 75 +++++++++++ >>> 3 files changed, 172 insertions(+), 40 deletions(-) >>> >>> -- >>> 2.29.2 >>>