All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: fixes for v3.10 (round 2)
@ 2013-05-20 19:51 Jason Cooper
  2013-05-21  6:44 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Cooper @ 2013-05-20 19:51 UTC (permalink / raw)
  To: linux-arm-kernel


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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] ARM: mvebu: fixes for v3.10 (round 2)
  2013-05-20 19:51 [GIT PULL] ARM: mvebu: fixes for v3.10 (round 2) Jason Cooper
@ 2013-05-21  6:44 ` Olof Johansson
  2013-05-21 13:25   ` Jason Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2013-05-21  6:44 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] ARM: mvebu: fixes for v3.10 (round 2)
  2013-05-21  6:44 ` Olof Johansson
@ 2013-05-21 13:25   ` Jason Cooper
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2013-05-21 13:25 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-21 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 19:51 [GIT PULL] ARM: mvebu: fixes for v3.10 (round 2) Jason Cooper
2013-05-21  6:44 ` Olof Johansson
2013-05-21 13:25   ` Jason Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.