Pull request: scottwood/linux.git next

2019-11-17 Thread Scott Wood
Includes a couple of device tree fixes, a spelling fix, and leftover code cleanup. The following changes since commit 565f9bc05e2dad6c7fdfc7c2e641be580aa599cd: powerpc/fadump: when fadump is supported register the fadump sysfs files. (2019-11-13 16:58:11 +1100) are available in the Git

Re: Pull request: scottwood/linux.git next

2019-11-13 Thread Jason Yan
On 2019/11/13 17:23, Michael Ellerman wrote: It needs to use PTRRELOC() for the kernstart_virt_addr accesses. I've made that change and squashed it into the series. I've pushed that as a branch to here: https://github.com/linuxppc/linux/commits/topic/kaslr-book3e32 That boots for me on

Re: Pull request: scottwood/linux.git next

2019-11-13 Thread Michael Ellerman
Scott Wood writes: > This contains KASLR support for book3e 32-bit. > > The following changes since commit 612ee81b9461475b5a5612c2e8d71559dd3c7920: > > powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set} > (2019-10-10 20:15:53 +1100) > > are available in the Git repository

Re: Pull request: scottwood/linux.git next

2019-11-03 Thread Jason Yan
On 2019/11/2 18:38, Michael Ellerman wrote: Jason Yan writes: Hi Michael, Can you pull this to linux-next so that we can test it on linux-next for some time? Yes I plan to, I've just been busy doing other things. As Scott said it's in linux-next anyway. Yeah, I found it in linux-next.

Re: Pull request: scottwood/linux.git next

2019-11-03 Thread Jason Yan
On 2019/11/2 1:01, Scott Wood wrote: On Thu, 2019-10-31 at 10:01 +0800, Jason Yan wrote: Hi Michael, Can you pull this to linux-next so that we can test it on linux-next for some time? Thanks, Jason FWIW, my tree is included in linux-next. Ah, I found it in linux-next. Thank you so

Re: Pull request: scottwood/linux.git next

2019-11-02 Thread Michael Ellerman
Jason Yan writes: > Hi Michael, Can you pull this to linux-next so that we can test it on > linux-next for some time? Yes I plan to, I've just been busy doing other things. As Scott said it's in linux-next anyway. cheers > On 2019/10/23 7:21, Scott Wood wrote: >> This contains KASLR support

Re: Pull request: scottwood/linux.git next

2019-11-01 Thread Scott Wood
On Thu, 2019-10-31 at 10:01 +0800, Jason Yan wrote: > Hi Michael, Can you pull this to linux-next so that we can test it on > linux-next for some time? > > Thanks, > Jason FWIW, my tree is included in linux-next. -Scott

Re: Pull request: scottwood/linux.git next

2019-10-30 Thread Jason Yan
Hi Michael, Can you pull this to linux-next so that we can test it on linux-next for some time? Thanks, Jason On 2019/10/23 7:21, Scott Wood wrote: This contains KASLR support for book3e 32-bit. The following changes since commit 612ee81b9461475b5a5612c2e8d71559dd3c7920:

Pull request: scottwood/linux.git next

2019-10-22 Thread Scott Wood
This contains KASLR support for book3e 32-bit. The following changes since commit 612ee81b9461475b5a5612c2e8d71559dd3c7920: powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set} (2019-10-10 20:15:53 +1100) are available in the Git repository at:

Re: Pull request: scottwood/linux.git next

2018-12-27 Thread Scott Wood
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

Re: Pull request: scottwood/linux.git next

2018-12-27 Thread Christoph Hellwig
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

Re: Pull request: scottwood/linux.git next

2018-12-23 Thread Scott Wood
On Mon, 2018-12-24 at 00:13 +1100, Michael Ellerman wrote: > Hi Scott, > > Scott Wood 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

Re: Pull request: scottwood/linux.git next

2018-12-23 Thread Michael Ellerman
Hi Scott, Scott Wood 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:

Re: Pull request: scottwood/linux.git next

2018-12-22 Thread Scott Wood
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 >

Re: Pull request: scottwood/linux.git next

2018-12-22 Thread christophe leroy
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:

Pull request: scottwood/linux.git next

2018-12-21 Thread Scott Wood
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

Pull request: scottwood/linux.git next

