From patchwork Tue Oct 9 18:46:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 190410 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 032E02C009A for ; Wed, 10 Oct 2012 05:49:10 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TLepD-0002l2-Jo; Tue, 09 Oct 2012 18:46:39 +0000 Received: from mho-04-ewr.mailhop.org ([204.13.248.74] helo=mho-02-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TLep8-0002kN-IE for linux-arm-kernel@lists.infradead.org; Tue, 09 Oct 2012 18:46:35 +0000 Received: from c-98-234-237-12.hsd1.ca.comcast.net ([98.234.237.12] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1TLep4-0004x5-CY; Tue, 09 Oct 2012 18:46:30 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/IokcrWIgiqg29LBUXXDd7 Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.028 (F2.82; T1.35; A2.09; B3.13; Q3.13) Date: Tue, 9 Oct 2012 11:46:25 -0700 From: Tony Lindgren To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 1/5] omap fixes for v3.7-rc1 Message-Id: X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.3 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.74 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.6 INVALID_MSGID Message-Id is not valid, according to RFC 2822 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.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org 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 5e090ed7af10729a396a25df43d69a236e789736: Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-10-07 20:55:16 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.7-rc1/fixes-signed for you to fetch changes up to 224cd7115abb5b05a5d665551452c271449ce80b: arm/omap: Replace board_ref_clock with enum values (2012-10-08 18:09:30 -0700) ---------------------------------------------------------------- This branch contains one counter locking fix and an alignment fix. Other fixes are warning fixes, fixes for return value checks. I've also included removal of some extra semicolons, dropping of some duplicate includes, and an a change for wl12xx enumeration that are not strictly fixes but would be good to get out of the way for -rc1. ---------------------------------------------------------------- Afzal Mohammed (1): ARM: OMAP2+: gpmc: annotate exit sections properly Axel Lin (1): ARM: OMAP: OMAP_DEBUG_LEDS needs to select LEDS_CLASS Colin Cross (1): ARM: OMAP: counter: add locking to read_persistent_clock Peter Senna Tschudin (3): arch/arm/mach-omap1/devices.c: Remove unecessary semicolon arch/arm/mach-omap2: Remove unecessary semicolon arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolon R Sricharan (1): ARM: OMAP2+: Round of the carve out memory requested to section_size Raphael Assenat (1): AM35xx: Add missing hwmod entry for the HDQ/1-Wire present in AM3505/3517 CPUs. Shubhrajyoti D (1): ARM: OMAP: rx51: Fix a section mismatch warn Vaibhav Hiremath (1): ARM: OMAP2+: Add am335x evm and bone targets to common Makefile Vikram Narayanan (1): arm/omap: Replace board_ref_clock with enum values Wei Yongjun (4): OMAPDSS: fix return value check in create_dss_pdev() ARM: OMAP: hsmmc: fix return value check in omap_hsmmc_init_one() ARM: OMAP: fix return value check in realtime_counter_init() ARM: OMAP2+: remove duplicated include from board-omap3stalker.c Yegor Yefremov (1): arm: increase FORCE_MAX_ZONEORDER for TI AM33XX arch/arm/Kconfig | 1 + arch/arm/boot/dts/Makefile | 4 +++- arch/arm/mach-omap1/devices.c | 2 +- arch/arm/mach-omap2/board-flash.c | 2 +- arch/arm/mach-omap2/board-omap3stalker.c | 5 ----- arch/arm/mach-omap2/board-omap4panda.c | 3 +-- arch/arm/mach-omap2/board-rx51-peripherals.c | 2 +- arch/arm/mach-omap2/board-zoom-peripherals.c | 3 +-- arch/arm/mach-omap2/clkt_clksel.c | 2 +- arch/arm/mach-omap2/display.c | 2 +- arch/arm/mach-omap2/gpmc.c | 4 ++-- arch/arm/mach-omap2/hsmmc.c | 2 +- arch/arm/mach-omap2/mux.c | 2 +- arch/arm/mach-omap2/omap-secure.c | 4 ++-- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 7 ++++--- arch/arm/mach-omap2/pm-debug.c | 2 +- arch/arm/mach-omap2/timer.c | 2 +- arch/arm/plat-omap/Kconfig | 1 + arch/arm/plat-omap/counter_32k.c | 21 ++++++++++++++------- arch/arm/plat-omap/omap-pm-noop.c | 8 ++++---- 20 files changed, 42 insertions(+), 37 deletions(-)