From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752543AbbECKiZ (ORCPT ); Sun, 3 May 2015 06:38:25 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:32910 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752482AbbECKiS (ORCPT ); Sun, 3 May 2015 06:38:18 -0400 From: Pali =?utf-8?q?Roh=C3=A1r?= To: Matthew Garrett , Darren Hart , Alex Hung Subject: Re: [PATCH v2 0/3] Dell Airplane Mode Switch driver Date: Sun, 3 May 2015 12:38:14 +0200 User-Agent: KMail/1.13.7 (Linux/3.13.0-51-generic; KDE/4.14.2; x86_64; ; ) Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Gabriele Mazzotta References: <1416755361-17357-1-git-send-email-pali.rohar@gmail.com> <1430301066-22870-1-git-send-email-pali.rohar@gmail.com> In-Reply-To: <1430301066-22870-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1788559.zIUCDIMGM2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201505031238.14772@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart1788559.zIUCDIMGM2 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wednesday 29 April 2015 11:51:03 Pali Roh=C3=A1r wrote: > This patch series add new acpi Dell Airplane Mode Switch > driver (DELLABCE and DELRBTN acpi devices). It provides radio > HW switch events (together with current state of radio > devices) and export them via rfkill interface. These events > are also used in dell-laptop driver instead i8042 filter hook > function (when acpi device is available). >=20 > In v2 was added support for laptops which have toggle button > instead HW slider switch. For that I reused code done by Alex > Hung. >=20 > Pali Roh=C3=A1r (3): > platform: x86: dell-rbtn: Dell Airplane Mode Switch driver > platform: x86: dell-rbtn: Export notifier for other kernel > modules platform: x86: dell-laptop: Use dell-rbtn instead > i8042 filter when possible >=20 > drivers/platform/x86/Kconfig | 14 ++ > drivers/platform/x86/Makefile | 1 + > drivers/platform/x86/dell-laptop.c | 67 +++++- > drivers/platform/x86/dell-rbtn.c | 430 > ++++++++++++++++++++++++++++++++++++ > drivers/platform/x86/dell-rbtn.h | 35 +++ > 5 files changed, 542 insertions(+), 5 deletions(-) > create mode 100644 drivers/platform/x86/dell-rbtn.c > create mode 100644 drivers/platform/x86/dell-rbtn.h Alex, can you rested this patch series on all your machines like=20 you did previous in this sheet? https://docs.google.com/spreadsheets/d/1voffS6dNglwAExSGh3UmG__UAO2qfZ829Ck= JLPo06aI/edit?usp=3Dsharing Ideally do more tests: 1) only with first patch 1/3 2) with full patch series 1/3, 2/3, 3/3 *with* loaded dell-laptop 3) same as 2) but without loaded dell-laptop If everything pass then this patch series is OK from my side. Looks like Gabriele's problem is irrelevant to this patch series,=20 but we probably hit some rfkill bug in dell-laptop.ko :-( Matthew or Darren, can you review code in this patch series? So=20 if everything will be fine, dell-rbtn could be ready for 4.2. =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart1788559.zIUCDIMGM2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlVF+pYACgkQi/DJPQPkQ1J4LwCbBz7CL//m7kOY5y8dKgyNkPTt clQAoKht/n9khk217rDAIHOAIUNGASJV =G3fK -----END PGP SIGNATURE----- --nextPart1788559.zIUCDIMGM2--