mbox

[GIT,PULL] ARM: mvebu: fixes for v3.10 (round 2)

Message ID 20130520195135.GH31290@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/users/jcooper/linux.git tags/fixes-3.10-2

Message

Jason Cooper May 20, 2013, 7:51 p.m. UTC
The following changes since commit 00ed4a0bd964555fe9276f2299564c384d50ae7d:

  ARM: mvebu: Add a ranges entry to translate devbus childs (2013-05-13 16:23:47 +0000)

are available in the git repository at:

  git://git.infradead.org/users/jcooper/linux.git tags/fixes-3.10-2

for you to fetch changes up to 489e138eec96f529c5e8d4cd3ea45882ecdbf5ca:

  ARM: dts: mvebu: Fix wrong the address reg value for the L2-cache node (2013-05-20 17:44:54 +0000)

----------------------------------------------------------------
mvebu fixes for v3.10 (round 2)

 - mvebu (and orion SoCs)
    - remove init_dma_coherent_pool_size()

 - mvebu
    - fix ranges DT property
    - fix DT reg value for L2 cache
    - select ARCH_REQUIRE_GPIOLIB

 - orion legacy
    - fix num_resources and id for ge10 and ge11

----------------------------------------------------------------
Andrew Lunn (1):
      ARM: Orion: Remove redundant init_dma_coherent_pool_size()

Ezequiel Garcia (1):
      ARM: mvebu: Fix ranges entry on XP GP board

Gregory CLEMENT (3):
      ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platform
      ARM: plat-orion: Fix num_resources and id for ge10 and ge11
      ARM: dts: mvebu: Fix wrong the address reg value for the L2-cache node

Thomas Petazzoni (1):
      arm: mvebu: fix the 'ranges' property to handle PCIe

 arch/arm/boot/dts/armada-370-xp.dtsi |  3 ++-
 arch/arm/boot/dts/armada-370.dtsi    |  5 +++--
 arch/arm/boot/dts/armada-xp-gp.dts   |  3 +++
 arch/arm/mach-kirkwood/common.c      |  6 ------
 arch/arm/mach-mvebu/Kconfig          |  1 +
 arch/arm/mach-mvebu/armada-370-xp.c  |  7 -------
 arch/arm/mach-orion5x/common.c       |  7 -------
 arch/arm/plat-orion/common.c         | 12 ++++++------
 8 files changed, 15 insertions(+), 29 deletions(-)

Comments

Olof Johansson May 21, 2013, 6:44 a.m. UTC | #1
On Mon, May 20, 2013 at 03:51:35PM -0400, Jason Cooper wrote:
> 
> The following changes since commit 00ed4a0bd964555fe9276f2299564c384d50ae7d:
> 
>   ARM: mvebu: Add a ranges entry to translate devbus childs (2013-05-13 16:23:47 +0000)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/users/jcooper/linux.git tags/fixes-3.10-2
> 
> for you to fetch changes up to 489e138eec96f529c5e8d4cd3ea45882ecdbf5ca:
> 
>   ARM: dts: mvebu: Fix wrong the address reg value for the L2-cache node (2013-05-20 17:44:54 +0000)

Pulled, thanks.

> 
> ----------------------------------------------------------------
> mvebu fixes for v3.10 (round 2)
> 
>  - mvebu (and orion SoCs)
>     - remove init_dma_coherent_pool_size()
> 
>  - mvebu
>     - fix ranges DT property

We've seen two of these now. Can someone please make a sweep and make sure
there are no more of these pending?


Thanks,

-Olof
Jason Cooper May 21, 2013, 1:25 p.m. UTC | #2
Ezequiel,

On Mon, May 20, 2013 at 11:44:13PM -0700, Olof Johansson wrote:
> On Mon, May 20, 2013 at 03:51:35PM -0400, Jason Cooper wrote:
> > 
> > The following changes since commit 00ed4a0bd964555fe9276f2299564c384d50ae7d:
> > 
> >   ARM: mvebu: Add a ranges entry to translate devbus childs (2013-05-13 16:23:47 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.infradead.org/users/jcooper/linux.git tags/fixes-3.10-2
> > 
> > for you to fetch changes up to 489e138eec96f529c5e8d4cd3ea45882ecdbf5ca:
> > 
> >   ARM: dts: mvebu: Fix wrong the address reg value for the L2-cache node (2013-05-20 17:44:54 +0000)
> 
> Pulled, thanks.
> 
> > 
> > ----------------------------------------------------------------
> > mvebu fixes for v3.10 (round 2)
> > 
> >  - mvebu (and orion SoCs)
> >     - remove init_dma_coherent_pool_size()
> > 
> >  - mvebu
> >     - fix ranges DT property
> 
> We've seen two of these now. Can someone please make a sweep and make sure
> there are no more of these pending?

Mind doing a sweep?  You've first hand knowledge of the devbus stuff.

thx,

Jason.