From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751340AbaDAOEX (ORCPT ); Tue, 1 Apr 2014 10:04:23 -0400 Received: from mga02.intel.com ([134.134.136.20]:48336 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbaDAOEU (ORCPT ); Tue, 1 Apr 2014 10:04:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,772,1389772800"; d="scan'208";a="504350994" From: Heikki Krogerus To: Johannes Berg Cc: Chen-Yu Tsai , Rhyland Klein , Marc Dietrich , Stephen Warren , Linus Walleij , Arnd Bergmann , Alexandre Courbot , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org Subject: [PATCHv3 0/5] net: rfkill: gpio: cleanup and a few new acpi ids Date: Tue, 1 Apr 2014 17:02:51 +0300 Message-Id: <1396360976-28657-1-git-send-email-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I hope this one is OK with everyone. Changes since v2: - Instead of changing the driver to use only indexed gpios, just hard-coding the names. Changes since v1: - Removed the gpio entries from arch/arm/mach-tegra/board-paz00.c Heikki Krogerus (5): ARM: tegra: remove obsolete gpio entries net: rfkill: gpio: remove unused and obsolete platform parameters net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2 net: rfkill: gpio: add ACPI IDs for a Broadcom bluetooth chip net: rfkill: gpio: hard-code the gpio names arch/arm/mach-tegra/board-paz00.c | 4 +--- include/linux/rfkill-gpio.h | 10 ---------- net/rfkill/rfkill-gpio.c | 40 +++++++++------------------------------ 3 files changed, 10 insertions(+), 44 deletions(-) -- 1.9.1