2018-10-22 Thread Scott Wood
This contains a couple device tree updates, and a fix for a missing prototype warning. The following changes since commit a0e102914aa3f619a5bc68a0d33e17d1788cdf4c: powerpc/io: remove old GCC version implementation (2018-10-19 00:56:17 +1100) are available in the Git repository at:

Pull request: scottwood/linux.git next

2018-08-10 Thread Scott Wood
This contains an 8xx compilation fix, and a dpaa device tree fix. The following changes since commit 77b5f703dcc859915f0f20d92bc538e4a99ef149: powerpc/powernv/opal: Use standard interrupts property when available (2018-08-08 00:32:38 +1000) are available in the Git repository at:

Re: Pull request: scottwood/linux.git next

2018-01-22 Thread Michael Ellerman
Scott Wood writes: > Contains fixes for CPM GPIO and an FSL PCI erratum workaround, > plus a minor cleanup patch. > > The following changes since commit f2ac428e0edabbca41b9dfe9473a90147962e4e9: > > powerpc/pseries/cpuidle: add polling idle for shared processor guests >

Pull request: scottwood/linux.git next

2018-01-21 Thread Scott Wood
Contains fixes for CPM GPIO and an FSL PCI erratum workaround, plus a minor cleanup patch. The following changes since commit f2ac428e0edabbca41b9dfe9473a90147962e4e9: powerpc/pseries/cpuidle: add polling idle for shared processor guests (2018-01-18 15:43:44 +1100) are available in the git

Pull request: scottwood/linux.git next

