Searched hist:"2 fcbca687702163ae3a37ec4eac5905d6f119296" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes.h | diff 2fcbca687702163ae3a37ec4eac5905d6f119296 Fri Aug 21 03:29:20 CDT 2015 Taku Izumi <izumi.taku@jp.fujitsu.com> fjes: platform_driver's .probe and .remove routine
This patch implements platform_driver's .probe and .remove routine, and also adds board specific private data structure.
This driver registers net_device at platform_driver's .probe routine and unregisters net_device at its .remove routine.
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fjes_main.c | diff 2fcbca687702163ae3a37ec4eac5905d6f119296 Fri Aug 21 03:29:20 CDT 2015 Taku Izumi <izumi.taku@jp.fujitsu.com> fjes: platform_driver's .probe and .remove routine
This patch implements platform_driver's .probe and .remove routine, and also adds board specific private data structure.
This driver registers net_device at platform_driver's .probe routine and unregisters net_device at its .remove routine.
Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|