Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339724 > unrolled thread
| Started by | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| First post | 2016-02-22 17:50 +0100 |
| Last post | 2016-02-22 20:40 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCHv2 00/10] RFKill airplane-mode indicator "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-02-22 17:50 +0100
Re: [PATCHv2 00/10] RFKill airplane-mode indicator Dan Williams <dcbw@redhat.com> - 2016-02-22 18:10 +0100
Re: [PATCHv2 00/10] RFKill airplane-mode indicator João Paulo Rechi Vita <jprvita@gmail.com> - 2016-02-22 20:40 +0100
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Date | 2016-02-22 17:50 +0100 |
| Subject | [PATCHv2 00/10] RFKill airplane-mode indicator |
| Message-ID | <r51GG-8uQ-19@gated-at.bofh.it> |
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. 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 -- 2.5.0
[toc] | [next] | [standalone]
| From | Dan Williams <dcbw@redhat.com> |
|---|---|
| Date | 2016-02-22 18:10 +0100 |
| Message-ID | <r529H-AD-1@gated-at.bofh.it> |
| In reply to | #1339724 |
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 >
[toc] | [prev] | [next] | [standalone]
| From | João Paulo Rechi Vita <jprvita@gmail.com> |
|---|---|
| Date | 2016-02-22 20:40 +0100 |
| Message-ID | <r54uT-2cu-41@gated-at.bofh.it> |
| In reply to | #1339731 |
On 22 February 2016 at 12:00, Dan Williams <dcbw@redhat.com> wrote: > 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. > Thanks for catching this, Dan. I've sent an updated version fixing this problem in reply to the patch where this slept through (9/10). -- João Paulo Rechi Vita http://about.me/jprvita
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web