From: "Guillaume Douézan-Grard" <gdouezangrard@gmail.com>
To: Andy Shevchenko <andy@infradead.org>
Cc: Darren Hart <dvhart@infradead.org>,
platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/6] Topstar U931/RVP7 ACPI LED Workaround
Date: Wed, 21 Feb 2018 16:12:34 +0100 [thread overview]
Message-ID: <cover.1519225570.git.gdouezangrard@gmail.com> (raw)
Hi Andy,
Thank you for your review. Changes since the previous submission are
highlighted below.
On Topstar U931/RVP7 Notebooks, an issue prevents the WLAN toggle key
from being properly managed by the Embedded Controller and successfully
disconnect the adapter. A specific ACPI method allows to toggle the WLAN
LED state regardless.
Based on a DMI check, the LED is registered within the corresponding
subsystem, making possible to use a software-based trigger (rfkill for
instance, to synchronize the LED with the network interface state).
Thank you for your time,
--
Guillaume Douézan-Grard
Changes since v2:
* revert an older conversion from a generic module to an acpi driver
module instead of undoing it manually,
* separate commits for the renaming and the spliting phases,
* DMI-based check instead of a module parameter,
* copyright and minor fixes put at the end.
Changes since v1:
* leave devices names unchanged for ABI compatibility,
* fix label names,
* separate module authors definition,
* add commit description to Patch 3.
Guillaume Douézan-Grard (6):
revert "topstar-laptop: convert to module_acpi_driver()"
platform/x86: topstar-laptop: use consistent naming scheme
platform/x86: topstar-laptop: split ACPI events and input handling
platform/x86: topstar-laptop: add platform device
platform/x86: topstar-laptop: add Topstar U931/RVP7 WLAN LED
workaround
platform/x86: topstar-laptop: update copyright and fix some comments
drivers/platform/x86/Kconfig | 2 +
drivers/platform/x86/topstar-laptop.c | 358 +++++++++++++++++++++++++++-------
2 files changed, 290 insertions(+), 70 deletions(-)
--
2.16.1
next reply other threads:[~2018-02-21 15:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-21 15:12 Guillaume Douézan-Grard [this message]
2018-02-21 15:12 ` [PATCH v3 1/6] revert "topstar-laptop: convert to module_acpi_driver()" Guillaume Douézan-Grard
2018-02-21 15:26 ` Andy Shevchenko
2018-02-21 15:13 ` [PATCH v3 2/6] platform/x86: topstar-laptop: use consistent naming scheme Guillaume Douézan-Grard
2018-02-21 15:13 ` [PATCH v3 3/6] platform/x86: topstar-laptop: split ACPI events and input handling Guillaume Douézan-Grard
2018-02-21 15:13 ` [PATCH v3 4/6] platform/x86: topstar-laptop: add platform device Guillaume Douézan-Grard
2018-02-21 15:13 ` [PATCH v3 5/6] platform/x86: topstar-laptop: add Topstar U931/RVP7 WLAN LED workaround Guillaume Douézan-Grard
2018-02-21 15:13 ` [PATCH v3 6/6] platform/x86: topstar-laptop: update copyright and fix some comments Guillaume Douézan-Grard
2018-02-21 15:24 ` Andy Shevchenko
2018-02-21 15:27 ` [PATCH v3 0/6] Topstar U931/RVP7 ACPI LED Workaround Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1519225570.git.gdouezangrard@gmail.com \
--to=gdouezangrard@gmail.com \
--cc=andy@infradead.org \
--cc=dvhart@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.