All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10 0/3] drivers: fsi: Add OCC driver with SBEFIFO in-kernel API
@ 2017-05-12 19:38 Eddie James
  2017-05-12 19:38 ` [PATCH linux dev-4.10 1/3] drivers: fsi: sbefifo: Add " Eddie James
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eddie James @ 2017-05-12 19:38 UTC (permalink / raw)
  To: openbmc; +Cc: joel, bradleyb, cbostic, Edward A. James

From: "Edward A. James" <eajames@us.ibm.com>

This patch series adds a driver to communicate with the POWER processor
On-Chip Controller (OCC), from a service processor. Communication is performed
via the SBEFIFO driver, which required a new in-kernel API.

The patch series includes device-tree updates to instantiate devices for the
OCC driver from the SBEFIFO driver.

An application to test the OCC driver can be found at
https://github.com/eddiejames/occtest

Edward A. James (3):
  drivers: fsi: sbefifo: Add in-kernel API
  drivers: fsi: sbefifo: Add OCC driver
  dts: aspeed: witherspoon: Add FSI devices

 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts |  46 ++
 drivers/fsi/Kconfig                              |   9 +
 drivers/fsi/Makefile                             |   1 +
 drivers/fsi/fsi-sbefifo.c                        | 161 ++++--
 drivers/fsi/occ.c                                | 625 +++++++++++++++++++++++
 include/linux/fsi-sbefifo.h                      |  30 ++
 6 files changed, 842 insertions(+), 30 deletions(-)
 create mode 100644 drivers/fsi/occ.c
 create mode 100644 include/linux/fsi-sbefifo.h

-- 
1.8.3.1

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

end of thread, other threads:[~2017-06-05  6:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 19:38 [PATCH linux dev-4.10 0/3] drivers: fsi: Add OCC driver with SBEFIFO in-kernel API Eddie James
2017-05-12 19:38 ` [PATCH linux dev-4.10 1/3] drivers: fsi: sbefifo: Add " Eddie James
2017-05-12 19:38 ` [PATCH linux dev-4.10 2/3] drivers: fsi: sbefifo: Add OCC driver Eddie James
2017-06-01  6:55   ` Jeremy Kerr
2017-06-01 15:18     ` Eddie James
2017-05-12 19:38 ` [PATCH linux dev-4.10 3/3] dts: aspeed: witherspoon: Add FSI devices Eddie James
2017-06-05  6:29   ` 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.