From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ig0-f181.google.com ([209.85.213.181]:34638 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752978AbaDBJg1 (ORCPT ); Wed, 2 Apr 2014 05:36:27 -0400 MIME-Version: 1.0 In-Reply-To: <1396360976-28657-1-git-send-email-heikki.krogerus@linux.intel.com> References: <1396360976-28657-1-git-send-email-heikki.krogerus@linux.intel.com> From: Alexandre Courbot Date: Wed, 2 Apr 2014 18:36:06 +0900 Message-ID: (sfid-20140402_113651_271420_7AA92F66) Subject: Re: [PATCHv3 0/5] net: rfkill: gpio: cleanup and a few new acpi ids To: Heikki Krogerus Cc: Johannes Berg , Chen-Yu Tsai , Rhyland Klein , Marc Dietrich , Stephen Warren , Linus Walleij , Arnd Bergmann , linux-wireless , netdev , Linux Kernel Mailing List , "linux-arm-kernel@lists.infradead.org" , "linux-tegra@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Negative number of added lines, temporary string buffers removal, and use of the gpiod interface: lots of stuff to like here! Acked-by: Alexandre Courbot On Tue, Apr 1, 2014 at 11:02 PM, Heikki Krogerus wrote: > 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 >