[PATCH] add support for rfkill gpio devices

From: Rhyland Klein
Date: Fri May 06 2011 - 20:40:32 EST


This is a rewrite of the bt_rfkill driver that Anantha first sent out
in mid April. I tried to take into account all comments, and ended up with
what I hope to be a simple yet useful base generic gpio rfkill driver.

Please feel free to point out areas that could use changes as I am new to
the rfkill subsystem and rfkill devices in general.

Rhyland Klein (1):
net: rfkill: add generic gpio rfkill driver

include/linux/rfkill-gpio.h | 45 ++++++++++
net/rfkill/Kconfig | 7 ++
net/rfkill/Makefile | 1 +
net/rfkill/rfkill-gpio.c | 199 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 252 insertions(+), 0 deletions(-)
create mode 100644 include/linux/rfkill-gpio.h
create mode 100644 net/rfkill/rfkill-gpio.c

--
1.7.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/