Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753477Ab1EGAk2 (ORCPT ); Fri, 6 May 2011 20:40:28 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:16894 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735Ab1EGAk1 (ORCPT ); Fri, 6 May 2011 20:40:27 -0400 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Fri, 06 May 2011 17:40:26 -0700 From: Rhyland Klein To: Johannes Berg Cc: olof@lixom.net, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Rhyland Klein Subject: [PATCH] add support for rfkill gpio devices Date: Fri, 6 May 2011 17:40:00 -0700 Message-Id: <1304728801-21331-1-git-send-email-rklein@nvidia.com> X-Mailer: git-send-email 1.7.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1016 Lines: 26 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/