From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 8 Aug 2014 16:57:18 +0200 Subject: [U-Boot] [PATCH 0/2] e1000: add i210 support In-Reply-To: <1407508899-30713-1-git-send-email-tharvey@gateworks.com> References: <1407508899-30713-1-git-send-email-tharvey@gateworks.com> Message-ID: <201408081657.18143.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 Friday, August 08, 2014 at 04:41:37 PM, Tim Harvey wrote: > Two patches to add Intel i210 support to the e1000 driver. > > Marek Vasut (2): > e1000: Implement dcache support > e1000: add i210 support > > drivers/net/e1000.c | 266 > ++++++++++++++++++++++++++++++++++++++++++---------- drivers/net/e1000.h | > 12 +++ > include/pci_ids.h | 7 ++ > 3 files changed, 236 insertions(+), 49 deletions(-) Thanks for taking care of those! Best regards, Marek Vasut