aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Buesch2008-07-25 03:46:10 -0500
committerLinus Torvalds2008-07-25 12:53:30 -0500
commitff1d5c2f0268f4e32103536e2e65480b5b7b6530 (patch)
tree3f5e538b85c35eb73db07fb7a57dc8edc46968a4 /MAINTAINERS
parent8f1cc3b10e6ee0c5c7c8ed27f8771c4f252b4862 (diff)
downloadkernel-audio-ff1d5c2f0268f4e32103536e2e65480b5b7b6530.tar.gz
kernel-audio-ff1d5c2f0268f4e32103536e2e65480b5b7b6530.tar.xz
kernel-audio-ff1d5c2f0268f4e32103536e2e65480b5b7b6530.zip
gpio: add bt8xxgpio driver
This adds the bt8xxgpio driver. The purpose of the bt8xxgpio driver is to export all of the 24 GPIO pins available on Brooktree 8xx chips to the kernel GPIO infrastructure. This makes it possible to use a physically modified BT8xx card as cheap digital GPIO card. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Michael Buesch <mb@bu3sch.de> Cc: David Brownell <david-b@pacbell.net> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index be05ef9b7b42..4cbf6016a9b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1043,6 +1043,12 @@ M: fujita.tomonori@lab.ntt.co.jp
1043L: linux-scsi@vger.kernel.org 1043L: linux-scsi@vger.kernel.org
1044S: Supported 1044S: Supported
1045 1045
1046BT8XXGPIO DRIVER
1047P: Michael Buesch
1048M: mb@bu3sch.de
1049W: http://bu3sch.de/btgpio.php
1050S: Maintained
1051
1046BTTV VIDEO4LINUX DRIVER 1052BTTV VIDEO4LINUX DRIVER
1047P: Mauro Carvalho Chehab 1053P: Mauro Carvalho Chehab
1048M: mchehab@infradead.org 1054M: mchehab@infradead.org