aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02platform/surface: Update copyright year of various driversMaximilian Luz22-22/+22
2022-07-02platform/surface: aggregator: Move subsystem hub drivers to their own moduleMaximilian Luz4-374/+404
2022-07-02platform/surface: aggregator: Move device registry helper functions to core moduleMaximilian Luz2-89/+135
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on Surface Laptop StudioMaximilian Luz1-0/+7
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on Surface Pro 8Maximilian Luz1-1/+7
2022-07-02platform/surface: Add KIP/POS tablet-mode switch driverMaximilian Luz3-0/+557
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+45
2022-06-22platform/surface: avoid flush_scheduled_work() usageTetsuo Handa1-3/+24
2022-06-13platform/surface: aggregator_registry: Add support for keyboard cover on Surface Pro 8Maximilian Luz1-1/+36
2022-06-13platform/surface: aggregator_registry: Add KIP device hubMaximilian Luz1-2/+101
2022-06-13platform/surface: aggregator_registry: Change device ID for base hubMaximilian Luz1-2/+2
2022-06-13platform/surface: aggregator_registry: Generify subsystem hub functionalityMaximilian Luz1-116/+153
2022-06-13platform/surface: aggregator_registry: Use client device wrappers for notifier registrationMaximilian Luz1-3/+3
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unregisteringMaximilian Luz1-18/+35
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as builtin moduleMaximilian Luz1-1/+1
2022-05-06platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz1-0/+8
2022-03-02platform/surface: Remove Surface 3 Button driverHans de Goede3-255/+0
2022-03-02surface: surface3_power: Fix battery readings on batteries without a serial numberHans de Goede1-3/+10
2022-02-03platform/surface: surface3-wmi: Simplify resource managementChristophe JAILLET1-4/+1
2022-02-03platform/surface: Replace acpi_bus_get_device()Rafael J. Wysocki2-9/+6
2022-01-24platform/surface: Reinstate platform dependencyGeert Uytterhoeven1-0/+1
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz2-1/+7
2021-11-16platform/surface: aggregator_registry: Rename device registration functionMaximilian Luz1-4/+4
2021-11-16platform/surface: aggregator_registry: Use generic client removal functionMaximilian Luz1-19/+5
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz3-20/+10
2021-10-28platform/surface: aggregator_registry: Add initial support for Surface Pro 8Maximilian Luz1-0/+12
2021-10-21platform/surface: aggregator_registry: Add support for Surface Laptop StudioMaximilian Luz1-0/+54
2021-10-21platform/surface: gpe: Add support for Surface Laptop StudioMaximilian Luz1-0/+13
2021-10-19surface: surface3_power: Drop redundant acpi_bus_get_device() callRafael J. Wysocki1-2/+1
2021-10-19surface: surface3-wmi: Use ACPI_COMPANION() directlyRafael J. Wysocki1-5/+4
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds2-16/+7
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-8/+1
2021-08-13platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko1-8/+1
2021-08-12platform/surface: aggregator: Use y instead of objs in MakefileAndy Shevchenko1-9/+6
2021-08-12platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helperAndy Shevchenko1-7/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede3-17/+18
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add_tail in ssh_packet_layer.cBaokun Li1-7/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add_tail in ssh_request_layer.cBaokun Li1-7/+3
2021-06-16platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz1-0/+16
2021-06-16platform/surface: aggregator_cdev: Allow enabling of events from user-spaceMaximilian Luz1-0/+58
2021-06-16platform/surface: aggregator_cdev: Add support for forwarding events to user-spaceMaximilian Luz1-23/+437
2021-06-16platform/surface: aggregator: Update copyrightMaximilian Luz15-15/+15
2021-06-16platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz1-48/+245
2021-06-16platform/surface: aggregator: Allow registering notifiers without enabling eventsMaximilian Luz1-28/+41
2021-06-16platform/surface: dtx: Add missing mutex_destroy() call in failure pathMaximilian Luz1-0/+1
2021-06-16platform/surface: aggregator: Fix event disable functionMaximilian Luz1-1/+1
2021-06-16platform/surface: aggregator_registry: Consolidate node groups for 5th- and 6th-gen devicesMaximilian Luz1-35/+12