[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1304728801-21331-1-git-send-email-rklein@nvidia.com>
Date: Fri, 6 May 2011 17:40:00 -0700
From: Rhyland Klein <rklein@...dia.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: olof@...om.net, linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org, Rhyland Klein <rklein@...dia.com>
Subject: [PATCH] add support for rfkill gpio devices
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists