]> git.baikalelectronics.ru Git - kernel.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)
commite90ae059c97044547ea661da559a48b3b6b2e115
tree5872a03d93c3343275cc322d9a475b2a742ace64
parent31c7a9b0a214f26c5f0b67c244451343b6b09c88
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]