mbox

Pull request: scottwood/linux.git next

Message ID 20140922222142.GA8525@home.buserror.net (mailing list archive)
State Accepted
Delegated to: Michael Ellerman
Headers show

Pull-request

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

Message

Scott Wood Sept. 22, 2014, 10:21 p.m. UTC
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 support (2014-07-31 00:11:10 -0500)

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 cb0446c1b625326682ec4f9d1dd10779433646bc:

  Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)

----------------------------------------------------------------
Aaron Sierra (2):
      fsl_ifc: Fix csor_ext position in fsl_ifc_regs
      powerpc: fsl_pci: Add forced PCI Agent enumeration

LEROY Christophe (7):
      powerpc/8xx: Declare SPRG2 as a SCRATCH register
      powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
      powerpc/8xx: Remove loading of r10 at end of FixupDAR
      powerpc/8xx: Fix comment about DIRTY update
      powerpc/8xx: No need to save r10 and r3 when not calling FixupDAR
      powerpc/8xx: Optimize verification in FixupDAR
      powerpc/8xx: Duplicate two insns instead of branching

Nikhil Badola (3):
      powerpc: configs: Add VFAT file-system configs
      powerpc: dts: t4240: Change T4240 USB controller version
      powerpc: dts: t208x: Change T208x USB controller version

Priyanka Jain (2):
      powerpc/fsl-booke: Add initial T1040/T1042 RDB board support
      powerpc/fsl-booke: Add initial T1042RDB_PI board support

Scott Wood (7):
      powerpc: Dynamic DMA zone limits
      powerpc/64: Honor swiotlb limit in coherent allocations
      powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()
      powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platforms
      powerpc/85xx/defconfig: Remove duplicate CONFIG_RTC_DRV_DS1307
      powerpc/mm: Use common paging_init() for NUMA
      Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"

Tudor Laurentiu (6):
      powerpc/fsl_msi: support vmpic msi with mpic 4.3
      powerpc/fsl_msi: reorganize structs to improve clarity and flexibility
      powerpc/fsl_msi: change the irq handler from chained to normal
      powerpc/fsl_msi: show more meaningful names in /proc/interrupts
      powerpc/fsl_msi: spread msi ints across different MSIRs
      powerpc/fsl-booke64: add missing virtualization options in defconfig

 Documentation/devicetree/bindings/pci/fsl,pci.txt |  27 ++++
 arch/powerpc/Kconfig                              |   4 +
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi       |   4 +-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi       |   4 +-
 arch/powerpc/boot/dts/t1040rdb.dts                |  48 +++++++
 arch/powerpc/boot/dts/t1042rdb.dts                |  48 +++++++
 arch/powerpc/boot/dts/t1042rdb_pi.dts             |  57 ++++++++
 arch/powerpc/boot/dts/t104xrdb.dtsi               | 156 ++++++++++++++++++++++
 arch/powerpc/configs/corenet32_smp_defconfig      |   2 +
 arch/powerpc/configs/corenet64_smp_defconfig      |  46 ++-----
 arch/powerpc/configs/mpc85xx_defconfig            |   4 +-
 arch/powerpc/configs/mpc85xx_smp_defconfig        |   4 +-
 arch/powerpc/configs/mpc86xx_defconfig            |   3 +
 arch/powerpc/include/asm/pgtable.h                |   3 +
 arch/powerpc/include/asm/reg.h                    |   3 +-
 arch/powerpc/kernel/dma-swiotlb.c                 |   8 +-
 arch/powerpc/kernel/dma.c                         |  33 +++++
 arch/powerpc/kernel/head_8xx.S                    | 150 ++++++++-------------
 arch/powerpc/mm/mem.c                             |  68 +++++++++-
 arch/powerpc/mm/numa.c                            |   8 --
 arch/powerpc/platforms/85xx/Kconfig               |   2 +-
 arch/powerpc/platforms/85xx/corenet_generic.c     |  14 ++
 arch/powerpc/platforms/85xx/qemu_e500.c           |  10 ++
 arch/powerpc/sysdev/fsl_msi.c                     |  95 ++++++-------
 arch/powerpc/sysdev/fsl_msi.h                     |   4 +-
 arch/powerpc/sysdev/fsl_pci.c                     |   3 +-
 include/linux/fsl_ifc.h                           |   6 +-
 27 files changed, 610 insertions(+), 204 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/fsl,pci.txt
 create mode 100644 arch/powerpc/boot/dts/t1040rdb.dts
 create mode 100644 arch/powerpc/boot/dts/t1042rdb.dts
 create mode 100644 arch/powerpc/boot/dts/t1042rdb_pi.dts
 create mode 100644 arch/powerpc/boot/dts/t104xrdb.dtsi

