fixup! Update v4.19 patches

This commit is contained in:
Maximilian Luz 2020-10-16 20:48:34 +02:00
parent 99833b096b
commit 846c7c51a0
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
4 changed files with 8 additions and 10 deletions

View file

@ -1,4 +1,4 @@
From 3cf914699985f3179eb643ca2763a85fc854a1ad Mon Sep 17 00:00:00 2001
From 69777ceca6c4036a9f071a37c582dbc2359f0c3f Mon Sep 17 00:00:00 2001
From: qzed <qzed@users.noreply.github.com>
Date: Mon, 26 Aug 2019 01:15:40 +0200
Subject: [PATCH 08/11] surface-sam
@ -29,7 +29,7 @@ Subject: [PATCH 08/11] surface-sam
.../clients/surface_aggregator_cdev.c | 299 ++
.../clients/surface_aggregator_registry.c | 605 ++++
.../clients/surface_battery.c | 1192 ++++++++
.../surface_aggregator/clients/surface_dtx.c | 1129 ++++++++
.../surface_aggregator/clients/surface_dtx.c | 1127 ++++++++
.../surface_aggregator/clients/surface_hid.c | 919 ++++++
.../clients/surface_hotplug.c | 1285 +++++++++
.../clients/surface_perfmode.c | 122 +
@ -53,7 +53,7 @@ Subject: [PATCH 08/11] surface-sam
include/uapi/linux/surface_aggregator/cdev.h | 58 +
scripts/mod/devicetable-offsets.c | 8 +
scripts/mod/file2alias.c | 23 +
49 files changed, 18906 insertions(+), 29 deletions(-)
49 files changed, 18904 insertions(+), 29 deletions(-)
create mode 100644 Documentation/driver-api/surface_aggregator/client-api.rst
create mode 100644 Documentation/driver-api/surface_aggregator/client.rst
create mode 100644 Documentation/driver-api/surface_aggregator/clients/cdev.rst
@ -5131,10 +5131,10 @@ index 000000000000..d43797590cd9
+MODULE_LICENSE("GPL");
diff --git a/drivers/misc/surface_aggregator/clients/surface_dtx.c b/drivers/misc/surface_aggregator/clients/surface_dtx.c
new file mode 100644
index 000000000000..3b4cfe639509
index 000000000000..e177e9873a0c
--- /dev/null
+++ b/drivers/misc/surface_aggregator/clients/surface_dtx.c
@@ -0,0 +1,1129 @@
@@ -0,0 +1,1127 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Surface Book (gen. 2 and later) detachment system (DTX) driver.
@ -5297,8 +5297,6 @@ index 000000000000..3b4cfe639509
+ u8 base_id;
+} __packed;
+
+static_assert(sizeof(struct ssam_dtx_base_info) == 2);
+
+static SSAM_DEFINE_SYNC_REQUEST_N(ssam_bas_latch_lock, {
+ .target_category = SSAM_SSH_TC_BAS,
+ .target_id = 0x01,

View file

@ -1,4 +1,4 @@
From 1a31644e36615c46e3a3f748a9ca7734d088fbf2 Mon Sep 17 00:00:00 2001
From b91f59f3002ceab95cae05a5bc6c9428063b1485 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sat, 25 Jul 2020 17:19:53 +0200
Subject: [PATCH 09/11] surface-sam-over-hid

View file

@ -1,4 +1,4 @@
From fef8fda488d7c56fad5cf2fe238441f165b12e1d Mon Sep 17 00:00:00 2001
From 5796288595a85c616fb0b3eabd9e7a240d519287 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <luzmaximilian@gmail.com>
Date: Sun, 16 Aug 2020 23:39:56 +0200
Subject: [PATCH 10/11] surface-gpe

View file

@ -1,4 +1,4 @@
From d6a1bcfe65b9c45fedcf19fdcc7d02245a8e09b4 Mon Sep 17 00:00:00 2001
From e134b2f1c836a5beef7d16d86393744387bb4830 Mon Sep 17 00:00:00 2001
From: Hans de Goede <hdegoede@redhat.com>
Date: Wed, 14 Oct 2020 16:41:58 +0200
Subject: [PATCH 11/11] i2c: core: Restore acpi_walk_dep_device_list() getting