The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] add support for rfkill gpio devices
@ 2011-05-07  0:40 Rhyland Klein
  2011-05-07  0:40 ` [PATCH] net: rfkill: add generic gpio rfkill driver Rhyland Klein
  0 siblings, 1 reply; 3+ messages in thread
From: Rhyland Klein @ 2011-05-07  0:40 UTC (permalink / raw)
  To: Johannes Berg; +Cc: olof, linux-wireless, linux-kernel, Rhyland Klein

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-07 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07  0:40 [PATCH] add support for rfkill gpio devices Rhyland Klein
2011-05-07  0:40 ` [PATCH] net: rfkill: add generic gpio rfkill driver Rhyland Klein
2011-05-07 10:01   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox