From patchwork Wed Jun 5 04:31:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 248900 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8E9E62C029D for ; Wed, 5 Jun 2013 14:35:14 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk5PK-00007O-H1; Wed, 05 Jun 2013 04:33:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk5P3-0004qp-UN; Wed, 05 Jun 2013 04:32:53 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uk5Oj-0004o6-4V for linux-arm-kernel@lists.infradead.org; Wed, 05 Jun 2013 04:32:36 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id D143525C014; Wed, 5 Jun 2013 14:32:09 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 5119EEDE7CF; Wed, 5 Jun 2013 13:32:08 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [PATCH 0/6] Renesas ARM based SoC defconfig updates for v3.11 Date: Wed, 5 Jun 2013 13:31:47 +0900 Message-Id: <1370406713-26599-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.8.2.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130605_003233_545844_04D8DE60 X-CRM114-Status: GOOD ( 10.18 ) X-Spam-Score: -3.1 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -0.5 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Simon Horman , arm@kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Olof, Hi Arnd, The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75: Linux 3.10-rc2 (2013-05-20 14:37:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.11 for you to fetch changes up to 76d415dfa7d53a2f92550484d766ae475a427daf: ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig (2013-06-04 21:47:10 +0900) ---------------------------------------------------------------- Renesas ARM based SoC defconfig updates for v3.11 kzm9g: Enable AS3711 PMIC bockw: Enable, USB, PM_RUNTIME, I2C and SDHI armadillo800eva: Correct SERIAL_SH_SCI_NR_UARTS ---------------------------------------------------------------- Guennadi Liakhovetski (1): ARM: shmobile: kzm9g: enable AS3711 PMIC in defconfig Kuninori Morimoto (1): ARM: shmobile: bockw: enable SDHI on defconfig Nobuhiro Iwamatsu (1): ARM: shmobile: armadillo800eva: Fix maximum number of SCIF Sergei Shtylyov (1): ARM: shmobile: bockw: enable USB in defconfig Vladimir Barinov (2): ARM: shmobile: bockw: enable I2C in defconfig ARM: shmobile: bockw: enable CONFIG_PM_RUNTIME in defconfig arch/arm/configs/armadillo800eva_defconfig | 2 +- arch/arm/configs/bockw_defconfig | 16 +++++++++++++++- arch/arm/configs/kzm9g_defconfig | 3 +++ 3 files changed, 19 insertions(+), 2 deletions(-)