Commit graph

41 commits

Author SHA1 Message Date
Maximilian Luz 5ccc1d3da5
Update v6.1 patches
Changes:
 - Add driver for reading fan speed via SAM (Surface Pro 9)
 - Add driver for reading temperature via SAM (Surface Pro 9)
 - Rebase onto v6.1.72

Links:
 - kernel: de848841cb
 - fan speed driver: https://github.com/linux-surface/kernel/pull/144
2024-01-13 01:16:03 +01:00
Maximilian Luz 944cabb9a0
Update v6.1 patches
Changes:
 - Rebase onto v6.1.68

Links:
 - kernel: 4ebedac16e
2023-12-13 22:22:36 +01:00
Maximilian Luz 1a20a7340e
Update v6.1 patches
Changes:
 - Add initial SAM/EC support for Surface Laptop 2, including support for
   - Keyboard and other HID devices (sensors, pen stash, but not
     touchpad)
   - Battery information
   - Tablet mode / screen orientation
 - Rebase onto v6.1.63

Links:
 - kernel: 4ebedac16e
2023-11-20 20:04:23 +01:00
Maximilian Luz b5125f617c
Update v6.1 patches
Changes:
 - Update ITHC module
   - Improved CPU latency QoS handling
   - Retry reading the report descriptor on error / timeout

Links:
 - kernel: da50bc9ac9
2023-10-23 23:02:30 +02:00
Maximilian Luz 8282c98471
Update v6.1 patches
Changes:
 - Add initial SAM support for Surface Laptop Go 3. This adds support for
   - Battery status
   - Platform profiles

 - Rebase onto v6.1.59

Links:
 - kernel: c119659cb8
2023-10-22 15:17:17 +02:00
Maximilian Luz f210410514
Update v6.1 patches
Changes:
 - Rebase onto v6.1.56

Links:
 - kernel: aa90b074f6
2023-10-07 12:53:02 +02:00
Maximilian Luz ba35632d33
Update v6.1 patches
Changes:
 - Rebase onto v6.1.55

Links:
 - kernel: aa90b074f6
2023-09-24 16:59:07 +02:00
Maximilian Luz aa67825a29
Update v6.1 patches
Changes:
 - Rebase onto v6.1.47

Links:
 - kernel: aa90b074f6
2023-08-25 22:34:10 +02:00
Dorian Stoll 74d139874c
Update v6.1 patches
Changes:
 - Update IPTS
   - Fix swapped parameters in EDS v2

Links:
 - kernel: aa90b074f6
 - IPTS: 4b5c013d01
2023-07-23 18:03:25 +02:00
Maximilian Luz 5fbd46e875
Update v6.1 patches
Changes:
 - Update IPTS
   - Fix allocating the HID descriptor on EDS v2

Links:
 - kernel: 675b66ec8a
 - IPTS: 32622a37f2
2023-07-22 18:24:46 +02:00
Maximilian Luz 26897a2bb7
Update v6.1 patches
Changes:
 - Update IPTS
   - Remove usages of C11 for compatibility with older (Android) kernels
   - Remove sensor reset during shutdown
   - Fix compiling resources.c on Android-x86 kernel
   - Split out HID behaviour for different EDS versions into different
     files
   - Fix kernel-doc comments
   - Add missing docs for members of the device info struct
   - Drop Intel copyright
   - Rename doorbell mode to poll mode
   - Disable the HID interface when the hardware is shutting down
   See https://github.com/linux-surface/kernel/pull/142 for details
 - Rebase onto v6.1.39

Links:
 - kernel: c3c93f10b2
 - IPTS: 56765da3f8
2023-07-21 20:53:07 +02:00
Maximilian Luz 22973a903d
Update v6.1 patches
Changes:
 - Rebase onto v6.1.38

Links:
 - kernel: beb706f0bc
2023-07-08 00:31:30 +02:00
Maximilian Luz 2d2d580903
Update v6.1 patches
Changes:
 - Rebase onto v6.1.35

Links:
 - kernel: beb706f0bc
