[PATCH linux dev-4.10 v2 0/5] drivers: OCC: Update sensors, fix probing, add P8

Joel Stanley joel at jms.id.au
Fri Jun 16 15:40:41 AEST 2017


2017-06-10 3:31 GMT+09:30 Eddie James <eajames at linux.vnet.ibm.com>:
> From: "Edward A. James" <eajames at us.ibm.com>
>
> This series refactors the OCC hwmon driver to make a number of changes and bug
> fixes. It also includes bug fixes for the FSI OCC driver. This includes 3
> patches that were previously sent individually on the openbmc mailing list.
>
> Edward A. James (5):
>   drivers: fsi: occ: Fix 1 byte response and rc for O_NONBLOCK
>   drivers: hwmon: occ: Add new sensor versions and non-hwmon attributes
>   drivers: hwmon: occ: Add P8 OCC access
>   drivers: occ: hwmon and fsi probing fix
>   aspeed: update power9 dts and defconfigs for OCC

I've applied this series. They look like there is some more work to be
done, so please find some reviewers ASAP.

Cheers,

Joel

>
>  arch/arm/boot/dts/ibm-power9-cfam.dtsi |   9 +
>  arch/arm/configs/aspeed_g4_defconfig   |   2 +
>  arch/arm/configs/aspeed_g5_defconfig   |   1 +
>  drivers/fsi/fsi-sbefifo.c              |   4 +-
>  drivers/fsi/occ.c                      |  22 +-
>  drivers/hwmon/Makefile                 |   2 +-
>  drivers/hwmon/occ/Kconfig              |  19 +-
>  drivers/hwmon/occ/Makefile             |  12 +-
>  drivers/hwmon/occ/common.c             | 991 ++++++++++++++++++++++++++++++++-
>  drivers/hwmon/occ/common.h             |  17 +
>  drivers/hwmon/occ/p8_i2c.c             | 270 +++++++++
>  drivers/hwmon/occ/p9.c                 | 350 ------------
>  drivers/hwmon/occ/p9.h                 |  17 -
>  drivers/hwmon/occ/p9_sbe.c             |  60 +-
>  14 files changed, 1354 insertions(+), 422 deletions(-)
>  create mode 100644 drivers/hwmon/occ/p8_i2c.c
>  delete mode 100644 drivers/hwmon/occ/p9.c
>  delete mode 100644 drivers/hwmon/occ/p9.h
>
> --
> 1.8.3.1
>


More information about the openbmc mailing list