From patchwork Thu Jan 9 01:19:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 308483 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DFC5B2C00AA for ; Thu, 9 Jan 2014 12:20:34 +1100 (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 1W14I9-0003xF-H3; Thu, 09 Jan 2014 01:20:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W14I6-0007F9-Sz; Thu, 09 Jan 2014 01:20:10 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W14I4-0007EU-2U for linux-arm-kernel@lists.infradead.org; Thu, 09 Jan 2014 01:20:08 +0000 Received: from 99-127-230-128.lightspeed.sntcca.sbcglobal.net ([99.127.230.128] helo=atomide.com) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1W14Hh-000CBT-Oz; Thu, 09 Jan 2014 01:19:46 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 99.127.230.128 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX192jsTb7dkfQ3TC4elTqUWU Date: Wed, 8 Jan 2014 17:19:40 -0800 From: Tony Lindgren To: arm@kernel.org Subject: [GIT PULL 1/4] non-urgent omap fixes for v3.14 merge window Message-ID: <20140109011940.GI31323@atomide.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140108_202008_146367_64318DD0 X-CRM114-Status: UNSURE ( 8.13 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.72 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.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: , 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 The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/fixes-not-urgent-signed for you to fetch changes up to bbc28cdbd003be5ceeaf644be3533e898c25da2b: ARM: OMAP2+: gpmc: Move legacy GPMC width setting (2014-01-08 09:49:47 -0800) ---------------------------------------------------------------- Some non-urgent fixes to enable am335x features, update documentation, and to remove unnecessary double initialization for the GPMC code. ---------------------------------------------------------------- Ezequiel Garcia (4): ARM: OMAP2+: Select USB PHY for AM335x SoC ARM: OMAP2+: gpmc: Move initialization outside the gpmc_t condition ARM: OMAP2+: gpmc: Introduce gpmc_set_legacy() ARM: OMAP2+: gpmc: Move legacy GPMC width setting Jyri Sarha (1): ARM: OMAP2+: enable AM33xx SOC EVM audio Nishanth Menon (2): Documentation: dt: OMAP: explicitly state SoC compatible strings ARM: OMAP2+: board-generic: update SoC compatibility strings .../devicetree/bindings/arm/omap/omap.txt | 53 ++++++++++++++++++++++ arch/arm/configs/omap2plus_defconfig | 3 ++ arch/arm/mach-omap2/board-generic.c | 7 +++ arch/arm/mach-omap2/gpmc-nand.c | 50 +++++++++++--------- 4 files changed, 91 insertions(+), 22 deletions(-)