summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface
Commit message (Expand)AuthorAgeFilesLines
* platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4Maximilian Luz2022-07-281-0/+12
* platform/surface: tabletsw: Fix __le32 integer accessMaximilian Luz2022-07-171-2/+2
* platform/surface: Update copyright year of various driversMaximilian Luz2022-07-0222-22/+22
* platform/surface: aggregator: Move subsystem hub drivers to their own moduleMaximilian Luz2022-07-024-374/+404
* platform/surface: aggregator: Move device registry helper functions to core m...Maximilian Luz2022-07-022-89/+135
* platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz2022-07-021-0/+7
* platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz2022-07-021-1/+7
* platform/surface: Add KIP/POS tablet-mode switch driverMaximilian Luz2022-07-023-0/+557
* platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz2022-06-221-35/+45
* platform/surface: avoid flush_scheduled_work() usageTetsuo Handa2022-06-221-3/+24
* platform/surface: aggregator_registry: Add support for keyboard cover on Surf...Maximilian Luz2022-06-131-1/+36
* platform/surface: aggregator_registry: Add KIP device hubMaximilian Luz2022-06-131-2/+101
* platform/surface: aggregator_registry: Change device ID for base hubMaximilian Luz2022-06-131-2/+2
* platform/surface: aggregator_registry: Generify subsystem hub functionalityMaximilian Luz2022-06-131-116/+153
* platform/surface: aggregator_registry: Use client device wrappers for notifie...Maximilian Luz2022-06-131-3/+3
* platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz2022-06-131-18/+35
* platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz2022-05-061-1/+1
* platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz2022-05-061-0/+8
* platform/surface: Remove Surface 3 Button driverHans de Goede2022-03-023-255/+0
* surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede2022-03-021-3/+10
* platform/surface: surface3-wmi: Simplify resource managementChristophe JAILLET2022-02-031-4/+1
* platform/surface: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-032-9/+6
* platform/surface: Reinstate platform dependencyGeert Uytterhoeven2022-01-241-0/+1
* platform: surface: Propagate ACPI DependencyJarrett Schultz2021-12-072-1/+7
* platform/surface: aggregator_registry: Rename device registration functionMaximilian Luz2021-11-161-4/+4
* platform/surface: aggregator_registry: Use generic client removal functionMaximilian Luz2021-11-161-19/+5
* platform/surface: aggregator: Make client device removal more genericMaximilian Luz2021-11-163-20/+10
* platform/surface: aggregator_registry: Add initial support for Surface Pro 8Maximilian Luz2021-10-281-0/+12
* platform/surface: aggregator_registry: Add support for Surface Laptop StudioMaximilian Luz2021-10-211-0/+54
* platform/surface: gpe: Add support for Surface Laptop StudioMaximilian Luz2021-10-211-0/+13
* surface: surface3_power: Drop redundant acpi_bus_get_device() callRafael J. Wysocki2021-10-191-2/+1
* surface: surface3-wmi: Use ACPI_COMPANION() directlyRafael J. Wysocki2021-10-191-5/+4
* Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-022-16/+7
|\
| * platform/surface: aggregator: Use y instead of objs in MakefileAndy Shevchenko2021-08-121-9/+6
| * platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helperAndy Shevchenko2021-08-121-7/+1
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-8/+1
|\ \
| * | platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko2021-08-131-8/+1
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede2021-06-163-17/+18
|\
| * ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-073-17/+18
* | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz2021-06-161-0/+16
* | platform/surface: aggregator_cdev: Allow enabling of events from user-spaceMaximilian Luz2021-06-161-0/+58
* | platform/surface: aggregator_cdev: Add support for forwarding events to user-...Maximilian Luz2021-06-161-23/+437
* | platform/surface: aggregator: Update copyrightMaximilian Luz2021-06-1615-15/+15
* | platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz2021-06-161-48/+245
* | platform/surface: aggregator: Allow registering notifiers without enabling ev...Maximilian Luz2021-06-161-28/+41