From patchwork Fri Jul 3 09:40:03 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 33889 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n639iDsP012230 for ; Fri, 3 Jul 2009 09:44:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753176AbZGCJnm (ORCPT ); Fri, 3 Jul 2009 05:43:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755822AbZGCJnm (ORCPT ); Fri, 3 Jul 2009 05:43:42 -0400 Received: from mail-px0-f190.google.com ([209.85.216.190]:40101 "EHLO mail-px0-f190.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753176AbZGCJnl (ORCPT ); Fri, 3 Jul 2009 05:43:41 -0400 Received: by pxi28 with SMTP id 28so2139443pxi.33 for ; Fri, 03 Jul 2009 02:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :subject; bh=8b2vhVtvsRMpmfnFK0s3K8XvSPMy8ULnglSRyjzySWA=; b=BkZLqjpAU/LORmLabI68bNvVUvjfvapyCbeQkN+fC5rk45bGObtHw1225FQrCz1ckT UZ+OY4/jVAxTcdZU66D1Y/iQ8kvvCXSCkRLas7gbzgn5XgIqPPX8iLCk2PmVsxMRyBjj 7fBJzCVeR9ysCkD/dODkpNqnWr/NZfG4ahnVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:subject; b=YpBVjWikOvFGgZhwzKSBt7rJlZyVth0WhOg5D23DdtOYkXdelRN+UQ6anhz3RJDUK3 yc9LviPesCLXRc/ASM3om8L1IYDnmpT0JMYwcvwfZx0CcYutsM0TS6Ep8JfpuKR5FRYJ LmuWg4I8BVZAlc78e8J0/3i5H4UmnYpGyJ79A= Received: by 10.115.94.1 with SMTP id w1mr1696217wal.71.1246614224816; Fri, 03 Jul 2009 02:43:44 -0700 (PDT) Received: from rx1.opensource.se (210.5.32.202.bf.2iij.net [202.32.5.210]) by mx.google.com with ESMTPS id l37sm5944151waf.40.2009.07.03.02.43.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Jul 2009 02:43:44 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , lethal@linux-sh.org Date: Fri, 03 Jul 2009 18:40:03 +0900 Message-Id: <20090703094003.17570.77651.sendpatchset@rx1.opensource.se> Subject: [PATCH] sh: add r8a66597 usb0 host to the se7724 board Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Add USB host support for port CN27 on the Solution Engine 7724 board. The r8a66597-hcd driver is hooked up as a platform device and some registers are configured to enable the USB host function. The hardware driving the USB port is the on-chip USB0 block in the sh7724 processor configured as USB host controller. Signed-off-by: Magnus Damm --- arch/sh/boards/mach-se/7724/setup.c | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/boards/mach-se/7724/setup.c +++ work/arch/sh/boards/mach-se/7724/setup.c 2009-07-03 16:34:34.000000000 +0900 @@ -19,6 +19,7 @@ #include #include #include +#include #include