From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751167AbaHJFNk (ORCPT ); Sun, 10 Aug 2014 01:13:40 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:52860 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbaHJFNj (ORCPT ); Sun, 10 Aug 2014 01:13:39 -0400 Date: Sat, 9 Aug 2014 22:14:08 -0700 From: Olof Johansson To: torvalds@linux-foundation.org Cc: olof@lixom.net, arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Guenter Roeck , Stephen Rothwell Subject: [GIT PULL] ARM: SoC fixes Message-ID: <20140810051408.GA14964@quad.lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit c309bfa9b481e7dbd3e1ab819271bf3009f44859: Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd (2014-08-08 18:13:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-for-linus for you to fetch changes up to ee34fb97a96ceac3334705ebab8b541ca291699f: ARM: dts: exynos5420: remove disp_pd (2014-08-09 08:25:50 -0700) ---------------------------------------------------------------- ARM: SoC fixes for 3.17 merge window - A short branch of OMAP fixes that we didn't merge before the window opened. - A small cleanup that sorts the rk3288 dts entries properly - A build fix due to a reference to a removed DT node on exynos ---------------------------------------------------------------- Doug Anderson (1): ARM: dts: Fix the sort ordering of EHCI and HSIC in rk3288.dtsi Jeremy Vial (2): ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case. ARM: OMAP3: Fix coding style problems in arch/arm/mach-omap2/control.c Olof Johansson (1): Merge tag 'omap-for-v3.17/soc-fixes' of git://git.kernel.org/.../tmlind/linux-omap into fixes Paul Walmsley (1): ARM: OMAP2+: clock: allow omap2_dpll_round_rate() to round to next-lowest rate Stephen Rothwell (1): ARM: dts: exynos5420: remove disp_pd Tomasz Figa (1): ARM: EXYNOS: Fix suspend/resume sequences Tony Lindgren (1): Merge tag 'for-v3.17/omap-clock-b' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.17/soc arch/arm/boot/dts/exynos5420.dtsi | 1 - arch/arm/boot/dts/rk3288.dtsi | 40 +++++----- arch/arm/mach-exynos/pm.c | 163 ++++++++++++++++++-------------------- arch/arm/mach-omap2/clkt_dpll.c | 28 +++++-- arch/arm/mach-omap2/control.c | 6 +- arch/arm/mach-omap2/dpll3xxx.c | 13 ++- drivers/cpuidle/cpuidle-exynos.c | 25 +----- 7 files changed, 135 insertions(+), 141 deletions(-)