powerpc/powernv: Provide debugfs access to the LPC bus via OPAL
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jun 2014 10:07:39 +0000 (20:07 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Jun 2014 03:20:37 +0000 (13:20 +1000)
commitfa2dbe2e0fcf2cda8fc56845e475b617385b1ec6
treeb732b892b56b9a1eb141b09827f8f104091c5e92
parentc4cad90f9e9dcb85afc5e75a02ae3522ed077296
powerpc/powernv: Provide debugfs access to the LPC bus via OPAL

This provides debugfs files to access the LPC bus on Power8
non-virtualized using the appropriate OPAL firmware calls.

The usage is simple: one file per space (IO, MEM and FW),
lseek to the address and read/write the data. IO and MEM always
generate series of byte accesses. FW can generate word and dword
accesses if aligned properly.

Based on an original patch from Rob Lippert and reworked.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powernv/opal-lpc.c
This page took 0.030554 seconds and 5 git commands to generate.