All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10 v2 0/5] drivers: OCC: Update sensors, fix probing, add P8
@ 2017-06-09 18:01 Eddie James
  2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 1/5] drivers: fsi: occ: Fix 1 byte response and rc for O_NONBLOCK Eddie James
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Eddie James @ 2017-06-09 18:01 UTC (permalink / raw)
  To: openbmc; +Cc: joel, Edward A. James

From: "Edward A. James" <eajames@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

 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

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

end of thread, other threads:[~2017-06-16  5:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 18:01 [PATCH linux dev-4.10 v2 0/5] drivers: OCC: Update sensors, fix probing, add P8 Eddie James
2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 1/5] drivers: fsi: occ: Fix 1 byte response and rc for O_NONBLOCK Eddie James
2017-06-16  5:11   ` Joel Stanley
2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 2/5] drivers: hwmon: occ: Add new sensor versions and non-hwmon attributes Eddie James
2017-06-16  5:36   ` Joel Stanley
2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 3/5] drivers: hwmon: occ: Add P8 OCC access Eddie James
2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 4/5] drivers: occ: hwmon and fsi probing fix Eddie James
2017-06-09 18:01 ` [PATCH linux dev-4.10 v2 5/5] aspeed: update power9 dts and defconfigs for OCC Eddie James
2017-06-16  5:40 ` [PATCH linux dev-4.10 v2 0/5] drivers: OCC: Update sensors, fix probing, add P8 Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.