linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 00/16] Renesas ARM based SoC defconfig updates for v3.14
Date: Thu, 28 Nov 2013 09:09:48 +0000	[thread overview]
Message-ID: <20131128090948.GA19464@verge.net.au> (raw)
In-Reply-To: <cover.1385629477.git.horms+renesas@verge.net.au>

[ Corrected subject prefix to be "GIT PULL" instead of "PATCH" ]

On Thu, Nov 28, 2013 at 06:08:05PM +0900, Simon Horman wrote:
> Hi Kevin, Olof, and Arnd,
> 
> please consider these Renesas ARM based SoC defconfig updates for v3.14.
> 
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> 
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.14
> 
> for you to fetch changes up to 577092b3d11530acd8467074f6ea7e2dd36b5028:
> 
>   ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig (2013-11-24 15:13:43 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM based SoC defconfig updates for v3.14
> 
> * Add Genmai defconfig
>   - The board was added in v3.13 but the defconfig missed the cut
> * Enable AUTO_ZRELADDR for kzm9d board
> * Enable HPB-DMAC, PACKET, VFP on bockw and marzen boards
> * Do not disable INOTIFY_USER on bockw or marzen boards
> * Do not enable CONFIG_DEVTMPFS on bockw or marzen boards
> * Do not enable CONFIG_SMC911X on marzen
>   - That hardware does not exist on the marzen board
> * Do not set command line on bockw or marzen boards
>   - This is handled in the DTS
> * Enable REGULATOR on bockw board
> 
> ----------------------------------------------------------------
> Kuninori Morimoto (1):
>       ARM: shmobile: bockw: enable CONFIG_REGULATOR
> 
> Magnus Damm (1):
>       ARM: shmobile: Genmai defconfig
> 
> Sergei Shtylyov (2):
>       ARM: shmobile: marzen: enable HPB-DMAC in defconfig
>       ARM: shmobile: bockw: enable HPB-DMAC in defconfig
> 
> Simon Horman (12):
>       ARM: shmobile: bockw: Do not set command line in defconfig
>       ARM: shmobile: marzen: Do not set command line in defconfig
>       ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
>       ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
>       ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
>       ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
>       ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
>       ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
>       ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
>       ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
>       ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
>       ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
> 
>  arch/arm/configs/bockw_defconfig  |  10 ++--
>  arch/arm/configs/genmai_defconfig | 116 ++++++++++++++++++++++++++++++++++++++
>  arch/arm/configs/kzm9d_defconfig  |   1 +
>  arch/arm/configs/marzen_defconfig |  10 ++--
>  4 files changed, 126 insertions(+), 11 deletions(-)
>  create mode 100644 arch/arm/configs/genmai_defconfig
> 

  parent reply	other threads:[~2013-11-28  9:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
2013-11-28  9:08 ` [PATCH 01/16] ARM: shmobile: Genmai defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 02/16] ARM: shmobile: bockw: enable CONFIG_REGULATOR Simon Horman
2013-11-28  9:08 ` [PATCH 03/16] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 04/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 05/16] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
2013-11-28  9:08 ` [PATCH 06/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 07/16] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
2013-11-28  9:08 ` [PATCH 08/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 09/16] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 10/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 11/16] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 12/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 13/16] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
2013-11-28  9:08 ` [PATCH 14/16] ARM: shmobile: marzen: enable HPB-DMAC " Simon Horman
2013-11-28  9:08 ` [PATCH 15/16] ARM: shmobile: bockw: " Simon Horman
2013-11-28  9:08 ` [PATCH 16/16] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR " Simon Horman
2013-11-28  9:09 ` Simon Horman [this message]
2013-12-04  0:53 ` [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131128090948.GA19464@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).