From patchwork Mon Sep 12 16:07:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 114401 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 DCCB7B71CD for ; Tue, 13 Sep 2011 02:08:04 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R3936-0005EO-RL; Mon, 12 Sep 2011 16:07:57 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R3936-0003K8-FP; Mon, 12 Sep 2011 16:07:56 +0000 Received: from moutng.kundenserver.de ([212.227.126.186]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R3933-0003Jp-C4 for linux-arm-kernel@lists.infradead.org; Mon, 12 Sep 2011 16:07:54 +0000 Received: from klappe2.localnet (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Me7T8-1QmAOJ1sR4-00PPGy; Mon, 12 Sep 2011 18:07:49 +0200 From: Arnd Bergmann To: Linus Torvalds Subject: [GIT PULL] arm-soc fixes for 3.1 Date: Mon, 12 Sep 2011 18:07:45 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.35-22-generic; KDE/4.3.2; x86_64; ; ) MIME-Version: 1.0 Message-Id: <201109121807.45377.arnd@arndb.de> X-Provags-ID: V02:K0:KBdHq6WxM/NKg3CqzmNocys+8xz37x0U3q4uqhWKc5V gfVc2RoGle5lKBTcJxPsZGGjGmdebksWn1irwkVp2TrjPc7QF3 N7r+gC855WDX7XjeAqDmYGUE3LgjO4d5+LiUxRr/xfwg2hz7Og D/D73KP4H/9/5vhzX4q0WWhUXKSXtRE5j7Zc2it2216Ah0KvcQ fZb81dpU3myJJYBaF6ala4oBeyG0RPceL/kp/TJmPrU4XhIPBp 3Gt1aDeD1ZwQDOboOx68k9xGYwRhn0VVz/zTYfzCYl7cchM8Qd c1ICYon58KZLwxAf+3Tcknow9cniZJHQybRlx6HkGu1/i5reuQ VKvWdeS/5uFFEV4FWZjg= X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110912_120753_727248_EFF3457C X-CRM114-Status: GOOD ( 12.34 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [212.227.126.186 listed in list.dnswl.org] Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Hi Linus, I've moved a copy of the arm-soc tree to git.linaro.org for now. Since g.k.o contains to be unavailable, that seemed to be the most reliable alternative for me. The fixes for 3.1 that have come in during this time are for four platforms: cns3xxx, davinci, omap2+, and prima2. I have a large set of build fixes that I found myself during randconfig builds, but most of these have been around forever, so I'm waiting for the merge window with those. I'm trying to feed the actual build regressions through the individual maintainers, so a few of those might be still be coming. Arnd The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7: Linux 3.1-rc5 (2011-09-04 15:45:10 -0700) are available in the git repository at: git://git.linaro.org/people/arnd/arm-soc.git fixes Anton Vorontsov (1): ARM: cns3xxx: Fix newly introduced warnings in the PCIe code Arnd Bergmann (2): Merge branches 'cns3xxx/fixes', 'omap/fixes' and 'davinci/fixes' into fixes Merge branch 'sirf/fixes' into fixes Jamie Iles (1): ARM: CSR: add missing sentinels to of_device_id tables Linus Walleij (1): ARM: davinci: fix cache flush build error Paul Walmsley (5): OMAP4: clock: re-enable previous clockdomain enable/disable sequence OMAP4: clock: fix compile warning OMAP3: clock: indicate that gpt12_fck and wdt1_fck are in the WKUP clockdomain OMAP2430: hwmod: musb: add missing terminator to omap2430_usbhsotg_addrs[] Merge branches 'non_hwmod_compliant_fix_3.1rc', 'omap3_clock_fixes_3.1rc', 'omap4_clock_fixes_3.1rc', 'missing_2430_musb_adds_terminator_fix_3.1rc' and 'pwrdm_clkdm_fixes_3.1rc' into prcm-fixes-a-3.1rc Rajashekhara, Sudhakar (1): ARM: davinci: da850 EVM: read mac address from SPI flash Rajendra Nayak (1): OMAP: powerdomains: Make all powerdomain target states as ON at init Santosh Shilimkar (1): OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force wakeup Sergei Shtylyov (1): ARM: davinci: correct MDSTAT_STATE_MASK Tommy Lin (1): ARM: cns3xxx: Fix compile error caused by hardware.h removed arch/arm/mach-cns3xxx/include/mach/entry-macro.S | 1 - arch/arm/mach-cns3xxx/include/mach/system.h | 1 - arch/arm/mach-cns3xxx/include/mach/uncompress.h | 1 - arch/arm/mach-cns3xxx/pcie.c | 2 +- arch/arm/mach-davinci/board-da850-evm.c | 28 ++++++++++++++++++++++ arch/arm/mach-davinci/include/mach/psc.h | 2 +- arch/arm/mach-davinci/sleep.S | 6 ++++- arch/arm/mach-omap2/clock3xxx_data.c | 2 + arch/arm/mach-omap2/clock44xx_data.c | 10 +++++++- arch/arm/mach-omap2/clockdomain.c | 2 + arch/arm/mach-omap2/omap_hwmod_2430_data.c | 1 + arch/arm/mach-omap2/pm.c | 2 - arch/arm/mach-omap2/powerdomain.c | 25 ++++++++++++------- arch/arm/mach-prima2/clock.c | 1 + arch/arm/mach-prima2/irq.c | 1 + arch/arm/mach-prima2/rstc.c | 1 + arch/arm/mach-prima2/timer.c | 1 + 17 files changed, 69 insertions(+), 18 deletions(-)