LKML Archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Maximilian Luz <luzmaximilian@gmail.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
	linux-pm@vger.kernel.org, platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/2] power: supply: Add battery and AC drivers for Surface devices
Date: Thu, 8 Apr 2021 14:38:23 +0200	[thread overview]
Message-ID: <20210408123823.7nalqvovdpcstus6@earth.universe> (raw)
In-Reply-To: <20210405234126.667532-1-luzmaximilian@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1841 bytes --]

Hi,

On Tue, Apr 06, 2021 at 01:41:24AM +0200, Maximilian Luz wrote:
> 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 and is available as immutable tag at
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-surface-aggregator-v5.13-1
> 
> Maximilian Luz (2):
>   power: supply: Add battery driver for Surface Aggregator Module
>   power: supply: Add AC driver for Surface Aggregator Module
> 
>  .../ABI/testing/sysfs-class-power-surface     |  15 +
>  MAINTAINERS                                   |   8 +
>  drivers/power/supply/Kconfig                  |  32 +
>  drivers/power/supply/Makefile                 |   2 +
>  drivers/power/supply/surface_battery.c        | 865 ++++++++++++++++++
>  drivers/power/supply/surface_charger.c        | 282 ++++++
>  6 files changed, 1204 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-class-power-surface
>  create mode 100644 drivers/power/supply/surface_battery.c
>  create mode 100644 drivers/power/supply/surface_charger.c

Thanks, queued to power-supply's for-next branch using referenced
immutable tag.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2021-04-08 12:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-05 23:41 [PATCH v2 0/2] power: supply: Add battery and AC drivers for Surface devices Maximilian Luz
2021-04-05 23:41 ` [PATCH v2 1/2] power: supply: Add battery driver for Surface Aggregator Module Maximilian Luz
2021-04-05 23:41 ` [PATCH v2 2/2] power: supply: Add AC " Maximilian Luz
2021-04-08 12:38 ` Sebastian Reichel [this message]

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=20210408123823.7nalqvovdpcstus6@earth.universe \
    --to=sebastian.reichel@collabora.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=luzmaximilian@gmail.com \
    --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 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).