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
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-12-23 13:15:49
Hi Scott,
Scott Wood [off-list ref] 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
From: Scott Wood <oss@buserror.net> Date: 2018-12-24 02:13:39
On Mon, 2018-12-24 at 00:13 +1100, Michael Ellerman wrote:
Hi Scott,
Scott Wood [off-list ref] writes:
quoted
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