2023-06-24 00:42:19 +02:00
Maximilian Luz b12b2541cd
Update v6.1 patches
Changes:
 - Rebase onto v6.1.34

Links:
 - kernel: beb706f0bc
2023-06-18 00:06:55 +02:00
Maximilian Luz db4b8fd159
Update v6.1 patches
Changes:
 - Rebase onto v6.1.33

Links:
 - kernel: beb706f0bc
2023-06-14 12:38:36 +02:00
Maximilian Luz fb7c904e71
Update v6.1 patches
Changes:
 - Rebase onto v6.1.32

Links:
 - kernel: beb706f0bc
2023-06-06 23:47:35 +02:00
Maximilian Luz 2d3291edcc
Update v6.1 patches
Changes:
 - Rebase onto v6.1.31

Links:
 - kernel: beb706f0bc
2023-06-02 11:42:25 +02:00
Maximilian Luz d72bf8b0a9
Update v6.1 patches
Changes:
 - Add support for "book" mode in Surface Aggregator tablet-mode switch
   driver
 - Rebase onto v6.1.30

Links:
 - kernel: beb706f0bc
2023-05-26 01:09:57 +02:00
Maximilian Luz 2ce76a6126
Update v6.1 patches
Changes:
 - Rebase onto v6.1.29

Links:
 - kernel: 77dcfee4e1
2023-05-17 21:00:49 +02:00
Maximilian Luz af5080aa8d
Update v6.1 patches
Changes:
 - Fix for SAM/EC workqueue creation.
 - Rebase onto v6.1.28

Links:
 - kernel: 77dcfee4e1
2023-05-12 14:37:13 +02:00
Maximilian Luz 3b8d721f4e
Update v6.1 patches
Changes:
 - Allow SAM/EC events to be executed in parallel, preventing events of
   different subsystems, such as battery and keyboard events, from
   blocking each other
 - Rebase onto v6.1.27

Links:
 - kernel: 48ad1a5c37
2023-05-03 02:42:56 +02:00
Maximilian Luz 179849da38
Update v6.1 patches
Changes:
 - Update IPTS driver:
   - Fix redefinition error on AOSP clang
   - Increase the polling frequency to reduce latency
   - Don't allocate a new buffer for every HID report
   - Always use the generic HID driver instead of forcing hid-multitouch
 - Rebase onto v6.1.26

Links:
 - kernel: 57b33dd1d3
2023-04-28 19:01:45 +02:00
Maximilian Luz a53f55d8f0
Update v6.1 patches
Changes:
 - Remove patchset for Intel Thread Director
 - Rebase onto v6.1.25

Links:
 - kernel: c9b4d1981d
2023-04-20 22:48:27 +02:00
Maximilian Luz 58b8dcccbe
Update v6.1 patches
Changes:
 - Rebase onto v6.1.23

Links:
 - kernel: ad411af341
2023-04-11 22:57:30 +02:00
Maximilian Luz b04e104315
Update v6.1 patches
Changes:
 - Rebase onto v6.1.21

Links:
 - kernel: ad411af341
2023-03-23 14:14:19 +01:00
Maximilian Luz bca4a4b20d
Update v6.1 patches
Changes:
 - Rebase onto v6.1.20

Links:
 - kernel: ad411af341
2023-03-17 19:01:23 +01:00
Maximilian Luz ddbc2b20a5
Update v6.1 patches
Changes:
 - Add support for wake-on-lid for Surface Pro 9

Links:
 - kernel: ad411af341
2023-03-12 01:55:40 +01:00
Maximilian Luz 636d42a783
Update v6.1 patches
Changes:
 - Remap GPIO to make OV7251 (IR camera sensor) work.
 - Rebase onto v6.1.18

Links:
 - kernel: 40d4f70901
2023-03-11 23:54:06 +01:00
Maximilian Luz a486cb81c9
Update v6.1 patches
Changes:
 - Add patches for Intel Thread Director to improve performance on
   Alder-Lake devices.

