]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95b640b8216ec0880db2345e648ee63d156253c0
treeb732b892b56b9a1eb141b09827f8f104091c5e92
parent4e8fa0827165cd4317e8c28e96a3f04ba7793731
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