Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux...
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 11 Oct 2016 09:07:56 +0000 (20:07 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 11 Oct 2016 09:07:56 +0000 (20:07 +1100)
Freescale updates from Scott:

"Highlights include qbman support (a prerequisite for datapath drivers
such as ethernet), a PCI DMA fix+improvement, reset handler changes, more
8xx optimizations, and some cleanups and fixes."

1  2 
arch/powerpc/include/asm/ppc-opcode.h
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/traps.c

Simple merge
@@@ -1249,8 -1249,10 +1249,10 @@@ static inline void mtmsr_isync(unsigne
                                     : "r" ((unsigned long)(v)) \
                                     : "memory")
  #endif
+ #define wrtspr(rn)    asm volatile("mtspr " __stringify(rn) ",0" : \
+                                    : : "memory")
  
 -extern void msr_check_and_set(unsigned long bits);
 +extern unsigned long msr_check_and_set(unsigned long bits);
  extern bool strict_msr_control;
  extern void __msr_check_and_clear(unsigned long bits);
  static inline void msr_check_and_clear(unsigned long bits)
Simple merge