Links:
 - kernel: f3ed615454
 - Upstream submission for Thread Director:
     https://lore.kernel.org/lkml/20230207051105.11575-1-ricardo.neri-calderon@linux.intel.com/
 - Patches required as pre-requisites for thread-director patchest:
     https://lore.kernel.org/lkml/20230207045838.11243-1-ricardo.neri-calderon@linux.intel.com/
2023-03-07 00:14:39 +01:00
Maximilian Luz 6fb88c783a
Update v6.1 patches
Changes:
 - Clean up commits for the Surface Pro 9 tablet-mode switch.
 - Rebase onto v6.1.15

Links:
 - kernel: 2b0e631575
2023-03-05 00:24:20 +01:00
Maximilian Luz cd9bc17824
Update v6.1 patches
Changes:
 - Add Surface Go 3 Board data for IR camera GPIOs. This enables the
   IR camera on the Surface Go 3.
 - Rebase onto v6.1.14

Links:
 - kernel: 76ee2b3514
2023-03-02 11:52:16 +01:00
Maximilian Luz 0f4f6cbdd0
Update v6.1 patches
Changes:
 - Add workaround for shutdown issue on the Surface Laptop 5.
 - Rebase onto v6.1.13

Links:
 - kernel: 2309508ce8
2023-02-24 23:29:59 +01:00
Maximilian Luz 90f0d91426
Update v6.1 patches
Changes:
 - Add support for tablet-mode switch on the Surface Pro 9.
 - Add workaround for shutdown issue on the Surface Pro 9.

Links:
 - kernel: cdc452b5b5
2023-02-20 00:54:19 +01:00
Maximilian Luz 0ee6e0d694
Update v6.1 patches
Changes:
 - Add USB_QUIRK_DELAY_INIT for Surface Go 3 Type-Cover to (hopefully)
   fix some touchpad initialization problems.
 - Rebase onto 6.1.12

Links:
 - kernel: 439a7b4532
2023-02-18 02:07:58 +01:00
Maximilian Luz 326ae0fdcc
Update v6.1 patches
Changes:
 - Rebase onto 6.1.11

Links:
 - kernel: db042d7339
2023-02-11 23:50:57 +01:00
Maximilian Luz a33c303ba5
Update v6.1 patches
Changes:
 - Big IPTS/ITHC update:
   - Update IPTS driver to its latest version. This switches the
     interface from a custom device interface to hidraw.
   - Include ITHC driver to support touchscreen and pen on newer
     generation devices.

   Note: Both require an updated IPTSd version.

 - Rebase onto 6.1.9

Links:
 - kernel: db042d7339
 - ipts: 8abe26863a
 - ithc: 55803a23ac
2023-02-01 18:41:44 +01:00
Maximilian Luz 346cf6f9a1
Update v6.1 patches
Changes:
 - Fix patches broken in previous rebase
 - Update Surface SAM patches to upstream-accepted version

Links:
 - kernel: 227768d31d
2023-01-29 19:18:34 +01:00
Maximilian Luz 7847f422b4
Update v6.1 patches
Changes:
 - Rebase onto v6.1.8

Links:
 - kernel: 36ee5552bf
2023-01-29 15:28:43 +01:00
Maximilian Luz ea163d9178
Update v6.1 patches
Changes:
 - Rebase onto v6.1.6

Links:
 - kernel: 36ee5552bf
2023-01-16 22:49:16 +01:00
Maximilian Luz 46069436d5
Update v6.1 patches
Changes:
 - Re-add bridge D3 quirk for mwifiex
 - Rebase onto v6.1.3

Links:
 - kernel: 36ee5552bf
2023-01-05 16:44:35 +01:00
Maximilian Luz 87b061820a
Add patches for v6.1
No functional changes from latest v6.0 patches.

Links:
 - kernel: 8903137088
 - tree-devel: https://github.com/linux-surface/kernel/tree/v6.1-surface-devel
 - tree-patches: https://github.com/linux-surface/kernel/tree/v6.1-surface
2023-01-03 00:06:39 +01:00