]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: Add s-Par visornic ethernet driver
authorDavid Kershner <david.kershner@unisys.com>
Tue, 16 Jun 2015 03:31:59 +0000 (23:31 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2015 21:34:55 +0000 (14:34 -0700)
commita47c8949b99439db4462817369d5e4e9c45d515c
tree57cf395f6bd23a28eba7cf980711b72b03b28b92
parentcfa2665361670dc3018870b2ecfe3a14aedce9f9
staging: unisys: Add s-Par visornic ethernet driver

This driver creates a network device when s-Par sends a device
create message to create network adapter on the visorbus. When
the message is received by visorbus, the visornic_probe function
is called and the netdev device is created and managed by the
visornic driver.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/visornic/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visornic/Makefile [new file with mode: 0644]
drivers/staging/unisys/visornic/visornic_main.c [new file with mode: 0644]