Re: [PATCH 3/7] fjes: Implement platform_driver functionality

2015-05-20 Thread Alexander Duyck
On 05/20/2015 01:18 AM, Izumi, Taku wrote: > > This patch adds implementation of platform_device driver > to FUJITSU Extended Socket Network Device driver. > > When "PNP0C02" is found and ACPI resource can be retrieved > successfuly, this driver creates platform_device. > platform_driver.probe an

[PATCH 3/7] fjes: Implement platform_driver functionality

2015-05-20 Thread Izumi, Taku
This patch adds implementation of platform_device driver to FUJITSU Extended Socket Network Device driver. When "PNP0C02" is found and ACPI resource can be retrieved successfuly, this driver creates platform_device. platform_driver.probe and .remove routine are mock code. Signed-off-by: Taku Izu