Re: [U-Boot] [PATCH 1/4] eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter

2016-08-03 Thread Marek Vasut
On 08/03/2016 08:14 AM, Alban Bedel wrote:
> Added support for the Cypress GX3 SuperSpeed to Gigabit Ethernet
> Bridge Controller (VID_04b4/PID_3610).
> 
> Signed-off-by: Alban Bedel 

Applied, thanks

> ---
>  drivers/usb/eth/asix88179.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/usb/eth/asix88179.c b/drivers/usb/eth/asix88179.c
> index 5e1ea8693b0b..9e04c7c5c658 100644
> --- a/drivers/usb/eth/asix88179.c
> +++ b/drivers/usb/eth/asix88179.c
> @@ -185,6 +185,7 @@
>  #define FLAG_TYPE_SITECOM(1U << 3)
>  #define FLAG_TYPE_SAMSUNG(1U << 4)
>  #define FLAG_TYPE_LENOVO (1U << 5)
> +#define FLAG_TYPE_GX3(1U << 6)
>  
>  /* local vars */
>  static const struct {
> @@ -596,6 +597,7 @@ static const struct asix_dongle asix_dongles[] = {
>   { 0x0df6, 0x0072, FLAG_TYPE_SITECOM },
>   { 0x04e8, 0xa100, FLAG_TYPE_SAMSUNG },
>   { 0x17ef, 0x304b, FLAG_TYPE_LENOVO },
> + { 0x04b4, 0x3610, FLAG_TYPE_GX3 },
>   { 0x, 0x, FLAG_NONE }   /* END - Do not remove */
>  };
>  
> 


-- 
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/4] eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter

2016-08-02 Thread Alban Bedel
Added support for the Cypress GX3 SuperSpeed to Gigabit Ethernet
Bridge Controller (VID_04b4/PID_3610).

Signed-off-by: Alban Bedel 
---
 drivers/usb/eth/asix88179.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/eth/asix88179.c b/drivers/usb/eth/asix88179.c
index 5e1ea8693b0b..9e04c7c5c658 100644
--- a/drivers/usb/eth/asix88179.c
+++ b/drivers/usb/eth/asix88179.c
@@ -185,6 +185,7 @@
 #define FLAG_TYPE_SITECOM  (1U << 3)
 #define FLAG_TYPE_SAMSUNG  (1U << 4)
 #define FLAG_TYPE_LENOVO   (1U << 5)
+#define FLAG_TYPE_GX3  (1U << 6)
 
 /* local vars */
 static const struct {
@@ -596,6 +597,7 @@ static const struct asix_dongle asix_dongles[] = {
{ 0x0df6, 0x0072, FLAG_TYPE_SITECOM },
{ 0x04e8, 0xa100, FLAG_TYPE_SAMSUNG },
{ 0x17ef, 0x304b, FLAG_TYPE_LENOVO },
+   { 0x04b4, 0x3610, FLAG_TYPE_GX3 },
{ 0x, 0x, FLAG_NONE }   /* END - Do not remove */
 };
 
-- 
2.9.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot