diff mbox

[U-Boot] echi: add ULI1575 PCI ID

Message ID 1300028839-29610-1-git-send-email-galak@kernel.crashing.org
State Accepted
Commit 298f8af17b5056fd4135708c1745572f351bd339
Delegated to: Kumar Gala
Headers show

Commit Message

Kumar Gala March 13, 2011, 3:07 p.m. UTC
From: Zhao Chenhui <b35336@freescale.com>

Add ULI1575 EHCI controller to the list of the supported devices.

Signed-off-by: Zhao Chenhui <b35336@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
* replaces previous patch for 8572ds
* adds feedback from Remy

 drivers/usb/host/ehci-pci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Kumar Gala March 15, 2011, 7:48 a.m. UTC | #1
On Mar 13, 2011, at 10:07 AM, Kumar Gala wrote:

> From: Zhao Chenhui <b35336@freescale.com>
> 
> Add ULI1575 EHCI controller to the list of the supported devices.
> 
> Signed-off-by: Zhao Chenhui <b35336@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> * replaces previous patch for 8572ds
> * adds feedback from Remy
> 
> drivers/usb/host/ehci-pci.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
> index cff3438..bf490b0 100644
> --- a/drivers/usb/host/ehci-pci.c
> +++ b/drivers/usb/host/ehci-pci.c
> @@ -29,6 +29,7 @@
> static struct pci_device_id ehci_pci_ids[] = {
> 	/* Please add supported PCI EHCI controller ids here */
> 	{0x1033, 0x00E0},
> +	{0x10b9, 0x5239},	/* ULI1575 PCI EHCI module ids */
> 	{0, 0}
> };
> #endif
> -- 
> 1.7.2.3

Remy, do you mind Ack and if are you ok if this goes via u-boot-85xx tree to keep it in sync with the board patch?

- k
Remy Bohmer March 16, 2011, 2:43 p.m. UTC | #2
Hi,

2011/3/15 Kumar Gala <galak@kernel.crashing.org>:
>
> On Mar 13, 2011, at 10:07 AM, Kumar Gala wrote:
>
>> From: Zhao Chenhui <b35336@freescale.com>
>>
>> Add ULI1575 EHCI controller to the list of the supported devices.
>>
>> Signed-off-by: Zhao Chenhui <b35336@freescale.com>
>> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
>> ---
>> * replaces previous patch for 8572ds
>> * adds feedback from Remy
>>
>> drivers/usb/host/ehci-pci.c |    1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
>> index cff3438..bf490b0 100644
>> --- a/drivers/usb/host/ehci-pci.c
>> +++ b/drivers/usb/host/ehci-pci.c
>> @@ -29,6 +29,7 @@
>> static struct pci_device_id ehci_pci_ids[] = {
>>       /* Please add supported PCI EHCI controller ids here */
>>       {0x1033, 0x00E0},
>> +     {0x10b9, 0x5239},       /* ULI1575 PCI EHCI module ids */
>>       {0, 0}
>> };
>> #endif
>> --
>> 1.7.2.3
>
> Remy, do you mind Ack and if are you ok if this goes via u-boot-85xx tree to keep it in sync with the board patch?

You can push it forward via the u-boot-85xx tree.
Acked-by: Remy Bohmer <linux@bohmer.net>

Remy
Kumar Gala March 17, 2011, 9:04 p.m. UTC | #3
On Mar 13, 2011, at 10:07 AM, Kumar Gala wrote:

> From: Zhao Chenhui <b35336@freescale.com>
> 
> Add ULI1575 EHCI controller to the list of the supported devices.
> 
> Signed-off-by: Zhao Chenhui <b35336@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> * replaces previous patch for 8572ds
> * adds feedback from Remy
> 
> drivers/usb/host/ehci-pci.c |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied to 85xx-next

- k
diff mbox

Patch

diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c
index cff3438..bf490b0 100644
--- a/drivers/usb/host/ehci-pci.c
+++ b/drivers/usb/host/ehci-pci.c
@@ -29,6 +29,7 @@ 
 static struct pci_device_id ehci_pci_ids[] = {
 	/* Please add supported PCI EHCI controller ids here */
 	{0x1033, 0x00E0},
+	{0x10b9, 0x5239},	/* ULI1575 PCI EHCI module ids */
 	{0, 0}
 };
 #endif