LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] power: supply: Add battery and AC drivers for Surface devices
@ 2021-03-09  0:05 Maximilian Luz
  2021-03-09  0:05 ` [PATCH 1/2] power: supply: Add battery driver for Surface Aggregator Module Maximilian Luz
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Maximilian Luz @ 2021-03-09  0:05 UTC (permalink / raw)
  To: Sebastian Reichel
  Cc: Maximilian Luz, Hans de Goede, linux-pm, platform-driver-x86,
	linux-kernel

This series provides battery and AC drivers for Microsoft Surface
devices, where this information is provided via an embedded controller
(the Surface System Aggregator Module, SSAM) instead of the usual ACPI
interface.

Specifically, 7th generation Surface devices, i.e. Surface Pro 7,
Surface Book 3, Surface Laptop 3, as well as the Surface Laptop Go use
this new interface.

Note: This series depends on the

    platform/surface: Add Surface Aggregator device registry

series. More specifically patch

    platform/surface: Set up Surface Aggregator device registry

The full series has been merged into the for-next branch of the
platform-drivers-x86 tree [1]. The commit in question can be found at
[2].

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=for-next
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/commit/?h=for-next&id=fc622b3d36e6d91330fb21506b9ad1e3206a4dde

Maximilian Luz (2):
  power: supply: Add battery driver for Surface Aggregator Module
  power: supply: Add AC driver for Surface Aggregator Module

 MAINTAINERS                            |   8 +
 drivers/power/supply/Kconfig           |  32 +
 drivers/power/supply/Makefile          |   2 +
 drivers/power/supply/surface_battery.c | 901 +++++++++++++++++++++++++
 drivers/power/supply/surface_charger.c | 296 ++++++++
 5 files changed, 1239 insertions(+)
 create mode 100644 drivers/power/supply/surface_battery.c
 create mode 100644 drivers/power/supply/surface_charger.c

-- 
2.30.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-04-05 22:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  0:05 [PATCH 0/2] power: supply: Add battery and AC drivers for Surface devices Maximilian Luz
2021-03-09  0:05 ` [PATCH 1/2] power: supply: Add battery driver for Surface Aggregator Module Maximilian Luz
2021-04-05 15:37   ` Sebastian Reichel
2021-04-05 19:07     ` Maximilian Luz
2021-04-05 21:32       ` Sebastian Reichel
2021-04-05 22:34         ` Maximilian Luz
2021-03-09  0:05 ` [PATCH 2/2] power: supply: Add AC " Maximilian Luz
2021-04-05 15:47   ` Sebastian Reichel
2021-04-05 19:08     ` Maximilian Luz
2021-03-17 17:39 ` [PATCH 0/2] power: supply: Add battery and AC drivers for Surface devices Hans de Goede
2021-03-17 17:47   ` Maximilian Luz
2021-03-17 17:49     ` Hans de Goede
2021-03-27 20:49 ` Maximilian Luz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).