diff mbox

[U-Boot] net: asix: Add support for AX88772B

Message ID 1412826210-19353-1-git-send-email-acourbot@nvidia.com
State Awaiting Upstream
Delegated to: Marek Vasut
Headers show

Commit Message

Alexandre Courbot Oct. 9, 2014, 3:43 a.m. UTC
This USB device works as-is on this driver.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---

 drivers/usb/eth/asix.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Oct. 9, 2014, 5:56 a.m. UTC | #1
On 8 October 2014 21:43, Alexandre Courbot <acourbot@nvidia.com> wrote:
>
> This USB device works as-is on this driver.
>
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
> ---
>
>  drivers/usb/eth/asix.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
> index 6557055e02b8..11811094ede8 100644
> --- a/drivers/usb/eth/asix.c
> +++ b/drivers/usb/eth/asix.c
> @@ -580,6 +580,7 @@ static const struct asix_dongle asix_dongles[] = {
>         { 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
>         /* ASIX 88772B */
>         { 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
> +       { 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
>         { 0x0000, 0x0000, FLAG_NONE }   /* END - Do not remove */
>  };
>
> --
> 2.1.2
>

Well that seems OK then.

Acked-by: Simon Glass <sjg@chromium.org>
Marek Vasut Oct. 9, 2014, 3:10 p.m. UTC | #2
On Thursday, October 09, 2014 at 05:43:30 AM, Alexandre Courbot wrote:
> This USB device works as-is on this driver.
> 
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>

Acked-by: Marek Vasut <marex@denx.de>

It's a network device, but it's also USB. Joe, do you want to pick
this up please? Alexandre, please keep an eye on the patch and if
it doesn't get picked up for a week or so, poke me and I'll pick
it through USB.

I would be even OK if such a trivial thing made it into 2014.10, but
I'm not in position to vouch on that right now.

Best regards,
Marek Vasut
Alexandre Courbot Oct. 22, 2014, 5:03 a.m. UTC | #3
Hi Marek,

I am still not seeing this patch in mainline ; maybe you will want to 
take it as you suggested?

Thanks,
Alex.

On 10/10/2014 12:10 AM, Marek Vasut wrote:
> On Thursday, October 09, 2014 at 05:43:30 AM, Alexandre Courbot wrote:
>> This USB device works as-is on this driver.
>>
>> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
>
> Acked-by: Marek Vasut <marex@denx.de>
>
> It's a network device, but it's also USB. Joe, do you want to pick
> this up please? Alexandre, please keep an eye on the patch and if
> it doesn't get picked up for a week or so, poke me and I'll pick
> it through USB.
>
> I would be even OK if such a trivial thing made it into 2014.10, but
> I'm not in position to vouch on that right now.
>
> Best regards,
> Marek Vasut
>
Marek Vasut Oct. 22, 2014, 6:17 p.m. UTC | #4
On Thursday, October 09, 2014 at 05:43:30 AM, Alexandre Courbot wrote:
> This USB device works as-is on this driver.
> 
> Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
> ---
> 
>  drivers/usb/eth/asix.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
> index 6557055e02b8..11811094ede8 100644
> --- a/drivers/usb/eth/asix.c
> +++ b/drivers/usb/eth/asix.c
> @@ -580,6 +580,7 @@ static const struct asix_dongle asix_dongles[] = {
>  	{ 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
>  	/* ASIX 88772B */
>  	{ 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
> +	{ 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
>  	{ 0x0000, 0x0000, FLAG_NONE }	/* END - Do not remove */
>  };

Applied, thanks!

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c
index 6557055e02b8..11811094ede8 100644
--- a/drivers/usb/eth/asix.c
+++ b/drivers/usb/eth/asix.c
@@ -580,6 +580,7 @@  static const struct asix_dongle asix_dongles[] = {
 	{ 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
 	/* ASIX 88772B */
 	{ 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
+	{ 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
 	{ 0x0000, 0x0000, FLAG_NONE }	/* END - Do not remove */
 };