diff options
author | Eddie James <eajames@linux.vnet.ibm.com> | 2018-11-08 22:05:21 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-12-03 01:25:28 +0100 |
commit | 7ed98dddb764eebf2783881a17dc4980181a6e1a (patch) | |
tree | 10c7ed7ed71f7f0b07172aa7661712932eb3b13c /drivers/fsi/Makefile | |
parent | dt-bindings: fsi: Add P9 OCC device documentation (diff) | |
download | linux-7ed98dddb764eebf2783881a17dc4980181a6e1a.tar.xz linux-7ed98dddb764eebf2783881a17dc4980181a6e1a.zip |
fsi: Add On-Chip Controller (OCC) driver
The OCC is a device embedded on a POWER processor that collects and
aggregates sensor data from the processor and system. The OCC can
provide the raw sensor data as well as perform thermal and power
management on the system.
This driver provides an atomic communications channel between a service
processor (e.g. a BMC) and the OCC. The driver is dependent on the FSI
SBEFIFO driver to get hardware access through the SBE to the OCC SRAM.
Commands are issued to the SBE to send or fetch data to the SRAM.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/fsi/Makefile')
-rw-r--r-- | drivers/fsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fsi/Makefile b/drivers/fsi/Makefile index a50d6ce22fb3..62687ec86d2e 100644 --- a/drivers/fsi/Makefile +++ b/drivers/fsi/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_FSI_MASTER_GPIO) += fsi-master-gpio.o obj-$(CONFIG_FSI_MASTER_AST_CF) += fsi-master-ast-cf.o obj-$(CONFIG_FSI_SCOM) += fsi-scom.o obj-$(CONFIG_FSI_SBEFIFO) += fsi-sbefifo.o +obj-$(CONFIG_FSI_OCC) += fsi-occ.o |