[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1469807366-24642-1-git-send-email-benjamin.tissoires@redhat.com>
Date: Fri, 29 Jul 2016 17:49:24 +0200
From: Benjamin Tissoires <benjamin.tissoires@...hat.com>
To: Stephen Just <stephenjust@...il.com>,
Robert Moore <robert.moore@...el.com>,
Lv Zheng <lv.zheng@...el.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Len Brown <lenb@...nel.org>,
Sebastian Reichel <sre@...nel.org>,
Dmitry Eremin-Solenikov <dbaryshkov@...il.com>,
David Woodhouse <dwmw2@...radead.org>
Cc: linux-acpi@...r.kernel.org, devel@...ica.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Add support for Microsoft Surface 3 power
Hi,
The MS Surface 3 is a reduced platform which doesn't use a regular chip
to report the battery information. Instead, they use ACPI Operation Region
to do the processing in the MSHW0011 driver.
This series aims at adding a reverse-engineered driver.
I am not sure whether the ACPICA patch is required because of a bug in the
ACPICA parsing or if MS just screwed up the DSDT. Anyway, it's there
and was judged as acceptable while we find out the exact issue (in
https://bugzilla.kernel.org/show_bug.cgi?id=106231 )
Cheers,
Benjamin
Benjamin Tissoires (2):
ACPICA: adapt buffer length for Field Attrib Raw Process in Ops Region
power: surface3_power: MSHW0011 rev-eng implementation
drivers/acpi/acpica/exfield.c | 11 +
drivers/power/Kconfig | 8 +
drivers/power/Makefile | 1 +
drivers/power/surface3_power.c | 724 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 744 insertions(+)
create mode 100644 drivers/power/surface3_power.c
--
2.5.5
Powered by blists - more mailing lists