From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758497Ab1F3HLP (ORCPT ); Thu, 30 Jun 2011 03:11:15 -0400 Received: from linux-sh.org ([111.68.239.195]:40448 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767Ab1F3HLG (ORCPT ); Thu, 30 Jun 2011 03:11:06 -0400 Date: Thu, 30 Jun 2011 16:11:00 +0900 From: Paul Mundt To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] sh fixes for 3.0-rc6 Message-ID: <20110630071059.GA24169@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 Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-3.x.git sh-fixes-for-linus Which contains: Paul Mundt (2): sh: Fix up unmet dependency warnings with USB EHCI/OHCI selects. sh: use printk_ratelimited instead of printk_ratelimit Yoshihiro Shimoda (5): sh: fix compile error using sh7757lcr_defconfig sh: add platform_device of EHCI/OHCI to setup-sh7757 sh: add to select the new configuration for USB EHCI/OHCI sh: fix the INTC vector for IRQ and IRL in setup-sh7757 sh: fix the value of sh_dmae_slave_config in setup-sh7757 arch/sh/Kconfig | 5 ++ arch/sh/configs/sh7757lcr_defconfig | 8 +-- arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 106 +++++++++++++++++++++++-------- arch/sh/kernel/irq.c | 6 +- arch/sh/mm/alignment.c | 9 ++- 5 files changed, 94 insertions(+), 40 deletions(-)