From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 11 Sep 2014 20:21:45 +0200 Subject: [U-Boot] [PATCH v2 1/2] usb: eth: add ASIX AX88179 DRIVER In-Reply-To: <54115E75.5000102@cit-ec.uni-bielefeld.de> References: <1409754681-12855-1-git-send-email-rgriessl@cit-ec.uni-bielefeld.de> <201409101700.47161.marex@denx.de> <54115E75.5000102@cit-ec.uni-bielefeld.de> Message-ID: <201409112021.46102.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, September 11, 2014 at 10:33:57 AM, Ren? Griessl wrote: [...] > > I didn't look deep enough. The 88179 driver is a completely separate > > driver, not sharing any code what-so-ever with the other ASIX driver, > > yes ? > > The USB read and write cmd functions are similar and the probe function > is the same. So they are > sharing 6% of code. > What do you have in mind? Do you want to build one driver supporting all > devices? Yes, but if that's not easily doable, just like you point out, then I am fine with two drivers. Thank you! [..] Best regards, Marek Vasut