Comments

Bob Cochran Sept. 23, 2014, 3:52 a.m. UTC | #1
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 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d:
>
>    powerpc/t2080rdb: Add T2080RDB board support (2014-07-31 00:11:10 -0500)
>
> 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 cb0446c1b625326682ec4f9d1dd10779433646bc:
>
>    Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)
>
> ----------------------------------------------------------------
> Aaron Sierra (2):
>        fsl_ifc: Fix csor_ext position in fsl_ifc_regs
>        powerpc: fsl_pci: Add forced PCI Agent enumeration
>
> LEROY Christophe (7):
>        powerpc/8xx: Declare SPRG2 as a SCRATCH register
>        powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
>        powerpc/8xx: Remove loading of r10 at end of FixupDAR
>        powerpc/8xx: Fix comment about DIRTY update
>        powerpc/8xx: No need to save r10 and r3 when not calling FixupDAR
>        powerpc/8xx: Optimize verification in FixupDAR
>        powerpc/8xx: Duplicate two insns instead of branching
>
> Nikhil Badola (3):
>        powerpc: configs: Add VFAT file-system configs
>        powerpc: dts: t4240: Change T4240 USB controller version
>        powerpc: dts: t208x: Change T208x USB controller version
>
> Priyanka Jain (2):
>        powerpc/fsl-booke: Add initial T1040/T1042 RDB board support


Hi Scott,

I would like to try your next branch with my t1040rdb along with DPAA 
support / drivers.  I don't see DPAA support in your repo.  Can you 
point me to a DPAA patch set somewhere, or am I on my own to merge what 
I need from sdk or yocto?


Thanks,

Bob





