]> git.karo-electronics.de Git - mv-sheeva.git/commit
staging: Add driver to support wanPMC-CxT1E1 card.
authorBob Beers <bob.beers@gmail.com>
Thu, 4 Mar 2010 13:40:46 +0000 (08:40 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:31 +0000 (11:35 -0700)
commit50ee11fe383255db8e5c3307319d470015616f27
treed6900a217a10602d53199d360487548650e100e2
parent588063a10f4e21cd3a2cc693c0c1ebb846ac4ce5
staging: Add driver to support wanPMC-CxT1E1 card.

Obviously still needs serious attention, but it compiles.

Original author: Rick Dobbs

Add driver to support wanPMC-CxT1E1 card.

This card provides 1-4 ports of T1E1 in PMC form factor.

Note, Rick doesn't want his email showing up as the "From:" author, but
has given his blessing to have the code included in the kernel tree.

Signed-off-by: Bob Beers <bob.beers@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
32 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/cxt1e1/Kconfig [new file with mode: 0644]
drivers/staging/cxt1e1/Makefile [new file with mode: 0644]
drivers/staging/cxt1e1/comet.c [new file with mode: 0644]
drivers/staging/cxt1e1/comet.h [new file with mode: 0644]
drivers/staging/cxt1e1/comet_tables.c [new file with mode: 0644]
drivers/staging/cxt1e1/comet_tables.h [new file with mode: 0644]
drivers/staging/cxt1e1/functions.c [new file with mode: 0644]
drivers/staging/cxt1e1/hwprobe.c [new file with mode: 0644]
drivers/staging/cxt1e1/libsbew.h [new file with mode: 0644]
drivers/staging/cxt1e1/linux.c [new file with mode: 0644]
drivers/staging/cxt1e1/musycc.c [new file with mode: 0644]
drivers/staging/cxt1e1/musycc.h [new file with mode: 0644]
drivers/staging/cxt1e1/ossiRelease.c [new file with mode: 0644]
drivers/staging/cxt1e1/pmc93x6_eeprom.c [new file with mode: 0644]
drivers/staging/cxt1e1/pmc93x6_eeprom.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_cpld.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_defs.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_drv.c [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_ioctls.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_private.h [new file with mode: 0644]
drivers/staging/cxt1e1/pmcc4_sysdep.h [new file with mode: 0644]
drivers/staging/cxt1e1/sbe_bid.h [new file with mode: 0644]
drivers/staging/cxt1e1/sbe_promformat.h [new file with mode: 0644]
drivers/staging/cxt1e1/sbecom_inline_linux.h [new file with mode: 0644]
drivers/staging/cxt1e1/sbecrc.c [new file with mode: 0644]
drivers/staging/cxt1e1/sbeid.c [new file with mode: 0644]
drivers/staging/cxt1e1/sbeproc.c [new file with mode: 0644]
drivers/staging/cxt1e1/sbeproc.h [new file with mode: 0644]
drivers/staging/cxt1e1/sbew_ioc.h [new file with mode: 0644]