From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754792Ab3JMQoC (ORCPT ); Sun, 13 Oct 2013 12:44:02 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:36144 "EHLO mail-pb0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753275Ab3JMQoA (ORCPT ); Sun, 13 Oct 2013 12:44:00 -0400 Date: Sun, 13 Oct 2013 09:43:33 -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 Subject: [GIT PULL] ARM: SoC fixes for 3.12-rc Message-ID: <20131013164333.GA10894@quad.lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 d0e639c9e06d44e713170031fe05fb60ebe680af: Linux 3.12-rc4 (2013-10-06 14:00:20 -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 4d594dd3028ba8cdfcbd854bde3811a1ee4e36d7: ARM: exynos: dts: Update 5250 arch timer node with clock frequency (2013-10-13 09:33:54 -0700) ---------------------------------------------------------------- ARM: SoC fixes for 3.12-rc A small batch of fixes this week, mostly OMAP related. Nothing stands out as particularly controversial. Also a fix for a 3.12-rc1 timer regression for Exynos platforms, including the Chromebooks. ---------------------------------------------------------------- Aaro Koskinen (1): ARM: OMAP2: gpmc-onenand: fix sync mode setup with DT Nishanth Menon (1): ARM: OMAP3: Fix hardware detection for omap3630 when booted with device tree Olof Johansson (1): Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/.../tmlind/linux-omap into fixes Pali Rohár (1): ARM: OMAP2: RX-51: Add missing max_current to rx51_lp5523_led_config Simon Barth (1): ARM: mach-omap2: board-generic: fix undefined symbol Tony Lindgren (1): ARM: dts: Fix pinctrl mask for omap3 Yuvaraj Kumar C D (1): ARM: exynos: dts: Update 5250 arch timer node with clock frequency arch/arm/boot/dts/exynos5250.dtsi | 5 +++++ arch/arm/boot/dts/omap3-beagle-xm.dts | 2 +- arch/arm/boot/dts/omap3.dtsi | 4 ++-- arch/arm/mach-omap2/board-generic.c | 18 ++++++++++++++++++ arch/arm/mach-omap2/board-rx51-peripherals.c | 9 +++++++++ arch/arm/mach-omap2/gpmc-onenand.c | 12 +++++++++++- arch/arm/mach-omap2/mux.h | 4 +--- arch/arm/mach-omap2/timer.c | 4 ++-- include/dt-bindings/pinctrl/omap.h | 4 +--- 9 files changed, 50 insertions(+), 12 deletions(-)