mbox

Pull request: scottwood/linux.git next

Message ID 20170127235348.GA21260@home.buserror.net (mailing list archive)
State Accepted
Headers show

Pull-request

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

Message

Crystal Wood Jan. 27, 2017, 11:53 p.m. UTC
Highlights include 8xx breakpoints and perf, t1042rdb display support,
and board updates.

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

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 75b824727680a9d12c34d78096a5ac642e53f5d0:

  powerpc/8xx: Perf events on PPC 8xx (2017-01-26 17:49:34 -0600)

----------------------------------------------------------------
Christophe Leroy (4):
      powerpc/32: Enable HW_BREAKPOINT on BOOK3S
      powerpc/8xx: Implement hw_breakpoint
      powerpc/32: Remove FIX_SRR1
      powerpc/8xx: Perf events on PPC 8xx

Jason Jin (1):
      powerpc/85xx: Enable display support for t1042rdb

Valentin Longchamp (3):
      powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
      powerpc/85xx: remove the kmp204x_defconfig
      powerpc/corenet: add support for the kmcent2 board

 arch/powerpc/Kconfig                          |   2 +-
 arch/powerpc/boot/dts/fsl/kmcent2.dts         | 303 ++++++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/kmcoge4.dts         |   4 +
 arch/powerpc/configs/85xx/kmp204x_defconfig   | 220 -------------------
 arch/powerpc/include/asm/ppc_asm.h            |   1 -
 arch/powerpc/include/asm/processor.h          |   2 +-
 arch/powerpc/include/asm/reg.h                |   2 +
 arch/powerpc/include/asm/reg_8xx.h            |  11 +
 arch/powerpc/kernel/entry_32.S                |  19 +-
 arch/powerpc/kernel/head_32.S                 |   3 -
 arch/powerpc/kernel/head_8xx.S                |  72 +++++-
 arch/powerpc/kernel/hw_breakpoint.c           |   6 +-
 arch/powerpc/kernel/process.c                 |  22 ++
 arch/powerpc/perf/8xx-pmu.c                   | 173 +++++++++++++++
 arch/powerpc/perf/Makefile                    |   2 +
 arch/powerpc/platforms/85xx/Makefile          |   1 +
 arch/powerpc/platforms/85xx/corenet_generic.c |   1 +
 arch/powerpc/platforms/85xx/t1042rdb_diu.c    | 152 +++++++++++++
 arch/powerpc/platforms/Kconfig.cputype        |   7 +
 19 files changed, 771 insertions(+), 232 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/fsl/kmcent2.dts
 delete mode 100644 arch/powerpc/configs/85xx/kmp204x_defconfig
 create mode 100644 arch/powerpc/perf/8xx-pmu.c
 create mode 100644 arch/powerpc/platforms/85xx/t1042rdb_diu.c

Comments

Crystal Wood Feb. 17, 2017, 11:08 a.m. UTC | #1
On Fri, 2017-01-27 at 17:53 -0600, Scott Wood wrote:
> Highlights include 8xx breakpoints and perf, t1042rdb display support,
> and board updates.
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> 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 75b824727680a9d12c34d78096a5ac642e53f5d0:
> 
>   powerpc/8xx: Perf events on PPC 8xx (2017-01-26 17:49:34 -0600)
> 
> ----------------------------------------------------------------
> Christophe Leroy (4):
>       powerpc/32: Enable HW_BREAKPOINT on BOOK3S
>       powerpc/8xx: Implement hw_breakpoint
>       powerpc/32: Remove FIX_SRR1
>       powerpc/8xx: Perf events on PPC 8xx
> 
> Jason Jin (1):
>       powerpc/85xx: Enable display support for t1042rdb
> 
> Valentin Longchamp (3):
>       powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
>       powerpc/85xx: remove the kmp204x_defconfig
>       powerpc/corenet: add support for the kmcent2 board

ping?

-Scott
Michael Ellerman Feb. 18, 2017, 8 a.m. UTC | #2
Scott Wood <oss@buserror.net> writes:

> On Fri, 2017-01-27 at 17:53 -0600, Scott Wood wrote:
>> Highlights include 8xx breakpoints and perf, t1042rdb display support,
>> and board updates.
>> 
>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>> 
>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>> 
>> 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 75b824727680a9d12c34d78096a5ac642e53f5d0:
>> 
>>   powerpc/8xx: Perf events on PPC 8xx (2017-01-26 17:49:34 -0600)
>> 
>> ----------------------------------------------------------------
>> Christophe Leroy (4):
>>       powerpc/32: Enable HW_BREAKPOINT on BOOK3S
>>       powerpc/8xx: Implement hw_breakpoint
>>       powerpc/32: Remove FIX_SRR1
>>       powerpc/8xx: Perf events on PPC 8xx
>> 
>> Jason Jin (1):
>>       powerpc/85xx: Enable display support for t1042rdb
>> 
>> Valentin Longchamp (3):
>>       powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
>>       powerpc/85xx: remove the kmp204x_defconfig
>>       powerpc/corenet: add support for the kmcent2 board
>
> ping?

Yeah sorry, I've been very behind after being on leave.

I did see this and will pull it.

cheers