[Utopic][SRU] Pull-Request for LP: #1439562

Chris J Arges chris.j.arges at canonical.com
Mon Jun 1 21:00:14 UTC 2015


The following changes since commit 4e25ea2fed25e13a9e2e817038d3bb28af1c71b9:

  UBUNTU: Ubuntu-3.16.0-39.53 (2015-05-26 09:20:06 +0100)

are available in the git repository at:

  git://kernel.ubuntu.com/arges/ubuntu-utopic.git lp1439562

for you to fetch changes up to 6e23bcb0962e469cb0bc2a77b45c9c1e4bf72d9c:

  UBUNTU: [config] CONFIG_IPMI_POWERNV=m on ppc64el (2015-06-01 15:22:12 -0500)

----------------------------------------------------------------
Benjamin Herrenschmidt (3):
      powerpc/powernv: Support OPAL requested heartbeat
      device: Add dev_of_node() accessor
      drivers/core/of: Add symlink to device-tree from devices with an OF node

Chris J Arges (1):
      UBUNTU: [config] CONFIG_IPMI_POWERNV=m on ppc64el

Gavin Shan (1):
      powerpc/powernv: Separate function for OPAL IRQ setup

Jeremy Kerr (2):
      drivers/char/ipmi: Add powernv IPMI driver
      powerpc/powernv: Add OPAL IPMI interface

Michael Ellerman (4):
      powerpc/kernel: Make syscall_exit a local label
      powerpc: Remove old compile time disabled syscall tracing code
      powerpc/powernv: Remove "opal" prefix from pr_xxx()s
      powerpc: Add a proper syscall for switching endianness

Neelesh Gupta (1):
      powerpc/powernv: Add OPAL message notifier unregister function

 Documentation/ABI/stable/sysfs-devices             |  10 ++
 arch/powerpc/include/asm/opal.h                    |  19 +++
 arch/powerpc/include/asm/systbl.h                  |   6 +
 arch/powerpc/include/asm/unistd.h                  |   2 +-
 arch/powerpc/include/uapi/asm/unistd.h             |   1 +
 arch/powerpc/kernel/entry_32.S                     |  77 ----------
 arch/powerpc/kernel/entry_64.S                     |  36 ++---
 arch/powerpc/kernel/syscalls.c                     |  23 +--
 arch/powerpc/kernel/systbl.S                       |   2 +
 arch/powerpc/kernel/systbl_chk.c                   |   2 +
 arch/powerpc/platforms/cell/spu_callbacks.c        |   1 +
 arch/powerpc/platforms/powernv/opal-wrappers.S     |   2 +
 arch/powerpc/platforms/powernv/opal.c              | 113 +++++++++++---
 debian.master/config/powerpc/config.common.powerpc |   1 +
 debian.master/config/ppc64el/config.common.ppc64el |   1 +
 drivers/base/core.c                                |  16 +-
 drivers/char/ipmi/Kconfig                          |   6 +
 drivers/char/ipmi/Makefile                         |   1 +
 drivers/char/ipmi/ipmi_powernv.c                   | 310 ++++++++++++++++++++++++++++++++++++++
 include/linux/device.h                             |   7 +
 20 files changed, 503 insertions(+), 133 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-devices
 create mode 100644 drivers/char/ipmi/ipmi_powernv.c





More information about the kernel-team mailing list