From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187Ab1H2IUv (ORCPT ); Mon, 29 Aug 2011 04:20:51 -0400 Received: from linux-sh.org ([111.68.239.195]:34074 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752886Ab1H2IUq (ORCPT ); Mon, 29 Aug 2011 04:20:46 -0400 Date: Mon, 29 Aug 2011 17:20:14 +0900 From: Paul Mundt To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] rmobile updates for 3.1-rc5 Message-ID: <20110829082014.GA17767@linux-sh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nothing particularly noteworthy here, mostly random fixes, stubbing in some clock definitions, and wiring up some platform data. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-3.x.git rmobile-fixes-for-linus Which contains: Jesper Juhl (1): ARM: static should be at beginning of declaration Kuninori Morimoto (4): ARM: mach-shmobile: sh7372: Add USB-DMAC support ARM: mach-shmobile: mackerel: Add USB-DMA ID ARM: mach-shmobile: clock-sh73a0: tidyup CKSCR main clock selecter ARM: mach-shmobile: clock-sh7372: fixup USB-DMAC1 settings Magnus Damm (4): ARM: mach-shmobile: Use CMT2 for timer on sh7372 ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCS ARM: mach-shmobile: sh7372 MSIOF clock support ARM: mach-shmobile: sh7372 CMT3 and CMT4 clock support Simon Horman (2): ARM: mach-shmobile: ag5evm: SDHI requires waiting for idle mmc: sdhi, mmcif: zboot: Correct clock disable logic arch/arm/boot/compressed/mmcif-sh7372.c | 2 +- arch/arm/boot/compressed/sdhi-sh7372.c | 2 +- arch/arm/mach-shmobile/board-ag5evm.c | 3 +- arch/arm/mach-shmobile/board-mackerel.c | 4 + arch/arm/mach-shmobile/clock-sh7372.c | 29 ++++- arch/arm/mach-shmobile/clock-sh73a0.c | 2 +- arch/arm/mach-shmobile/include/mach/sh7372.h | 4 + arch/arm/mach-shmobile/intc-sh7372.c | 7 +- arch/arm/mach-shmobile/setup-sh7372.c | 176 +++++++++++++++++++++++--- 9 files changed, 199 insertions(+), 30 deletions(-)