From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Duyck Subject: Re: [PATCH 1/7] Introduce FUJITSU Extended Socket Network Device driver Date: Wed, 20 May 2015 09:58:18 -0700 Message-ID: <555CBD2A.9030001@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47598 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753826AbbETQ6T (ORCPT ); Wed, 20 May 2015 12:58:19 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Izumi, Taku" , "platform-driver-x86@vger.kernel.org" Cc: "Hart, Darren" , "rkhan@redhat.com" , "netdev@vger.kernel.org" , "linux-acpi@vger.kernel.org" On 05/20/2015 01:17 AM, Izumi, Taku wrote: > > This patch adds the skelton code of FUJITSU Extended Socket > Network Device driver. > At this stage, this driver just outputs its driver name at > loading time. > > Signed-off-by: Taku Izumi This patch and the second one can probably be combined. There isn't much point in splitting the two up since this one doesn't really do anything without at least the second one. - Alex