linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.8
@ 2012-11-01  1:02 Simon Horman
  2012-11-01  1:02 ` [PATCH 1/3] ARM: shmobile: mackerel: defconfig update Simon Horman
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Simon Horman @ 2012-11-01  1:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following defconfig enhancements for 3.8.

I will work on the suggestions by Arnd to reduce the number
of defconfigs for shmobile - in essence moving towards one or
two generic configs rather than per-board configs. However,
this seems to be somewhat non-trivial and in the mean time
I would like to keep updating the existing defcoings.

----------------------------------------------------------------
The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git defconfig

for you to fetch changes up to 67e13cbb807c6b95706e4ec0ca2c068f14f25588:

  ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default (2012-11-01 08:51:34 +0800)

----------------------------------------------------------------
Guennadi Liakhovetski (1):
      ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default

Kuninori Morimoto (2):
      ARM: shmobile: mackerel: defconfig update
      ARM: shmobile: armadillo800eva: enable L2X0 cache on defconfig

 arch/arm/configs/ap4evb_defconfig          |    1 -
 arch/arm/configs/armadillo800eva_defconfig |    2 +-
 arch/arm/configs/kota2_defconfig           |    1 -
 arch/arm/configs/kzm9g_defconfig           |    1 -
 arch/arm/configs/mackerel_defconfig        |   19 ++++++++++++++++---
 5 files changed, 17 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/5] ARM: mach-shmobile: defconfig updates
@ 2013-01-11  7:17 Simon Horman
  2013-01-11  7:17 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman
  0 siblings, 1 reply; 22+ messages in thread
From: Simon Horman @ 2013-01-11  7:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

I would like to propose the following defconfig updates for
mach-shmobile for 3.9. I will send a pull-request containing
them after the forthcoming long weekend if there are no objections
in the meantime.


^ permalink raw reply	[flat|nested] 22+ messages in thread
* [GIT PULL v3] Renesas ARM-based SoC defconfig for v3.9
@ 2013-01-16  6:02 Simon Horman
  2013-01-16  6:02 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman
  0 siblings, 1 reply; 22+ messages in thread
From: Simon Horman @ 2013-01-16  6:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

please consider the following defconfig enhancements for 3.9.

----------------------------------------------------------------
The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git defconfig

for you to fetch changes up to 8098df15c26b2bf16924df5a134d1a649692ab62:

  ARM: mach-shmobile: kzm9d: update defconfig (2013-01-15 08:57:09 +0900)

----------------------------------------------------------------
Simon Horman (5):
      ARM: mach-shmobile: mackerel: update defconfig
      ARM: mach-shmobile: fix memory size for kota2_defconfig
      ARM: mach-shmobile: kzm9g: defconfig update
      ARM: mach-shmobile: armadillo: update defconfig
      ARM: mach-shmobile: kzm9d: update defconfig

 arch/arm/boot/dts/emev2-kzm9d.dts             |    2 +-
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts |    4 ++++
 arch/arm/boot/dts/sh7372-mackerel.dts         |    4 ++++
 arch/arm/boot/dts/sh73a0-kzm9g.dts            |    4 ++++
 arch/arm/configs/armadillo800eva_defconfig    |    5 ++---
 arch/arm/configs/kota2_defconfig              |    2 +-
 arch/arm/configs/kzm9d_defconfig              |    4 +---
 arch/arm/configs/kzm9g_defconfig              |    4 +++-
 arch/arm/configs/mackerel_defconfig           |    2 +-
 9 files changed, 21 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2013-03-01  9:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01  1:02 [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.8 Simon Horman
2012-11-01  1:02 ` [PATCH 1/3] ARM: shmobile: mackerel: defconfig update Simon Horman
2012-11-01  1:02 ` [PATCH 2/3] ARM: shmobile: armadillo800eva: enable L2X0 cache on defconfig Simon Horman
2013-02-22  4:46   ` [PATCH 2/3] ARM: shmobile: armadillo800eva: enable branch prediction " Kuninori Morimoto
2013-02-22 23:04   ` Simon Horman
2013-02-25  0:22   ` Kiyoshi Ishiyama
2013-02-25  0:34   ` Kuninori Morimoto
2013-03-01  9:41   ` Simon Horman
2012-11-01  1:02 ` [PATCH 3/3] ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default Simon Horman
2012-11-06  2:32 ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.8 Simon Horman
2012-11-06  8:30   ` Arnd Bergmann
2012-11-06 14:19 ` Olof Johansson
2013-01-15  0:49 ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.9 Simon Horman
2013-01-15  0:49   ` [PATCH 1/5] ARM: mach-shmobile: mackerel: update defconfig Simon Horman
2013-01-15  0:49   ` [PATCH 2/5] ARM: mach-shmobile: fix memory size for kota2_defconfig Simon Horman
2013-01-15  0:49   ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman
2013-01-15  0:49   ` [PATCH 4/5] ARM: mach-shmobile: armadillo: update defconfig Simon Horman
2013-01-15  0:49   ` [PATCH 5/5] ARM: mach-shmobile: kzm9d: " Simon Horman
2013-01-15  6:44   ` [GIT PULL v2] Renesas ARM-based SoC defconfig for v3.9 Olof Johansson
2013-01-16  4:01   ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2013-01-11  7:17 [PATCH 0/5] ARM: mach-shmobile: defconfig updates Simon Horman
2013-01-11  7:17 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman
2013-01-16  6:02 [GIT PULL v3] Renesas ARM-based SoC defconfig for v3.9 Simon Horman
2013-01-16  6:02 ` [PATCH 3/5] ARM: mach-shmobile: kzm9g: defconfig update Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).