linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Pull request v2: scottwood/linux.git next
@ 2018-12-24  2:20 Scott Wood
  2018-12-27  6:01 ` Michael Ellerman
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2018-12-24  2:20 UTC (permalink / raw)
  To: Michael Ellerman; +Cc: linuxppc-dev

Highlights include elimination of legacy clock bindings use from dts
files, an 83xx watchdog handler, fixes to old dts interrupt errors, and
some minor cleanup.

v2: Reverted the fsl_pci_dma_set_mask patch

The following changes since commit 8c6c942d33f2a79439e86f8f406afae40a5bc767:

  powerpc/eeh: Fix debugfs_simple_attr.cocci warnings (2018-12-20 22:59:03 +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 63d86876f32440a45b6f9d42ab2fb7f68b3a8bf7:

  Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask" (2018-12-23 20:11:20 -0600)

----------------------------------------------------------------
Alexandre Belloni (1):
      powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"

Christoph Hellwig (1):
      powerpc/fsl_pci: simplify fsl_pci_dma_set_mask

Christophe Leroy (1):
      powerpc/83xx: handle machine check caused by watchdog timer

Sabyasachi Gupta (1):
      arch/powerpc/fsl_rmu: Use dma_zalloc_coherent

Scott Wood (4):
      powerpc/fsl: Use new clockgen binding
      powerpc/dts/fsl: Fix dtc-flagged interrupt errors
      powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL
      Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"

Yuantian Tang (1):
      clk: qoriq: add more compatibles strings

 .../devicetree/bindings/clock/qoriq-clock.txt      |   6 +
 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi         |   4 +-
 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi           |  15 ---
 arch/powerpc/boot/dts/fsl/mpc8641_hpcn.dts         | 128 ++++++++++-----------
 arch/powerpc/boot/dts/fsl/mpc8641_hpcn_36b.dts     | 128 ++++++++++-----------
 arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi      |   2 +
 arch/powerpc/boot/dts/fsl/p1020rdb-pc.dtsi         |   4 +-
 arch/powerpc/boot/dts/fsl/p2041si-post.dtsi        |  18 ---
 arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/p3041si-post.dtsi        |  18 ---
 arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/p4080si-post.dtsi        |  70 -----------
 arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi         |  16 +--
 arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi         |   4 +-
 arch/powerpc/boot/dts/fsl/p5040si-post.dtsi        |  18 ---
 arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi     |  47 --------
 arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi     |  30 -----
 arch/powerpc/boot/dts/fsl/t1023si-post.dtsi        |  16 ---
 arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi         |   4 +-
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  44 -------
 arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi        |  22 ----
 arch/powerpc/boot/dts/fsl/t208xsi-pre.dtsi         |   8 +-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi        |  61 ----------
 arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi         |  24 ++--
 arch/powerpc/boot/dts/mpc832x_rdb.dts              |   4 -
 arch/powerpc/configs/fsl-emb-nonhw.config          |   1 +
 arch/powerpc/include/asm/cputable.h                |   1 +
 arch/powerpc/include/asm/reg.h                     |   2 +
 arch/powerpc/kernel/cputable.c                     |  10 +-
 arch/powerpc/platforms/83xx/misc.c                 |  17 +++
 arch/powerpc/sysdev/fsl_rio.h                      |   2 +-
 arch/powerpc/sysdev/fsl_rmu.c                      |   4 +-
 35 files changed, 217 insertions(+), 551 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pull request v2: scottwood/linux.git next
  2018-12-24  2:20 Pull request v2: scottwood/linux.git next Scott Wood
@ 2018-12-27  6:01 ` Michael Ellerman
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2018-12-27  6:01 UTC (permalink / raw)
  To: Scott Wood; +Cc: linuxppc-dev

Scott Wood <oss@buserror.net> writes:

