]> git.karo-electronics.de Git - mv-sheeva.git/commit
can: add driver for Softing card
authorKurt Van Dijck <kurt.van.dijck@eia.be>
Tue, 11 Jan 2011 04:34:28 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Jan 2011 04:15:34 +0000 (20:15 -0800)
commit0a0b7a5f7a043d86a95990d3227cf7e823ae52ac
treedc3db17011809b6210c35c263662537a610a0a58
parent03fd3cf5a179da12e6bee5e9d74b648aff68dc4c
can: add driver for Softing card

This patch adds the driver that creates a platform:softing device
from a pcmcia_device
Note: the Kconfig indicates a dependency on the softing.ko driver,
but this is purely to make configuration intuitive. This driver will
work independent, but no CAN network devices appear until softing.ko is
loaded too.

Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/can/softing/Kconfig
drivers/net/can/softing/Makefile
drivers/net/can/softing/softing_cs.c [new file with mode: 0644]