From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbcBVRAZ (ORCPT ); Mon, 22 Feb 2016 12:00:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38068 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbcBVRAW (ORCPT ); Mon, 22 Feb 2016 12:00:22 -0500 Message-ID: <1456160420.16083.3.camel@redhat.com> Subject: Re: [PATCHv2 00/10] RFKill airplane-mode indicator From: Dan Williams To: =?ISO-8859-1?Q?Jo=E3o?= Paulo Rechi Vita , Johannes Berg Cc: "David S. Miller" , Darren Hart , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-api@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux@endlessm.com, =?ISO-8859-1?Q?Jo=E3o?= Paulo Rechi Vita Date: Mon, 22 Feb 2016 11:00:20 -0600 In-Reply-To: <1456159001-20307-1-git-send-email-jprvita@endlessm.com> References: <1456159001-20307-1-git-send-email-jprvita@endlessm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-02-22 at 11:36 -0500, João Paulo Rechi Vita wrote: > This series implements an airplane-mode indicator LED trigger, which > can be > used by platform drivers. The default policy have have airplane-mode > set when > all the radios known by RFKill are OFF, and unset otherwise. This > policy can be > overwritten by one single userspace application at a time using the > operations > _AIRPLANE_MODE_INDICATOR_ACQUIRE and _AIRPLANE_MODE_INDICATOR_CHANGE. > Double-check your commit messages on some of these patches; they didn't get updated to add INDICATOR. Dan > When the > airplane-mode indicator state changes, userspace gets notifications > through the > RFKill control misc device (/dev/rfkill). > > The series also contains a few general fixes and improvements to the > subsystem. > > Additionally, I have a couple of patches to have this feature > supported by the > userspace tool 'rfkill' [1]. Should I use a different subject prefix > to help > separate those from kernel patches in linux-wireless? > > [1] https://wireless.wiki.kernel.org/en/users/documentation/rfkill > > João Paulo Rechi Vita (10): >   rfkill: Improve documentation language >   rfkill: Remove extra blank line >   rfkill: Point to the correct deprecated doc location >   rfkill: Move "state" sysfs file back to stable >   rfkill: Factor rfkill_global_states[].cur assignments >   rfkill: Add documentation about LED triggers >   rfkill: Create "rfkill-airplane-mode" LED trigger >   rfkill: Use switch to demux userspace operations >   rfkill: Userspace control for airplane mode >   rfkill: Notify userspace of airplane-mode state changes > >  Documentation/ABI/obsolete/sysfs-class-rfkill |  20 ---- >  Documentation/ABI/stable/sysfs-class-rfkill   |  27 ++++- >  Documentation/rfkill.txt                      |  17 +++ >  include/uapi/linux/rfkill.h                   |   6 + >  net/rfkill/core.c                             | 162 > ++++++++++++++++++++------ >  5 files changed, 173 insertions(+), 59 deletions(-) >  delete mode 100644 Documentation/ABI/obsolete/sysfs-class-rfkill >