mbox series

Pull request: scottwood/linux.git next

Message ID 20181222044250.GA7651@home.buserror.net (mailing list archive)
State Not Applicable
Headers show
Series Pull request: scottwood/linux.git next | expand

Pull-request

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

Message

Crystal Wood Dec. 22, 2018, 4:42 a.m. UTC
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.

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 5f470b3638a4ed03df79b993ece819cac2f4ca7e:

  powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL (2018-12-21 22:07:54 -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 (3):
      powerpc/fsl: Use new clockgen binding
      powerpc/dts/fsl: Fix dtc-flagged interrupt errors
      powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL

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_pci.c                      |   6 +-
 arch/powerpc/sysdev/fsl_rio.h                      |   2 +-
 arch/powerpc/sysdev/fsl_rmu.c                      |   4 +-
 36 files changed, 218 insertions(+), 556 deletions(-)

Comments

Christophe Leroy Dec. 22, 2018, 10:50 a.m. UTC | #1
Hi Scott,

Le 22/12/2018 à 05:42, Scott Wood a écrit :
> 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.
> 
> 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 5f470b3638a4ed03df79b993ece819cac2f4ca7e:
> 
>    powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL (2018-12-21 22:07:54 -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

kbuild robot reported a build failure, most likely due to missing 
asm/debug.h
Did you fix it or do you need an updated patch ?

Christophe

> 
> Sabyasachi Gupta (1):
>        arch/powerpc/fsl_rmu: Use dma_zalloc_coherent
> 
> Scott Wood (3):
>        powerpc/fsl: Use new clockgen binding
>        powerpc/dts/fsl: Fix dtc-flagged interrupt errors
>        powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL
> 
> 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_pci.c                      |   6 +-
>   arch/powerpc/sysdev/fsl_rio.h                      |   2 +-
>   arch/powerpc/sysdev/fsl_rmu.c                      |   4 +-
>   36 files changed, 218 insertions(+), 556 deletions(-)
> 

---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus
Crystal Wood Dec. 22, 2018, 8:01 p.m. UTC | #2
On Sat, 2018-12-22 at 11:50 +0100, christophe leroy wrote:
> Hi Scott,
> 
> Le 22/12/2018 à 05:42, Scott Wood a écrit :
> > Christophe Leroy (1):
> >        powerpc/83xx: handle machine check caused by watchdog timer
> 
> kbuild robot reported a build failure, most likely due to missing 
> asm/debug.h
> Did you fix it or do you need an updated patch ?

I added the missing #include

-Scott
Michael Ellerman Dec. 23, 2018, 1:13 p.m. UTC | #3
Hi Scott,

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.
>
> 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 5f470b3638a4ed03df79b993ece819cac2f4ca7e:
>
>   powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL (2018-12-21 22:07:54 -0600)
>
> ----------------------------------------------------------------
> Alexandre Belloni (1):
>       powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
>
> Christoph Hellwig (1):
>       powerpc/fsl_pci: simplify fsl_pci_dma_set_mask

This one breaks networking on my p5020ds.

dmesg is just full of:

  e1000e 2000:01:00.0: Tx DMA map failed

Haven't had time to dig any further.

cheers
Crystal Wood Dec. 24, 2018, 2:09 a.m. UTC | #4
On Mon, 2018-12-24 at 00:13 +1100, Michael Ellerman wrote:
> Hi Scott,
> 
> 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.
> > 
> > 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 5f470b3638a4ed03df79b993ece819cac2f4ca7e:
> > 
> >   powerpc/configs/85xx: Enable CONFIG_DEBUG_KERNEL (2018-12-21 22:07:54
> > -0600)
> > 
> > ----------------------------------------------------------------
> > Alexandre Belloni (1):
> >       powerpc/fsl-rio: fix spelling mistake "reserverd" -> "reserved"
> > 
> > Christoph Hellwig (1):
> >       powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
> 
> This one breaks networking on my p5020ds.
> 
> dmesg is just full of:
> 
>   e1000e 2000:01:00.0: Tx DMA map failed
> 
> Haven't had time to dig any further.

OK, I'll revert.  My t4240rdb doesn't have PCI devices, so I wasn't able to
test it.

-Scott
Christoph Hellwig Dec. 27, 2018, 1:10 p.m. UTC | #5
On Sun, Dec 23, 2018 at 08:09:19PM -0600, Scott Wood wrote:
> > > Christoph Hellwig (1):
> > >       powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
> > 
> > This one breaks networking on my p5020ds.
> > 
> > dmesg is just full of:
> > 
> >   e1000e 2000:01:00.0: Tx DMA map failed
> > 
> > Haven't had time to dig any further.
> 
> OK, I'll revert.  My t4240rdb doesn't have PCI devices, so I wasn't able to
> test it.

How did this patch end up in your tree?  I don't think it has a chance
to work Without the rest of the series.
Crystal Wood Dec. 28, 2018, 12:03 a.m. UTC | #6
On Thu, 2018-12-27 at 14:10 +0100, Christoph Hellwig wrote:
> On Sun, Dec 23, 2018 at 08:09:19PM -0600, Scott Wood wrote:
> > > > Christoph Hellwig (1):
> > > >       powerpc/fsl_pci: simplify fsl_pci_dma_set_mask
> > > 
> > > This one breaks networking on my p5020ds.
> > > 
> > > dmesg is just full of:
> > > 
> > >   e1000e 2000:01:00.0: Tx DMA map failed
> > > 
> > > Haven't had time to dig any further.
> > 
> > OK, I'll revert.  My t4240rdb doesn't have PCI devices, so I wasn't able
> > to
> > test it.
> 
> How did this patch end up in your tree?  I don't think it has a chance
> to work Without the rest of the series.

It got dropped into my patchwork to-do and I didn't look closely enough at the
context -- sorry about that.

-Scott