]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: add poch driver
authorVijay Kumar <vijaykumar@bravegnu.org>
Sun, 19 Oct 2008 03:28:46 +0000 (08:58 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Oct 2008 16:56:36 +0000 (09:56 -0700)
commita14edddac99eff625cfcb44829ce206ec04be71a
tree5872a03d93c3343275cc322d9a475b2a742ace64
parent0c74433e319dfd67eadc645bb90192d618024a87
Staging: add poch driver

This is the first cut at a driver for the Redrapids Pocket Change
CardBus devices.

Receiving data seems to work properly, but overflows happen on transmit.
Still needs more hardware debugging to work properly.

(cleaned up to use proper driver core api functions by Greg)

From: Vijay Kumar <vijaykumar@bravegnu.org>
Cc: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Cc: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: Ken Sienski <sienski@redrapids.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/poch/Kconfig [new file with mode: 0644]
drivers/staging/poch/Makefile [new file with mode: 0644]
drivers/staging/poch/README [new file with mode: 0644]
drivers/staging/poch/poch.c [new file with mode: 0644]
drivers/staging/poch/poch.h [new file with mode: 0644]