summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface
AgeCommit message (Expand)AuthorLines
2022-08-15platform/surface: aggregator_registry: Add HID devices for sensors and UCSI c...Maximilian Luz-0/+2
2022-08-15platform/surface: aggregator_registry: Rename HID device nodes based on new f...Maximilian Luz-18/+18
2022-08-15platform/surface: aggregator_registry: Rename HID device nodes based on their...Maximilian Luz-9/+9
2022-08-15platform/surface: aggregator_registry: Add support for Surface Laptop Go 2Maximilian Luz-0/+3
2022-07-28platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4Maximilian Luz-0/+12
2022-07-17platform/surface: tabletsw: Fix __le32 integer accessMaximilian Luz-2/+2
2022-07-02platform/surface: Update copyright year of various driversMaximilian Luz-22/+22
2022-07-02platform/surface: aggregator: Move subsystem hub drivers to their own moduleMaximilian Luz-374/+404
2022-07-02platform/surface: aggregator: Move device registry helper functions to core m...Maximilian Luz-89/+135
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz-0/+7
2022-07-02platform/surface: aggregator_registry: Add support for tablet mode switch on ...Maximilian Luz-1/+7
2022-07-02platform/surface: Add KIP/POS tablet-mode switch driverMaximilian Luz-0/+557
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz-35/+45
2022-06-22platform/surface: avoid flush_scheduled_work() usageTetsuo Handa-3/+24
2022-06-13platform/surface: aggregator_registry: Add support for keyboard cover on Surf...Maximilian Luz-1/+36
2022-06-13platform/surface: aggregator_registry: Add KIP device hubMaximilian Luz-2/+101
2022-06-13platform/surface: aggregator_registry: Change device ID for base hubMaximilian Luz-2/+2
2022-06-13platform/surface: aggregator_registry: Generify subsystem hub functionalityMaximilian Luz-116/+153
2022-06-13platform/surface: aggregator_registry: Use client device wrappers for notifie...Maximilian Luz-3/+3
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz-18/+35
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz-1/+1
2022-05-06platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz-0/+8
2022-03-02platform/surface: Remove Surface 3 Button driverHans de Goede-255/+0
2022-03-02surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede-3/+10
2022-02-03platform/surface: surface3-wmi: Simplify resource managementChristophe JAILLET-4/+1
2022-02-03platform/surface: Replace acpi_bus_get_device()Rafael J. Wysocki-9/+6
2022-01-24platform/surface: Reinstate platform dependencyGeert Uytterhoeven-0/+1
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz-1/+7
2021-11-16platform/surface: aggregator_registry: Rename device registration functionMaximilian Luz-4/+4
2021-11-16platform/surface: aggregator_registry: Use generic client removal functionMaximilian Luz-19/+5
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz-20/+10
2021-10-28platform/surface: aggregator_registry: Add initial support for Surface Pro 8Maximilian Luz-0/+12
2021-10-21platform/surface: aggregator_registry: Add support for Surface Laptop StudioMaximilian Luz-0/+54
2021-10-21platform/surface: gpe: Add support for Surface Laptop StudioMaximilian Luz-0/+13
2021-10-19surface: surface3_power: Drop redundant acpi_bus_get_device() callRafael J. Wysocki-2/+1
2021-10-19surface: surface3-wmi: Use ACPI_COMPANION() directlyRafael J. Wysocki-5/+4
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-16/+7
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+1
2021-08-13platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko-8/+1
2021-08-12platform/surface: aggregator: Use y instead of objs in MakefileAndy Shevchenko-9/+6
2021-08-12platform/surface: surface3_power: Use i2c_acpi_get_i2c_resource() helperAndy Shevchenko-7/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede-17/+18
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li-7/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li-7/+3
2021-06-16platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz-1/+1
2021-06-16platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz-1/+1
2021-06-16platform/surface: aggregator_cdev: Add lockdep supportMaximilian Luz-0/+16
2021-06-16platform/surface: aggregator_cdev: Allow enabling of events from user-spaceMaximilian Luz-0/+58
2021-06-16platform/surface: aggregator_cdev: Add support for forwarding events to user-...Maximilian Luz-23/+437