From patchwork Thu Mar 31 16:46:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Tr=C3=BCbenbach=2C_Ralf?= X-Patchwork-Id: 89098 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7F23CB6EFF for ; Fri, 1 Apr 2011 03:47:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22A6F2808C; Thu, 31 Mar 2011 18:47:18 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lRL4t3h8xZAk; Thu, 31 Mar 2011 18:47:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 94D9B2808D; Thu, 31 Mar 2011 18:47:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B70702808D for ; Thu, 31 Mar 2011 18:47:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E0aFjkhZaiFV for ; Thu, 31 Mar 2011 18:46:54 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail188.messagelabs.com (mail188.messagelabs.com [85.158.139.163]) by theia.denx.de (Postfix) with ESMTPS id 068DA2808C for ; Thu, 31 Mar 2011 18:46:52 +0200 (CEST) X-VirusChecked: Checked X-Env-Sender: Ralf.Truebenbach@men.de X-Msg-Ref: server-2.tower-188.messagelabs.com!1301590008!49989518!1 X-StarScan-Version: 6.2.9; banners=-,-,- X-Originating-IP: [195.127.220.122] Received: (qmail 5094 invoked from network); 31 Mar 2011 16:46:48 -0000 Received: from unknown (HELO keys.men.de) (195.127.220.122) by server-2.tower-188.messagelabs.com with AES128-SHA encrypted SMTP; 31 Mar 2011 16:46:48 -0000 Received: from men-exch1.intra.men.de ([192.168.1.1]) by keys.men.de (PGP Universal service); Thu, 31 Mar 2011 18:46:48 +0200 X-PGP-Universal: processed; by keys.men.de on Thu, 31 Mar 2011 18:46:48 +0200 Received: from MEN-EX1.intra.men.de ([192.168.1.2]) by men-exch1.intra.men.de with Microsoft SMTPSVC(6.0.3790.3959); Thu, 31 Mar 2011 18:46:48 +0200 Received: from MEN-EX2.intra.men.de ([fe80::cd66:369a:26d7:be00]) by MEN-EX1.intra.men.de ([fe80::116c:94db:44e4:2cfa%13]) with mapi id 14.01.0270.001; Thu, 31 Mar 2011 18:46:47 +0200 From: =?iso-8859-1?Q?Tr=FCbenbach=2C_Ralf?= To: "u-boot@lists.denx.de" Thread-Topic: [PATCH] ehci-pci: Add PCI EHCI controller Thread-Index: Acvvwdw1goKGMVPvQlC8HNzk96aFbQ== Date: Thu, 31 Mar 2011 16:46:47 +0000 Message-ID: Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.3.18] MIME-Version: 1.0 X-OriginalArrivalTime: 31 Mar 2011 16:46:48.0197 (UTC) FILETIME=[3A0FDB50:01CBEFC3] Subject: [U-Boot] [PATCH] ehci-pci: Add PCI EHCI controller X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This patch adds support for the PI7C9X442SL PCIe EHCI host controller from Pericom. Tested at P4080DS eval board from Freescale. Signed-off-by: Ralf Trübenbach Cc: Remy Bohmer --- -- Best Regards/Mit freundlichen Gruessen Ralf Trübenbach ------------------------------------------------------------------------ Ralf Trübenbach, Software Design MEN Mikro Elektronik GmbH Neuwieder Straße 5-7 90411 Nürnberg, Germany Phone +49-911-99 33 5-0 Fax +49-911-99 33 5-910 Ralf.Truebenbach@men.de www.men.de MEN Mikro Elektronik GmbH - Manfred Schmitz (CTO), Udo Fuchs (CFO) Handelsregister/Trade Register AG Nürnberg HRB 5540 diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index cff3438..2b68f7b 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -28,7 +28,8 @@ #ifdef CONFIG_PCI_EHCI_DEVICE static struct pci_device_id ehci_pci_ids[] = { /* Please add supported PCI EHCI controller ids here */ - {0x1033, 0x00E0}, + {0x1033, 0x00E0}, /* NEC */ + {0x12D8, 0x400F}, /* Pericom */ {0, 0} }; #endif