staging: Add SystemBase Multi-2/PCI driver
authorSteven Rostedt <srostedt@redhat.com>
Fri, 16 Nov 2012 14:28:49 +0000 (09:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 14:58:09 +0000 (06:58 -0800)
commit68a81291ff6650f3ff409ebfc58ef97dfe85a2e4
tree5be5a36b54bfe0fd5d83faca6e485a879a609b79
parent77a807dcebc1be1e96dc8b47db2e598034e8a7c7
staging: Add SystemBase Multi-2/PCI driver

I ported the driver supplied by SystemBase to mainline.

As the driver had MODULE_LICENSE("GPL") it is declared as a GPL module
and thus I have the right to distribute it upstream. Note, I did the
bare minimum to get it working. It still needs a lot of loving.

Cc: hjchoi <hjchoi@sysbas.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/sb105x/Kconfig [new file with mode: 0644]
drivers/staging/sb105x/Makefile [new file with mode: 0644]
drivers/staging/sb105x/sb_mp_register.h [new file with mode: 0644]
drivers/staging/sb105x/sb_pci_mp.c [new file with mode: 0644]
drivers/staging/sb105x/sb_pci_mp.h [new file with mode: 0644]
drivers/staging/sb105x/sb_ser_core.h [new file with mode: 0644]