2017-08-28 Thread Scott Wood
The following changes since commit d1d0d5ffb3006eaf9b5f41c89fe801e032cbbfe4: powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch) (2017-08-23 23:48:38 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next for you to fetch

Pull request: scottwood/linux.git next

2017-05-05 Thread Scott Wood
Includes a fix for a powerpc/next mm regression on 64e, a fix for a kernel hang on 64e when using a debugger inside a relocated kernel, a qman fix, and misc qe improvements. The following changes since commit 096ff2ddba83bf022d593a3096d683e57c4befb0: powerpc/ftrace/64: Split further based on

Re: Pull request: scottwood/linux.git next

2017-02-18 Thread Michael Ellerman
Scott Wood 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

Re: Pull request: scottwood/linux.git next

2017-02-17 Thread Scott Wood
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

Pull request: scottwood/linux.git next

2017-01-27 Thread Scott Wood
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:

Re: Pull request: scottwood/linux.git next

2016-12-13 Thread Aneesh Kumar K.V
"Aneesh Kumar K.V" writes: > Scott Wood writes: > >> Highlights include 8xx hugepage support, qbman fixes/cleanup, device >> tree updates, and some misc cleanup. >> >> The following changes since commit

Re: Pull request: scottwood/linux.git next

2016-12-13 Thread Aneesh Kumar K.V
Scott Wood writes: > Highlights include 8xx hugepage support, qbman fixes/cleanup, device > tree updates, and some misc cleanup. > > The following changes since commit 555c16328ae6d75a90e234eac9b51998d68f185b: > > powerpc/mm: Correct process and partition table max size

Pull request: scottwood/linux.git next

2016-12-12 Thread Scott Wood
Highlights include 8xx hugepage support, qbman fixes/cleanup, device tree updates, and some misc cleanup. The following changes since commit 555c16328ae6d75a90e234eac9b51998d68f185b: powerpc/mm: Correct process and partition table max size (2016-11-17 17:11:53 +1100) are available in the git

Pull request: scottwood/linux.git next

2016-09-27 Thread Scott Wood
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. The following changes since commit f1a55ce0544251746d9b52fb85ad32f31a43fbd2: powerpc: Clean up

Pull request: scottwood/linux.git next

2016-07-21 Thread Scott Wood
Highlights include more 8xx optimizations, device tree updates, and MVME7100 support. The following changes since commit 63a72284b159c569ec52f380c9a8dd9342d43bb8: powerpc/pci: Assign fixed PHB number based on device-tree properties (2016-07-07 22:06:55 +1000) are available in the git

Re: Pull request: scottwood/linux.git next

2016-05-19 Thread Michael Ellerman
On Mon, 2016-05-16 at 20:37 -0500, Scott Wood wrote: > Sorry for the lateness... > > Contains include 86xx fixes, minor device tree fixes, an erratum > workaround, and a kconfig dependency fix. Thanks, merged into next and pushed. Will send a pull request to Linus late tomorrow once the whole

Pull request: scottwood/linux.git next

2016-05-16 Thread Scott Wood
Sorry for the lateness... Contains include 86xx fixes, minor device tree fixes, an erratum workaround, and a kconfig dependency fix. The following changes since commit 1d4e89cf0a4e819fbde428e9e5286e7141a02e06: powerpc/powernv/npu: Add PE to PHB's list (2016-05-12 19:56:25 +1000) are

Re: Pull request: scottwood/linux.git next

2016-03-15 Thread Scott Wood
On Tue, 2016-03-15 at 20:07 +1100, Michael Ellerman wrote: > On Tue, 2016-03-15 at 02:01 -0500, Scott Wood wrote: > > On Tue, 2016-03-15 at 11:19 +1100, Michael Ellerman wrote: > > > On Fri, 2016-03-11 at 21:15 -0600, Scott Wood wrote: > > > > powerpc/mpc85xx: Add CPU hotplug support for

Re: Pull request: scottwood/linux.git next

2016-03-15 Thread Christophe Leroy
Le 15/03/2016 08:01, Scott Wood a écrit : On Tue, 2016-03-15 at 11:19 +1100, Michael Ellerman wrote: On Fri, 2016-03-11 at 21:15 -0600, Scott Wood wrote: Highlights include 8xx optimizations, 32-bit checksum optimizations, 86xx consolidation, e5500/e6500 cpu hotplug, more fman and other dt

Re: Pull request: scottwood/linux.git next

2016-03-15 Thread Michael Ellerman
On Tue, 2016-03-15 at 02:01 -0500, Scott Wood wrote: > On Tue, 2016-03-15 at 11:19 +1100, Michael Ellerman wrote: > > On Fri, 2016-03-11 at 21:15 -0600, Scott Wood wrote: > > > > > Highlights include 8xx optimizations, 32-bit checksum optimizations, 86xx > > > consolidation, e5500/e6500 cpu

Re: Pull request: scottwood/linux.git next

2016-03-15 Thread Scott Wood
On Tue, 2016-03-15 at 11:19 +1100, Michael Ellerman wrote: > On Fri, 2016-03-11 at 21:15 -0600, Scott Wood wrote: > > > Highlights include 8xx optimizations, 32-bit checksum optimizations, 86xx > > consolidation, e5500/e6500 cpu hotplug, more fman and other dt bits, and > > minor fixes/cleanup. >

Re: Pull request: scottwood/linux.git next

2016-03-14 Thread Michael Ellerman
On Fri, 2016-03-11 at 21:15 -0600, Scott Wood wrote: > Highlights include 8xx optimizations, 32-bit checksum optimizations, 86xx > consolidation, e5500/e6500 cpu hotplug, more fman and other dt bits, and > minor fixes/cleanup. Hi Scott, This one's giving me a few troubles. > chenhui zhao (6):

Pull request: scottwood/linux.git next

2016-03-11 Thread Scott Wood
Highlights include 8xx optimizations, 32-bit checksum optimizations, 86xx consolidation, e5500/e6500 cpu hotplug, more fman and other dt bits, and minor fixes/cleanup. The following changes since commit ee3b93ebfbed6279f7a329001433c75c50ddfcc9: powerpc/mm: Move hash64 tlbflush code into a new

Re: Pull request: scottwood/linux.git next

2016-01-14 Thread Michael Ellerman
On Mon, 2016-01-04 at 15:38 -0600, Scott Wood wrote: > Highlights include moving QE code out of arch/powerpc (to be shared with > arm), device tree updates, and minor fixes. > > Sorry for sending this in so late and not getting to everything in my > queue -- in addition to the holidays I've been

Pull request: scottwood/linux.git next

2016-01-04 Thread Scott Wood
Highlights include moving QE code out of arch/powerpc (to be shared with arm), device tree updates, and minor fixes. Sorry for sending this in so late and not getting to everything in my queue -- in addition to the holidays I've been slowed down by email troubles and a broken arm. The following

Pull request: scottwood/linux.git next

2015-10-28 Thread Scott Wood
Highlights include 64-bit book3e kexec/kdump support, a rework of the qoriq clock driver, device tree changes including qoriq fman nodes, support for a new 85xx board, and some fixes. Note that there is a trivial merge conflict with the clock tree's next branch, in the clock Makefile. The

Re: Pull request: scottwood/linux.git next

2015-08-26 Thread Scott Wood
On Mon, 2015-08-17 at 23:30 -0500, Scott Wood wrote: Highlights include 32-bit memcpy/memset optimizations, checksum optimizations, 85xx config fragments and updates, device tree updates, e6500 fixes for non-SMP, and misc cleanup and minor fixes. The following changes since commit

Re: Pull request: scottwood/linux.git next

2015-08-26 Thread Michael Ellerman
On Wed, 2015-08-26 at 09:14 -0500, Scott Wood wrote: On Mon, 2015-08-17 at 23:30 -0500, Scott Wood wrote: Highlights include 32-bit memcpy/memset optimizations, checksum optimizations, 85xx config fragments and updates, device tree updates, e6500 fixes for non-SMP, and misc cleanup and

Pull request: scottwood/linux.git next

2015-08-17 Thread Scott Wood
Highlights include 32-bit memcpy/memset optimizations, checksum optimizations, 85xx config fragments and updates, device tree updates, e6500 fixes for non-SMP, and misc cleanup and minor fixes. The following changes since commit 79cd95200035fb4b39b089dd01c13302eee6ee03: powerpc/eeh: Dump PHB

Pull request: scottwood/linux.git next

2015-06-05 Thread Scott Wood
Highlights include more 8xx optimizations, an e6500 hugetlb optimization, QMan device tree nodes, t1024/t1023 support, and various fixes and cleanup. The following changes since commit 763d2d8df1ee2b92ff09cd58f6034021e2cabf6d: powerpc/powernv: Move dma_set_mask() from pnv_phb to

Pull request: scottwood/linux.git next

2015-04-02 Thread Scott Wood
Highlights include BMan device tree nodes, an MSI erratum workaround, a couple minor performance improvements, config updates, and misc fixes/cleanup. The following changes since commit 6eca8933d3ff17bff39d5f10a2a22366d8622fa6: powerpc/kernel: Rename copy_thread() 'arg' argument to

Re: Pull request: scottwood/linux.git next

2015-02-03 Thread Michael Ellerman
On Tue, 2015-02-03 at 19:05 -0600, Scott Wood wrote: On Wed, 2015-02-04 at 11:58 +1100, Michael Ellerman wrote: On Tue, 2015-02-03 at 11:20 -0600, Scott Wood wrote: Highlights include 8xx optimizations, some more work on datapath device tree content, e300 machine check support, t1040

Pull request: scottwood/linux.git next

2015-02-03 Thread Scott Wood
Highlights include 8xx optimizations, some more work on datapath device tree content, e300 machine check support, t1040 corenet error reporting, and various cleanups and fixes. The following changes since commit 31494cf3532cfee0bf5c913ac9962971aab7b1d4: powerpc/powernv: Don't alloc IRQ map if

Re: Pull request: scottwood/linux.git next

2015-02-03 Thread Scott Wood
On Wed, 2015-02-04 at 11:58 +1100, Michael Ellerman wrote: On Tue, 2015-02-03 at 11:20 -0600, Scott Wood wrote: Highlights include 8xx optimizations, some more work on datapath device tree content, e300 machine check support, t1040 corenet error reporting, and various cleanups and fixes.

Re: Pull request: scottwood/linux.git next

2015-02-03 Thread Michael Ellerman
On Tue, 2015-02-03 at 11:20 -0600, Scott Wood wrote: Highlights include 8xx optimizations, some more work on datapath device tree content, e300 machine check support, t1040 corenet error reporting, and various cleanups and fixes. The following changes since commit

Pull request: scottwood/linux.git next

2014-11-17 Thread Scott Wood
Highlights include a bunch of 8xx optimizations, device tree bindings for Freescale BMan, QMan, and FMan datapath components, misc device tree updates, and inbound rio window support. The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4: Linux 3.18-rc3 (2014-11-02

Re: Pull request: scottwood/linux.git next

2014-10-03 Thread Scott Wood
On Mon, 2014-09-22 at 17:21 -0500, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board support, and PrPMC PCI enumeration. The following changes since commit

Re: Pull request: scottwood/linux.git next

2014-10-03 Thread Stephen Rothwell
Hi Scott, On Fri, 3 Oct 2014 14:52:53 -0500 Scott Wood scottw...@freescale.com wrote: On Mon, 2014-09-22 at 17:21 -0500, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board

Re: Pull request: scottwood/linux.git next

2014-09-23 Thread Joakim Tjernlund
Linuxppc-dev linuxppc-dev-bounces+joakim.tjernlund=transmode...@lists.ozlabs.org wrote on 2014/09/23 07:45:06: On Mon, 2014-09-22 at 23:52 -0400, Bob Cochran wrote: On 09/22/2014 06:21 PM, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL

Re: Pull request: scottwood/linux.git next

2014-09-23 Thread Scott Wood
On Tue, 2014-09-23 at 12:47 +0200, Joakim Tjernlund wrote: Linuxppc-dev linuxppc-dev-bounces+joakim.tjernlund=transmode...@lists.ozlabs.org wrote on 2014/09/23 07:45:06: On Mon, 2014-09-22 at 23:52 -0400, Bob Cochran wrote: On 09/22/2014 06:21 PM, Scott Wood wrote: Highlights

Re: Pull request: scottwood/linux.git next

2014-09-23 Thread Bob Cochran
On 09/23/2014 01:45 AM, Scott Wood wrote: On Mon, 2014-09-22 at 23:52 -0400, Bob Cochran wrote: On 09/22/2014 06:21 PM, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board support, and

Pull request: scottwood/linux.git next

2014-09-22 Thread Scott Wood
Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board support, and PrPMC PCI enumeration. The following changes since commit 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d: powerpc/t2080rdb: Add T2080RDB board

Re: Pull request: scottwood/linux.git next

2014-09-22 Thread Bob Cochran
On 09/22/2014 06:21 PM, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board support, and PrPMC PCI enumeration. The following changes since commit

Re: Pull request: scottwood/linux.git next

2014-09-22 Thread Scott Wood
On Mon, 2014-09-22 at 23:52 -0400, Bob Cochran wrote: On 09/22/2014 06:21 PM, Scott Wood wrote: Highlights include DMA32 zone support (SATA, USB, etc now works on 64-bit FSL kernels), MSI changes, 8xx optimizations and cleanup, t104x board support, and PrPMC PCI enumeration. The

Pull request: scottwood/linux.git next

2014-08-01 Thread Scott Wood
Highlights include e6500 hardware threading support, an e6500 TLB erratum workaround, corenet error reporting, support for a new board, and some minor fixes. The following changes since commit cd1154770ba984f4c766cac5ea42c38880080b1d: powerpc/85xx: drop hypervisor specific board compatibles

Pull request: scottwood/linux.git next

2014-07-02 Thread Scott Wood
Highlights include MAINTAINERS updates, t4240rdb and t2080qds support, removal of the long-broken mpc8xx pcmcia driver, and various minor fixes and updates. The following changes since commit 68986c9f0f4552c34c248501eb0c690553866d6e: Revert offb: Add palette hack for little endian (2014-06-16

Re: Pull request: scottwood/linux.git next

2014-03-24 Thread Scott Wood
On Mon, 2014-03-24 at 10:33 +1100, Benjamin Herrenschmidt wrote: On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: powerpc/powernv

Re: Pull request: scottwood/linux.git next

2014-03-23 Thread Benjamin Herrenschmidt
On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) are available in the git repository at:

Re: Pull request: scottwood/linux.git next

2014-03-23 Thread Benjamin Herrenschmidt
On Mon, 2014-03-24 at 10:16 +1100, Benjamin Herrenschmidt wrote: On Wed, 2014-03-19 at 23:25 -0500, Scott Wood wrote: The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +1100) are available in the

Pull request: scottwood/linux.git next

2014-03-19 Thread Scott Wood
The following changes since commit c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac: powerpc/powernv Platform dump interface (2014-03-07 16:19:10 +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

Pull request: scottwood/linux.git next

2013-10-28 Thread Scott Wood
Sorry again for the lateness. I tried to get this done before the conferences last week, but it just didn't happen. Highlights include corenet board file consolidation, the ability to run userspaces with lwsync on e500v1/v2, some cleanup patches that other KVM patches will build on, support for

Re: Pull request: scottwood/linux.git next

2013-10-28 Thread Scott Wood
On Mon, 2013-10-28 at 21:44 -0500, Scott Wood wrote: Sorry again for the lateness. I tried to get this done before the conferences last week, but it just didn't happen. Highlights include corenet board file consolidation, the ability to run userspaces with lwsync on e500v1/v2, some cleanup

Re: Pull request: scottwood/linux.git next

2013-08-26 Thread Scott Wood
On Fri, 2013-08-23 at 20:07 -0500, Scott Wood wrote: The following changes since commit afbcdd97bf117bc2d01b865a32f78f662437a4d8: powerpc/wsp: Fix early debug build (2013-08-16 10:59:27 +1000) are available in the git repository at:

Pull request: scottwood/linux.git next

2013-08-23 Thread Scott Wood
The following changes since commit afbcdd97bf117bc2d01b865a32f78f662437a4d8: powerpc/wsp: Fix early debug build (2013-08-16 10:59:27 +1000) 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

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Scott Wood
On Thu, 2013-08-15 at 07:01 +1000, Benjamin Herrenschmidt wrote: On Wed, 2013-08-14 at 12:02 -0500, Scott Wood wrote: On Wed, 2013-08-14 at 14:18 +1000, Benjamin Herrenschmidt wrote: On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: powerpc/e500: Update compilation flags with

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Benjamin Herrenschmidt
On Mon, 2013-08-19 at 17:56 -0500, Scott Wood wrote: If we use the generic CPU target then mftb won't get turned into mfspr (I assume this is what you meant by tricky asm). Does mfspr work everywhere, including from userspace? Or do we need to patch? What about 403GCX which seems to need

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Josh Boyer
On Mon, Aug 19, 2013 at 7:47 PM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Mon, 2013-08-19 at 17:56 -0500, Scott Wood wrote: If we use the generic CPU target then mftb won't get turned into mfspr (I assume this is what you meant by tricky asm). Does mfspr work everywhere,

Re: Pull request: scottwood/linux.git next

2013-08-19 Thread Benjamin Herrenschmidt
On Mon, 2013-08-19 at 19:49 -0400, Josh Boyer wrote: I think mfspr works everywhere we care about but I might be mistaken :-) I don't think anybody have tried booting a 403 in a long time. I would be surprised if it still worked. I think I have one buried somewhere in my garage. I'm

Re: Pull request: scottwood/linux.git next

2013-08-14 Thread Scott Wood
On Wed, 2013-08-14 at 14:18 +1000, Benjamin Herrenschmidt wrote: On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: powerpc/e500: Update compilation flags with core specific options This breaks the build for my FSL test configs. For some reason gcc 4.7.3 doesn't know about

Re: Pull request: scottwood/linux.git next

2013-08-14 Thread Benjamin Herrenschmidt
On Wed, 2013-08-14 at 12:02 -0500, Scott Wood wrote: On Wed, 2013-08-14 at 14:18 +1000, Benjamin Herrenschmidt wrote: On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: powerpc/e500: Update compilation flags with core specific options This breaks the build for my FSL test

Re: Pull request: scottwood/linux.git next

2013-08-13 Thread Benjamin Herrenschmidt
On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: powerpc/e500: Update compilation flags with core specific options This breaks the build for my FSL test configs. For some reason gcc 4.7.3 doesn't know about -mcpu=e5500 Additionally, on 64-bit, that means one can no longer make a

Re: Pull request: scottwood/linux.git next

2013-08-09 Thread Benjamin Herrenschmidt
On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: Next time, put a little blurb at the head of the pull request giving a

Re: Pull request: scottwood/linux.git next

2013-08-09 Thread Kumar Gala
On Aug 9, 2013, at 1:03 AM, Benjamin Herrenschmidt wrote: On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: Next time,

Re: Pull request: scottwood/linux.git next

2013-08-09 Thread Scott Wood
On Fri, 2013-08-09 at 09:43 -0500, Kumar Gala wrote: On Aug 9, 2013, at 1:03 AM, Benjamin Herrenschmidt wrote: On Thu, 2013-08-08 at 17:45 -0500, Scott Wood wrote: The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29

Pull request: scottwood/linux.git next

2013-08-08 Thread Scott Wood
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) 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

Re: Pull request: scottwood/linux.git next

2013-07-02 Thread Benjamin Herrenschmidt
On Mon, 2013-07-01 at 18:43 -0500, Scott Wood wrote: Note to contributors: This is only a fraction of the outstanding patches for FSL PPC. I haven't been able to process the entire backlog since starting to help Kumar with this a few weeks ago. If your patch is still action required in

Pull request: scottwood/linux.git next

2013-07-01 Thread Scott Wood
Note to contributors: This is only a fraction of the outstanding patches for FSL PPC. I haven't been able to process the entire backlog since starting to help Kumar with this a few weeks ago. If your patch is still action required in patchwork, I haven't forgotten it -- but it will not make it