>        powerpc/fsl-booke: Add initial T1042RDB_PI board support
>
> Scott Wood (7):
>        powerpc: Dynamic DMA zone limits
>        powerpc/64: Honor swiotlb limit in coherent allocations
>        powerpc/64: Limit ZONE_DMA32 to 4GiB in swiotlb_detect_4g()
>        powerpc/fsl-pci: Limit ZONE_DMA32 to 2GiB on 64-bit platforms
>        powerpc/85xx/defconfig: Remove duplicate CONFIG_RTC_DRV_DS1307
>        powerpc/mm: Use common paging_init() for NUMA
>        Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"
>
> Tudor Laurentiu (6):
>        powerpc/fsl_msi: support vmpic msi with mpic 4.3
>        powerpc/fsl_msi: reorganize structs to improve clarity and flexibility
>        powerpc/fsl_msi: change the irq handler from chained to normal
>        powerpc/fsl_msi: show more meaningful names in /proc/interrupts
>        powerpc/fsl_msi: spread msi ints across different MSIRs
>        powerpc/fsl-booke64: add missing virtualization options in defconfig
>
>   Documentation/devicetree/bindings/pci/fsl,pci.txt |  27 ++++
>   arch/powerpc/Kconfig                              |   4 +
>   arch/powerpc/boot/dts/fsl/t2081si-post.dtsi       |   4 +-
>   arch/powerpc/boot/dts/fsl/t4240si-post.dtsi       |   4 +-
>   arch/powerpc/boot/dts/t1040rdb.dts                |  48 +++++++
>   arch/powerpc/boot/dts/t1042rdb.dts                |  48 +++++++
>   arch/powerpc/boot/dts/t1042rdb_pi.dts             |  57 ++++++++
>   arch/powerpc/boot/dts/t104xrdb.dtsi               | 156 ++++++++++++++++++++++
>   arch/powerpc/configs/corenet32_smp_defconfig      |   2 +
>   arch/powerpc/configs/corenet64_smp_defconfig      |  46 ++-----
>   arch/powerpc/configs/mpc85xx_defconfig            |   4 +-
>   arch/powerpc/configs/mpc85xx_smp_defconfig        |   4 +-
>   arch/powerpc/configs/mpc86xx_defconfig            |   3 +
>   arch/powerpc/include/asm/pgtable.h                |   3 +
>   arch/powerpc/include/asm/reg.h                    |   3 +-
>   arch/powerpc/kernel/dma-swiotlb.c                 |   8 +-
>   arch/powerpc/kernel/dma.c                         |  33 +++++
>   arch/powerpc/kernel/head_8xx.S                    | 150 ++++++++-------------
>   arch/powerpc/mm/mem.c                             |  68 +++++++++-
>   arch/powerpc/mm/numa.c                            |   8 --
>   arch/powerpc/platforms/85xx/Kconfig               |   2 +-
>   arch/powerpc/platforms/85xx/corenet_generic.c     |  14 ++
>   arch/powerpc/platforms/85xx/qemu_e500.c           |  10 ++
>   arch/powerpc/sysdev/fsl_msi.c                     |  95 ++++++-------
>   arch/powerpc/sysdev/fsl_msi.h                     |   4 +-
>   arch/powerpc/sysdev/fsl_pci.c                     |   3 +-
>   include/linux/fsl_ifc.h                           |   6 +-
>   27 files changed, 610 insertions(+), 204 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/pci/fsl,pci.txt
>   create mode 100644 arch/powerpc/boot/dts/t1040rdb.dts
>   create mode 100644 arch/powerpc/boot/dts/t1042rdb.dts
>   create mode 100644 arch/powerpc/boot/dts/t1042rdb_pi.dts
>   create mode 100644 arch/powerpc/boot/dts/t104xrdb.dtsi
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
>
Scott Wood Sept. 23, 2014, 5:45 a.m. UTC | #2
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 following changes since commit 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d:
> >
> >    powerpc/t2080rdb: Add T2080RDB board support (2014-07-31 00:11:10 -0500)
> >
> > 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 cb0446c1b625326682ec4f9d1dd10779433646bc:
> >
> >    Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)
> >
> > ----------------------------------------------------------------
> > Aaron Sierra (2):
> >        fsl_ifc: Fix csor_ext position in fsl_ifc_regs
> >        powerpc: fsl_pci: Add forced PCI Agent enumeration
> >
> > LEROY Christophe (7):
> >        powerpc/8xx: Declare SPRG2 as a SCRATCH register
> >        powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
> >        powerpc/8xx: Remove loading of r10 at end of FixupDAR
> >        powerpc/8xx: Fix comment about DIRTY update
> >        powerpc/8xx: No need to save r10 and r3 when not calling FixupDAR
> >        powerpc/8xx: Optimize verification in FixupDAR
> >        powerpc/8xx: Duplicate two insns instead of branching
> >
> > Nikhil Badola (3):
> >        powerpc: configs: Add VFAT file-system configs
> >        powerpc: dts: t4240: Change T4240 USB controller version
> >        powerpc: dts: t208x: Change T208x USB controller version
> >
> > Priyanka Jain (2):
> >        powerpc/fsl-booke: Add initial T1040/T1042 RDB board support
> 
> 
> Hi Scott,
> 
> I would like to try your next branch with my t1040rdb along with DPAA 
> support / drivers.  I don't see DPAA support in your repo.  Can you 
> point me to a DPAA patch set somewhere, or am I on my own to merge what 
> I need from sdk or yocto?

Unfortunately DPAA support has not yet been upstreamed, though it is
being worked on.  For now if you need DPAA with the latest kernel,
you'll need to merge it yourself based on the SDK code.  It also
wouldn't hurt to let any sales/support contact you may have at
Freescale know that this is important to you.

