mbox series

[0/2] ppc/pnv: LPC interrupt fixes

Message ID 20240528062045.624906-1-npiggin@gmail.com (mailing list archive)
Headers show
Series ppc/pnv: LPC interrupt fixes | expand

Message

Nicholas Piggin May 28, 2024, 6:20 a.m. UTC
Here is v2 of the POWER9 PSI serirq patch with changes suggested by
Cedric and some other things. But also in front of that we have a fix
from Glenn for a lost interrupt problem.

I rebased Glenn's patch and also changed some comments and changelog
a bit so any bugs or silly comments are probably my fault, but debug
and fix is credit to him.

Thanks,
Nick

Glenn Miles (1):
  ppc/pnv: Fix loss of LPC SERIRQ interrupts

Nicholas Piggin (1):
  ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear
    function

 include/hw/ppc/pnv_lpc.h |  17 ++++-
 hw/ppc/pnv.c             |  36 ++++++++--
 hw/ppc/pnv_lpc.c         | 150 ++++++++++++++++++++++++++++++++-------
 3 files changed, 170 insertions(+), 33 deletions(-)