Pull request: scottwood/linux.git next

Scott Wood oss at buserror.net
Sun Jan 21 18:55:51 AEDT 2018


Contains fixes for CPM GPIO and an FSL PCI erratum workaround,
plus a minor cleanup patch.

The following changes since commit f2ac428e0edabbca41b9dfe9473a90147962e4e9:

  powerpc/pseries/cpuidle: add polling idle for shared processor guests (2018-01-18 15:43:44 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next

for you to fetch changes up to c095ff93f901c1620b28dce4d813dd548bc5236b:

  powerpc/sysdev: change CPM GPIO to platform_device (2018-01-20 23:29:02 -0600)

----------------------------------------------------------------
Christophe Leroy (1):
      powerpc/sysdev: change CPM GPIO to platform_device

Joakim Tjernlund (1):
      powerpc/fsl_pci: Correct fsl_pci_mcheck_exception

Vasyl Gomonovych (1):
      powerpc/fsl_pci: Fix ptr_ret.cocci warnings

 arch/powerpc/include/asm/cpm.h   |  2 +-
 arch/powerpc/include/asm/cpm1.h  |  2 +
 arch/powerpc/sysdev/Makefile     |  3 +-
 arch/powerpc/sysdev/cpm1.c       | 33 ++++-------------
 arch/powerpc/sysdev/cpm2.c       | 11 ------
 arch/powerpc/sysdev/cpm_common.c |  5 ++-
 arch/powerpc/sysdev/cpm_gpio.c   | 80 ++++++++++++++++++++++++++++++++++++++++
 arch/powerpc/sysdev/fsl_pci.c    |  6 +--
 8 files changed, 99 insertions(+), 43 deletions(-)
 create mode 100644 arch/powerpc/sysdev/cpm_gpio.c


More information about the Linuxppc-dev mailing list