-Scott
Joakim Tjernlund Sept. 23, 2014, 10:47 a.m. UTC | #3
"Linuxppc-dev" 
<linuxppc-dev-bounces+joakim.tjernlund=transmode.se@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 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 support (2014-07-31 00:11:10 
-0500)
> > >
> > > 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 
cb0446c1b625326682ec4f9d1dd10779433646bc:
> > >
> > >    Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" 
(2014-09-19 15:20:42 -0500)
> > >
> > > ----------------------------------------------------------------
> > > Aaron Sierra (2):
> > >        fsl_ifc: Fix csor_ext position in fsl_ifc_regs
> > >        powerpc: fsl_pci: Add forced PCI Agent enumeration
> > >
> > > LEROY Christophe (7):
> > >        powerpc/8xx: Declare SPRG2 as a SCRATCH register
> > >        powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
> > >        powerpc/8xx: Remove loading of r10 at end of FixupDAR
> > >        powerpc/8xx: Fix comment about DIRTY update
> > >        powerpc/8xx: No need to save r10 and r3 when not calling 
FixupDAR
> > >        powerpc/8xx: Optimize verification in FixupDAR
> > >        powerpc/8xx: Duplicate two insns instead of branching
> > >
> > > Nikhil Badola (3):
> > >        powerpc: configs: Add VFAT file-system configs
> > >        powerpc: dts: t4240: Change T4240 USB controller version
> > >        powerpc: dts: t208x: Change T208x USB controller version
> > >
> > > Priyanka Jain (2):
> > >        powerpc/fsl-booke: Add initial T1040/T1042 RDB board support
> > 
> > 
> > Hi Scott,
> > 
> > I would like to try your next branch with my t1040rdb along with DPAA 
> > support / drivers.  I don't see DPAA support in your repo.  Can you 
> > point me to a DPAA patch set somewhere, or am I on my own to merge 
what 
> > I need from sdk or yocto?
> 
> Unfortunately DPAA support has not yet been upstreamed, though it is
> being worked on.  For now if you need DPAA with the latest kernel,
> you'll need to merge it yourself based on the SDK code.  It also
> wouldn't hurt to let any sales/support contact you may have at
> Freescale know that this is important to you.
> 

Scott, does your tree contain basic FMAN eth drives(no DPAA) for T1042RDB?
If not, is there a tree somewhere which has this(other than the Freescale 
SDK tree)?

 Jocke
Scott Wood Sept. 23, 2014, 12:37 p.m. UTC | #4
On Tue, 2014-09-23 at 12:47 +0200, Joakim Tjernlund wrote:
> "Linuxppc-dev" 
> <linuxppc-dev-bounces+joakim.tjernlund=transmode.se@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 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 support (2014-07-31 00:11:10 
> -0500)
> > > >
> > > > 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 
> cb0446c1b625326682ec4f9d1dd10779433646bc:
> > > >
> > > >    Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" 
> (2014-09-19 15:20:42 -0500)
> > > >
> > > > ----------------------------------------------------------------
> > > > Aaron Sierra (2):
> > > >        fsl_ifc: Fix csor_ext position in fsl_ifc_regs
> > > >        powerpc: fsl_pci: Add forced PCI Agent enumeration
> > > >
> > > > LEROY Christophe (7):
> > > >        powerpc/8xx: Declare SPRG2 as a SCRATCH register
> > > >        powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
> > > >        powerpc/8xx: Remove loading of r10 at end of FixupDAR
> > > >        powerpc/8xx: Fix comment about DIRTY update
> > > >        powerpc/8xx: No need to save r10 and r3 when not calling 
> FixupDAR
> > > >        powerpc/8xx: Optimize verification in FixupDAR
> > > >        powerpc/8xx: Duplicate two insns instead of branching
> > > >
> > > > Nikhil Badola (3):
> > > >        powerpc: configs: Add VFAT file-system configs
> > > >        powerpc: dts: t4240: Change T4240 USB controller version
> > > >        powerpc: dts: t208x: Change T208x USB controller version
> > > >
> > > > Priyanka Jain (2):
> > > >        powerpc/fsl-booke: Add initial T1040/T1042 RDB board support
> > > 
> > > 
> > > Hi Scott,
> > > 
> > > I would like to try your next branch with my t1040rdb along with DPAA 
> > > support / drivers.  I don't see DPAA support in your repo.  Can you 
> > > point me to a DPAA patch set somewhere, or am I on my own to merge 
> what 
> > > I need from sdk or yocto?
> > 
> > Unfortunately DPAA support has not yet been upstreamed, though it is
> > being worked on.  For now if you need DPAA with the latest kernel,
> > you'll need to merge it yourself based on the SDK code.  It also
> > wouldn't hurt to let any sales/support contact you may have at
> > Freescale know that this is important to you.
> > 
> 
> Scott, does your tree contain basic FMAN eth drives(no DPAA) for T1042RDB?

