All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: defconfig changes for v3.15
@ 2014-02-18 16:46 Jason Cooper
  2014-02-22  0:36 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Cooper @ 2014-02-18 16:46 UTC (permalink / raw)
  To: linux-arm-kernel

All,

Heads up!  This branch changes the name of mvebu_defconfig to
mvebu_v7_defconfig to make room for kirkwood (mvebu_v5) in mach-mvebu/.
Olof and Kevin's build/boot farm will need to be tweaked.  I did warn
about this :)

Other than that, pretty quiet.

Since these are defconfig changes, and oldconfig will remove unused
symbols, I've gone ahead and sent the whole branch, including the
changes for the new Armada 375 and 38x SoCs.

Please pull.

thx,

Jason.


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-defconfig-3.15

for you to fetch changes up to dd1d03afe8a0825d718f5d74225ad57978599a89:

  ARM: mvebu: update defconfigs for Armada 375 and 38x (2014-02-17 22:48:39 +0000)

----------------------------------------------------------------
mvebu defconfig changes for v3.15

 - dove
    - remove UBI support
    - enable watchdog

 - mvebu
    - rename mvebu_defconfig mvebu_v7_defconfig
    - enable audio
    - enable watchdog
    - add Armada 375 and 38x

----------------------------------------------------------------
Ezequiel Garcia (3):
      ARM: dove: Remove UBI support from defconfig
      ARM: mvebu: Enable watchdog support in defconfig
      ARM: dove: Enable watchdog support in the defconfig

Thomas Petazzoni (3):
      ARM: mvebu: rename mvebu_defconfig to mvebu_v7_defconfig
      ARM: mvebu: enable audio options in mvebu_defconfig
      ARM: mvebu: update defconfigs for Armada 375 and 38x

 arch/arm/configs/dove_defconfig                          | 3 ++-
 arch/arm/configs/multi_v7_defconfig                      | 4 ++++
 arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} | 9 +++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)
 rename arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} (91%)

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

* [GIT PULL] ARM: mvebu: defconfig changes for v3.15
  2014-02-18 16:46 [GIT PULL] ARM: mvebu: defconfig changes for v3.15 Jason Cooper
@ 2014-02-22  0:36 ` Olof Johansson
  2014-02-22  1:09   ` Jason Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-02-22  0:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 18, 2014 at 11:46:39AM -0500, Jason Cooper wrote:
> All,
> 
> Heads up!  This branch changes the name of mvebu_defconfig to
> mvebu_v7_defconfig to make room for kirkwood (mvebu_v5) in mach-mvebu/.
> Olof and Kevin's build/boot farm will need to be tweaked.  I did warn
> about this :)
> 
> Other than that, pretty quiet.
> 
> Since these are defconfig changes, and oldconfig will remove unused
> symbols, I've gone ahead and sent the whole branch, including the
> changes for the new Armada 375 and 38x SoCs.
> 
> Please pull.
> 
> thx,
> 
> Jason.
> 
> 
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> 
>   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-defconfig-3.15
> 
> for you to fetch changes up to dd1d03afe8a0825d718f5d74225ad57978599a89:
> 
>   ARM: mvebu: update defconfigs for Armada 375 and 38x (2014-02-17 22:48:39 +0000)
> 
> ----------------------------------------------------------------
> mvebu defconfig changes for v3.15
> 
>  - dove
>     - remove UBI support
>     - enable watchdog
> 
>  - mvebu
>     - rename mvebu_defconfig mvebu_v7_defconfig
>     - enable audio
>     - enable watchdog
>     - add Armada 375 and 38x
> 
> ----------------------------------------------------------------
> Ezequiel Garcia (3):
>       ARM: dove: Remove UBI support from defconfig
>       ARM: mvebu: Enable watchdog support in defconfig
>       ARM: dove: Enable watchdog support in the defconfig
> 
> Thomas Petazzoni (3):
>       ARM: mvebu: rename mvebu_defconfig to mvebu_v7_defconfig
>       ARM: mvebu: enable audio options in mvebu_defconfig
>       ARM: mvebu: update defconfigs for Armada 375 and 38x
> 
>  arch/arm/configs/dove_defconfig                          | 3 ++-
>  arch/arm/configs/multi_v7_defconfig                      | 4 ++++
>  arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} | 9 +++++++++
>  3 files changed, 15 insertions(+), 1 deletion(-)
>  rename arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} (91%)

Jason,

multi_v7_defconfig updates get messy, and we ask that people send them as
patches instead of in branches. Still, in this case it's a whole branch of just
defconfig updates so I think we'll be OK. Be mindful of it in the future
though, please.

Branch has been merged into next/boards.


-Olof

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

* [GIT PULL] ARM: mvebu: defconfig changes for v3.15
  2014-02-22  0:36 ` Olof Johansson
@ 2014-02-22  1:09   ` Jason Cooper
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2014-02-22  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Feb 21, 2014 at 04:36:41PM -0800, Olof Johansson wrote:
> On Tue, Feb 18, 2014 at 11:46:39AM -0500, Jason Cooper wrote:
...
> > Ezequiel Garcia (3):
> >       ARM: dove: Remove UBI support from defconfig
> >       ARM: mvebu: Enable watchdog support in defconfig
> >       ARM: dove: Enable watchdog support in the defconfig
> > 
> > Thomas Petazzoni (3):
> >       ARM: mvebu: rename mvebu_defconfig to mvebu_v7_defconfig
> >       ARM: mvebu: enable audio options in mvebu_defconfig

> >       ARM: mvebu: update defconfigs for Armada 375 and 38x

merf.  I'll make sure this is two patches in the future.

> > 
> >  arch/arm/configs/dove_defconfig                          | 3 ++-
> >  arch/arm/configs/multi_v7_defconfig                      | 4 ++++
> >  arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} | 9 +++++++++
> >  3 files changed, 15 insertions(+), 1 deletion(-)
> >  rename arch/arm/configs/{mvebu_defconfig => mvebu_v7_defconfig} (91%)
> 
> Jason,
> 
> multi_v7_defconfig updates get messy, and we ask that people send them as
> patches instead of in branches. Still, in this case it's a whole branch of just
> defconfig updates so I think we'll be OK. Be mindful of it in the future
> though, please.

Ok, I'll just ack patches to multi_v?_defconfig from here on out.
Thanks for the heads up.

> Branch has been merged into next/boards.

If you need me to respin, just let me know.  The patch I singled out
above might be problematic.

thx,

Jason.

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

end of thread, other threads:[~2014-02-22  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18 16:46 [GIT PULL] ARM: mvebu: defconfig changes for v3.15 Jason Cooper
2014-02-22  0:36 ` Olof Johansson
2014-02-22  1:09   ` 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.