[Skiboot] [PATCH 0/2] xive: driver and API cleanups

Cédric Le Goater clg at kaod.org
Thu Jun 20 04:00:56 AEST 2019


Hello,

Here is a small series preparing ground for future drivers.

Thanks,

C.

Cédric Le Goater (2):
  xive: introduce header files for the registers
  xive: minor cleanup of the interface

 include/interrupts.h   |   1 -
 include/skiboot.h      |   1 -
 include/xive-p9-regs.h | 477 +++++++++++++++++++++++++++++++++++++++++
 include/xive-regs.h    |  98 +++++++++
 include/xive.h         | 461 +--------------------------------------
 core/fast-reboot.c     |   2 +-
 hw/slw.c               |   1 +
 hw/xive.c              |   5 +-
 8 files changed, 582 insertions(+), 464 deletions(-)
 create mode 100644 include/xive-p9-regs.h
 create mode 100644 include/xive-regs.h

-- 
2.21.0



More information about the Skiboot mailing list