Do you mean an independent mode driver?  No.

My tree doesn't contain anything other than what the above pull request
says. :-)

> If not, is there a tree somewhere which has this(other than the Freescale 
> SDK tree)?

U-Boot.

-Scott
Bob Cochran Sept. 23, 2014, 4:19 p.m. UTC | #5
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 PrPMC PCI enumeration.
>>>
>>> The following changes since commit 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d:
>>>
>>>     powerpc/t2080rdb: Add T2080RDB board support (2014-07-31 00:11:10 -0500)
>>>
>>> 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 cb0446c1b625326682ec4f9d1dd10779433646bc:
>>>
>>>     Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)
>>>
>>> ----------------------------------------------------------------
>>> Aaron Sierra (2):
>>>         fsl_ifc: Fix csor_ext position in fsl_ifc_regs
>>>         powerpc: fsl_pci: Add forced PCI Agent enumeration
>>>
>>> LEROY Christophe (7):
>>>         powerpc/8xx: Declare SPRG2 as a SCRATCH register
>>>         powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
>>>         powerpc/8xx: Remove loading of r10 at end of FixupDAR
>>>         powerpc/8xx: Fix comment about DIRTY update
>>>         powerpc/8xx: No need to save r10 and r3 when not calling FixupDAR
>>>         powerpc/8xx: Optimize verification in FixupDAR
>>>         powerpc/8xx: Duplicate two insns instead of branching
>>>
>>> Nikhil Badola (3):
>>>         powerpc: configs: Add VFAT file-system configs
>>>         powerpc: dts: t4240: Change T4240 USB controller version
>>>         powerpc: dts: t208x: Change T208x USB controller version
>>>
>>> Priyanka Jain (2):
>>>         powerpc/fsl-booke: Add initial T1040/T1042 RDB board support
>>
>>
>> Hi Scott,
>>
>> I would like to try your next branch with my t1040rdb along with DPAA
>> support / drivers.  I don't see DPAA support in your repo.  Can you
>> point me to a DPAA patch set somewhere, or am I on my own to merge what
>> I need from sdk or yocto?
>
> Unfortunately DPAA support has not yet been upstreamed, though it is
> being worked on.


It's great to see you confirm this.  Thank you.

Can you share a time frame on when we'll see DPAA patches start showing 
up?  I assume it will have FSL_USDPAA support stripped out?


For now if you need DPAA with the latest kernel,
> you'll need to merge it yourself based on the SDK code.  It also
> wouldn't hurt to let any sales/support contact you may have at
> Freescale know that this is important to you.
>
> -Scott
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
>
Scott Wood Oct. 3, 2014, 7:52 p.m. UTC | #6
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 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d:
> 
>   powerpc/t2080rdb: Add T2080RDB board support (2014-07-31 00:11:10 -0500)
> 
> 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 cb0446c1b625326682ec4f9d1dd10779433646bc:
> 
>   Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)

ping

-Scott
Stephen Rothwell Oct. 3, 2014, 11:06 p.m. UTC | #7
Hi Scott,

On Fri, 3 Oct 2014 14:52:53 -0500 Scott Wood <scottwood@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
> > support, and PrPMC PCI enumeration.
> > 
> > The following changes since commit 78eb9094ca08a40b8f9d3e113a2b88e0b7dbad1d:
> > 
> >   powerpc/t2080rdb: Add T2080RDB board support (2014-07-31 00:11:10 -0500)
> > 
> > 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 cb0446c1b625326682ec4f9d1dd10779433646bc:
> > 
> >   Revert "powerpc/fsl_msi: spread msi ints across different MSIRs" (2014-09-19 15:20:42 -0500)
> 
> ping

Probably worth explicitly pinging Michael (cc'd) as he is doing this
merge window's collection ...