public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Samer El-Haj-Mahmoud" <samer.el-haj-mahmoud@arm.com>
To: Leif Lindholm <leif@nuviainc.com>,
	Ard Biesheuvel <Ard.Biesheuvel@arm.com>
Cc: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	Ray Ni <ray.ni@intel.com>,
	Michael D Kinney <michael.d.kinney@intel.com>
Subject: Re: [edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers
Date: Thu, 14 May 2020 13:30:21 +0000	[thread overview]
Message-ID: <DB7PR08MB3260C9D0FB85FC0A7DBFCF6390BC0@DB7PR08MB3260.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20200512111527.GC21486@vanye>



> -----Original Message-----
> From: Leif Lindholm <leif@nuviainc.com>
> Sent: Tuesday, May 12, 2020 7:15 AM
> To: Ard Biesheuvel <Ard.Biesheuvel@arm.com>
> Cc: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>;
> devel@edk2.groups.io; Ray Ni <ray.ni@intel.com>; Michael D Kinney
> <michael.d.kinney@intel.com>
> Subject: Re: [edk2-platform][PATCH v1 0/4] Update ASIX USB Networking
> drivers
>
> On Mon, May 11, 2020 at 17:50:54 +0200, Ard Biesheuvel wrote:
> > On 5/10/20 1:15 PM, Samer El-Haj-Mahmoud wrote:
> > > This series updates the ASIX USB networking drivers:
> > >
> > >   - Create new Silicon/ASIX/ package
> > >   - Move existing Ax88772 and Ax88772b drivers from OptionRomPkg
> > >     to the newly created AsixPkg
> > >   - Add new ASIX drivers Ax88179 and Ax88772c
> > >
> > > Code pushed to
> > > https://github.com/samerhaj/edk2-platforms/tree/asix_usb_nic_drivers
> > > _v2
> > >
> > > version 1: https://edk2.groups.io/g/devel/message/58771
> > > version 2 changes:
> > >   - Create new ASIX Package to host existing and new ASIX
> > > drivers[Ray]
> > >
> > > Cc: Ray Ni <ray.ni@intel.com>
> > > Cc: Leif Lindholm <leif@nuviainc.com>
> > > Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> > > Cc: Michael D Kinney <michael.d.kinney@intel.com>
> > >
> > > Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-
> mahmoud@arm.com>
> > >
> > > Samer El-Haj-Mahmoud (4):
> > >    Silicon/AsixPkg: Create AsixPkg
> > >    Drivers/OptionRomPkg: Move ASIX drivers to AsixPkg
> > >    Silicon/AsixPkg: Add ASIX Ax88179 driver
> > >    Silicon/AsixPkg: Add ASIX Ax88772c driver
> > >
> >
> > I happened to have one of each of these dongles in my drawer, so I
> > managed to test them both.
> >
> > Both work fine, although the 88179 one was rather slow.
> >
> > In any case, the 10/100 one I tried is an Apple one (05ac:1402) which
> > is also supported by the 88772b driver. The only other vid/pid pair
> > which that old driver supports is also supported by the new one, so I
> > think we can drop the old one altogether. The non-b 7720 driver is
> > also supported by the new
> > 10/100 driver, so we can drop the old 88772 as well, afaict.
>
> If we can drop the old ones, I will be very happy.
> I was just about to start providing some feedback on those (beyond what
> you have) including bits like "drop the Hungarian notation".
>

Sure, I can drop the old 8872/8872b drivers if we can replace with 8872c

> Fixing those would be a fair amount of effort, and moving out of their legacy
> home before that would set a bad example.
>
> /
>     Leif
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

      reply	other threads:[~2020-05-14 13:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-10 11:15 [edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers Samer El-Haj-Mahmoud
2020-05-10 11:15 ` [edk2-platform][PATCH v1 1/4] Silicon/AsixPkg: Create AsixPkg Samer El-Haj-Mahmoud
2020-05-10 11:15 ` [edk2-platform][PATCH v1 2/4] Drivers/OptionRomPkg: Move ASIX drivers to AsixPkg Samer El-Haj-Mahmoud
2020-05-11  5:18   ` Ni, Ray
2020-05-14 15:54     ` Samer El-Haj-Mahmoud
2020-05-15  6:43       ` [edk2-devel] " Ni, Ray
2020-05-10 11:15 ` [edk2-platform][PATCH v1 3/4] Silicon/AsixPkg: Add ASIX Ax88179 driver Samer El-Haj-Mahmoud
2020-05-11 14:38   ` Ard Biesheuvel
2020-05-11 15:04     ` [edk2-devel] " Samer El-Haj-Mahmoud
2020-05-11 15:06       ` Ard Biesheuvel
2020-05-12 13:02   ` Leif Lindholm
2020-05-14 15:45     ` Samer El-Haj-Mahmoud
2020-05-10 11:15 ` [edk2-platform][PATCH v1 4/4] Silicon/AsixPkg: Add ASIX Ax88772c driver Samer El-Haj-Mahmoud
2020-05-12 13:22   ` Leif Lindholm
2020-05-14 15:51     ` Samer El-Haj-Mahmoud
2020-05-11 15:50 ` [edk2-platform][PATCH v1 0/4] Update ASIX USB Networking drivers Ard Biesheuvel
2020-05-12 11:15   ` Leif Lindholm
2020-05-14 13:30     ` Samer El-Haj-Mahmoud [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR08MB3260C9D0FB85FC0A7DBFCF6390BC0@DB7PR08MB3260.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox