[Skiboot] [PATCH 4/5] lpc/uart: Support routing of selected LPC interrupts to Linux
Benjamin Herrenschmidt
benh at kernel.crashing.org
Fri Feb 3 20:59:13 AEDT 2017
On Fri, 2017-02-03 at 20:51 +1100, Benjamin Herrenschmidt wrote:
> core/init.c | 3 +
> hw/bt.c | 4 +-
> hw/lpc-mbox.c | 2 +-
^^^^^
> hw/lpc-uart.c | 48 ++++++++-----
> hw/lpc.c | 213 ++++++++++++++++++++++++++++++++++++++++------------------
> hw/psi.c | 24 ++++---
> include/lpc.h | 8 ++-
> include/psi.h | 1 +
> 8 files changed, 210 insertions(+), 93 deletions(-)
As highlighted above this patch is above the mbox ones but it doesn't
really need to be. I just changed the signature of
lpc_register_client() to add an argument. So if you apply this before
mbox, just drop that hunk and fixup the call in the mbox patches
themselves, either way is trivial.
Cheers,
Ben.
More information about the Skiboot
mailing list