> Highlights include elimination of legacy clock bindings use from dts
> files, an 83xx watchdog handler, fixes to old dts interrupt errors, and
> some minor cleanup.
>
> v2: Reverted the fsl_pci_dma_set_mask patch
>
> The following changes since commit 8c6c942d33f2a79439e86f8f406afae40a5bc767:
>
>   powerpc/eeh: Fix debugfs_simple_attr.cocci warnings (2018-12-20 22:59:03 +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 63d86876f32440a45b6f9d42ab2fb7f68b3a8bf7:
>
>   Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask" (2018-12-23 20:11:20 -0600)
>

Pulled, thanks.

cheers

> ----------------------------------------------------------------
> Alexandre Belloni (1):
>       powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
>
> Christoph Hellwig (1):
>       powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
>
> Christophe Leroy (1):
>       powerpc/83xx: handle machine check caused by watchdog timer
>
> Sabyasachi Gupta (1):
>       arch/powerpc/fsl_rmu: Use dma_zalloc_coherent
>
> Scott Wood (4):
>       powerpc/fsl: Use new clockgen binding
>       powerpc/dts/fsl: Fix dtc-flagged interrupt errors
>       powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL
>       Revert "powerpc/fsl_pci: simplify fsl_pci_dma_set_mask"
>
> Yuantian Tang (1):
>       clk: qoriq: add more compatibles strings
>
>  .../devicetree/bindings/clock/qoriq-clock.txt      |   6 +
>  arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi         |   4 +-
>  arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/b4si-post.dtsi           |  15 ---
>  arch/powerpc/boot/dts/fsl/mpc8641_hpcn.dts         | 128 ++++++++++-----------
>  arch/powerpc/boot/dts/fsl/mpc8641_hpcn_36b.dts     | 128 ++++++++++-----------
>  arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi      |   2 +
>  arch/powerpc/boot/dts/fsl/p1020rdb-pc.dtsi         |   4 +-
>  arch/powerpc/boot/dts/fsl/p2041si-post.dtsi        |  18 ---
>  arch/powerpc/boot/dts/fsl/p2041si-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/p3041si-post.dtsi        |  18 ---
>  arch/powerpc/boot/dts/fsl/p3041si-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/p4080si-post.dtsi        |  70 -----------
>  arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi         |  16 +--
>  arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi         |   4 +-
>  arch/powerpc/boot/dts/fsl/p5040si-post.dtsi        |  18 ---
>  arch/powerpc/boot/dts/fsl/p5040si-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/qoriq-clockgen1.dtsi     |  47 --------
>  arch/powerpc/boot/dts/fsl/qoriq-clockgen2.dtsi     |  30 -----
>  arch/powerpc/boot/dts/fsl/t1023si-post.dtsi        |  16 ---
>  arch/powerpc/boot/dts/fsl/t102xsi-pre.dtsi         |   4 +-
>  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  44 -------
>  arch/powerpc/boot/dts/fsl/t104xsi-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/t2081si-post.dtsi        |  22 ----
>  arch/powerpc/boot/dts/fsl/t208xsi-pre.dtsi         |   8 +-
>  arch/powerpc/boot/dts/fsl/t4240si-post.dtsi        |  61 ----------
>  arch/powerpc/boot/dts/fsl/t4240si-pre.dtsi         |  24 ++--
>  arch/powerpc/boot/dts/mpc832x_rdb.dts              |   4 -
>  arch/powerpc/configs/fsl-emb-nonhw.config          |   1 +
>  arch/powerpc/include/asm/cputable.h                |   1 +
>  arch/powerpc/include/asm/reg.h                     |   2 +
>  arch/powerpc/kernel/cputable.c                     |  10 +-
>  arch/powerpc/platforms/83xx/misc.c                 |  17 +++
>  arch/powerpc/sysdev/fsl_rio.h                      |   2 +-
>  arch/powerpc/sysdev/fsl_rmu.c                      |   4 +-
>  35 files changed, 217 insertions(+), 551 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Pull request v2: scottwood/linux.git next
@ 2013-10-29 22:52 Scott Wood
  0 siblings, 0 replies; 3+ messages in thread
From: Scott Wood @ 2013-10-29 22:52 UTC (permalink / raw)
  To: benh; +Cc: linuxppc-dev

This amends the previous pull request with a fix to a build break
when CONFIG_PPC_EMULATED_STATS is enabled.

The following changes since commit 3ad26e5c4459d3793ad65bc8929037c70515df83:

  Merge branch 'for-kvm' into next (2013-10-11 18:23:53 +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 a3821b2af185b64e3382c45fbdaa2cbc91ce14b8:

  powerpc: Fix PPC_EMULATED_STATS build break with sync patch (2013-10-28 22:08:55 -0500)

----------------------------------------------------------------
Bharat Bhushan (3):
      powerpc: remove unnecessary line continuations
      powerpc: move debug registers in a structure
      powerpc: export debug registers save function for KVM

Christian Kujau (1):
      powerpc/6xx: CONFIG_MCU_MPC8349EMITX cannot be a module

Chunhe Lan (1):
      powerpc/pci: Change the DECLARE_PCI_FIXUP_{HEADER => EARLY} macro of pci quirk

Haijun.Zhang (2):
      powerpc/eSDCH: Specify voltage for T4240QDS
      powerpc/dts: Correct sdhci quirk for bsc9131

Hongtao Jia (1):
      powerpc: Add I2C bus multiplexer node for B4 and T4240QDS

James Yang (2):
      powerpc: Emulate sync instruction variants
      powerpc/booke: clear DBCR0_BT in user_disable_single_step()

Kevin Hao (3):
      powerpc/85xx: introduce corenet_generic machine
      powerpc/85xx: rename the corenet_ds.c to corenet_generic.c
      powerpc/85xx: use one kernel option for all the CoreNet_Generic boards

LEROY Christophe (4):
      powerpc/mpc8xx: Clearer Oops message for Software Emulation Exception
      powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcb
      powerpc/8xx: Fixing issue with CONFIG_PIN_TLB
      powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLB

Lijun Pan (2):
      powerpc/e6500: Include Power ISA properties
      powerpc/e500v2: Include Power ISA properties

Mihai Caraman (2):
      powerpc/booke64: Use common defines for AltiVec interrupts numbers
      powerpc/fsl-booke: Use common defines for SPE/FP interrupts numbers

Minghuan Lian (1):
      powerpc/dts: fix sRIO error interrupt for b4860

Paul Bolle (1):
      powerpc: remove dependency on MV64360

Prabhakar Kushwaha (1):
      powerpc/dts/c293pcie: Add range field for IFC NAND

Scott Wood (2):
      powerpc/b4qds: enable coreint
      powerpc: Fix PPC_EMULATED_STATS build break with sync patch

Shengzhou Liu (1):
      powerpc/fsl/defconfig: enable CONFIG_AT803X_PHY

Suzuki Poulose (1):
      powerpc: Set the NOTE type for SPE regset

Tiejun Chen (1):
      powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_info

Wei Yongjun (2):
      powerpc/6xx: add missing iounmap() on error in hlwd_pic_init()
      powerpc/mv643xx_eth: fix return check in mv64x60_eth_register_shared_pdev()

Wolfram Sang (1):
      arch/powerpc/platforms/83xx: Remove obsolete cleanup for clientdata

York Sun (2):
      powerpc/t4240emu: Add device tree file for t4240emu
      powerpc/b4860emu: Add device tree file for b4860emu

Zhao Qiang (1):
      powerpc/p1010rdb: add P1010RDB-PB platform support

 arch/powerpc/Kconfig                           |   2 +-
 arch/powerpc/boot/dts/b4860emu.dts             | 218 ++++++++++++++++++++
 arch/powerpc/boot/dts/b4qds.dtsi               |  51 +++--
 arch/powerpc/boot/dts/c293pcie.dts             |   1 +
 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi     |   2 +
 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi    |   2 +-
 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi     |   2 +
 arch/powerpc/boot/dts/fsl/bsc9131si-post.dtsi  |   2 +-
 arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi   |   3 +
 arch/powerpc/boot/dts/t4240emu.dts             | 268 +++++++++++++++++++++++++
 arch/powerpc/boot/dts/t4240qds.dts             |  73 ++++---
 arch/powerpc/configs/corenet32_smp_defconfig   |   7 +-
 arch/powerpc/configs/corenet64_smp_defconfig   |   5 +-
 arch/powerpc/configs/mpc85xx_defconfig         |   1 +
 arch/powerpc/configs/mpc85xx_smp_defconfig     |   1 +
 arch/powerpc/configs/ppc64e_defconfig          |   2 +-
 arch/powerpc/configs/ppc6xx_defconfig          |   2 +-
 arch/powerpc/include/asm/emulated_ops.h        |   1 +
 arch/powerpc/include/asm/ppc-opcode.h          |   2 +
 arch/powerpc/include/asm/processor.h           |  34 ++--
 arch/powerpc/include/asm/reg_booke.h           |   8 +-
 arch/powerpc/include/asm/switch_to.h           |   1 +
 arch/powerpc/kernel/asm-offsets.c              |   2 +-
 arch/powerpc/kernel/exceptions-64e.S           |   5 +-
 arch/powerpc/kernel/head_8xx.S                 |   3 +
 arch/powerpc/kernel/head_fsl_booke.S           |  10 +-
 arch/powerpc/kernel/kgdb.c                     |   6 +-
 arch/powerpc/kernel/process.c                  |  45 +++--
 arch/powerpc/kernel/ptrace.c                   | 156 +++++++-------
 arch/powerpc/kernel/ptrace32.c                 |   2 +-
 arch/powerpc/kernel/signal_32.c                |   6 +-
 arch/powerpc/kernel/traps.c                    |  46 +++--
 arch/powerpc/mm/init_32.c                      |   5 +
 arch/powerpc/mm/pgtable.c                      |  19 +-
 arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c |   1 -
 arch/powerpc/platforms/85xx/Kconfig            | 101 +---------
 arch/powerpc/platforms/85xx/Makefile           |   8 +-
 arch/powerpc/platforms/85xx/b4_qds.c           | 102 ----------
 arch/powerpc/platforms/85xx/corenet_ds.c       |  96 ---------
 arch/powerpc/platforms/85xx/corenet_ds.h       |  19 --
 arch/powerpc/platforms/85xx/corenet_generic.c  | 182 +++++++++++++++++
 arch/powerpc/platforms/85xx/p1010rdb.c         |   2 +
 arch/powerpc/platforms/85xx/p2041_rdb.c        |  87 --------
 arch/powerpc/platforms/85xx/p3041_ds.c         |  89 --------
 arch/powerpc/platforms/85xx/p4080_ds.c         |  87 --------
 arch/powerpc/platforms/85xx/p5020_ds.c         |  93 ---------
 arch/powerpc/platforms/85xx/p5040_ds.c         |  84 --------
 arch/powerpc/platforms/85xx/t4240_qds.c        |  93 ---------
 arch/powerpc/platforms/embedded6xx/hlwd-pic.c  |   1 +
 arch/powerpc/sysdev/fsl_pci.c                  |   5 +-
 arch/powerpc/sysdev/mv64x60_dev.c              |   2 +-
 51 files changed, 964 insertions(+), 1081 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/b4860emu.dts
 create mode 100644 arch/powerpc/boot/dts/t4240emu.dts
 delete mode 100644 arch/powerpc/platforms/85xx/b4_qds.c
 delete mode 100644 arch/powerpc/platforms/85xx/corenet_ds.c
 delete mode 100644 arch/powerpc/platforms/85xx/corenet_ds.h
 create mode 100644 arch/powerpc/platforms/85xx/corenet_generic.c
 delete mode 100644 arch/powerpc/platforms/85xx/p2041_rdb.c
 delete mode 100644 arch/powerpc/platforms/85xx/p3041_ds.c
 delete mode 100644 arch/powerpc/platforms/85xx/p4080_ds.c
 delete mode 100644 arch/powerpc/platforms/85xx/p5020_ds.c
 delete mode 100644 arch/powerpc/platforms/85xx/p5040_ds.c
 delete mode 100644 arch/powerpc/platforms/85xx/t4240_qds.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-27  6:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-24  2:20 Pull request v2: scottwood/linux.git next Scott Wood
2018-12-27  6:01 ` Michael Ellerman
  -- strict thread matches above, loose matches on Subject: below --
2013-10-29 22:52 Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).