aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-16platform/surface: aggregator_registry: Add support for 13" Intel Surface Laptop 4Maximilian Luz1-0/+3
2021-06-16platform/surface: aggregator_registry: Update comments for 15" AMD Surface Laptop 4Maximilian Luz1-2/+2
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally3-17/+18
2021-05-19platform/surface: dtx: Fix poll functionMaximilian Luz1-7/+1
2021-05-19platform/surface: aggregator: Do not mark interrupt as sharedMaximilian Luz1-2/+1
2021-04-20platform/surface: aggregator: fix a bit testDan Carpenter1-1/+1
2021-04-08platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-04-07platform/surface: aggregator_registry: Give devices time to set up when connectingMaximilian Luz1-58/+40
2021-04-07platform/surface: clean up a variable in surface_dtx_read()Dan Carpenter1-1/+1
2021-03-23platform/surface: fix semicolon.cocci warningskernel test robot1-1/+1
2021-03-17platform/surface: aggregator_registry: Add support for Surface Pro 7+Maximilian Luz1-1/+4
2021-03-17platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' staticWei Yongjun1-1/+1
2021-03-17platform/surface: dtx: Add support for native SSAM devicesMaximilian Luz2-1/+93
2021-03-17platform/surface: Add DTX driverMaximilian Luz3-0/+1218
2021-03-08platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki1-2/+0
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static functionsMaximilian Luz3-8/+8
2021-03-06platform/surface: Add platform profile driverMaximilian Luz3-0/+213
2021-03-06platform/surface: aggregator_registry: Add HID subsystem devicesMaximilian Luz1-0/+49
2021-03-06platform/surface: aggregator_registry: Add DTX deviceMaximilian Luz1-0/+7
2021-03-06platform/surface: aggregator_registry: Add platform profile deviceMaximilian Luz1-0/+15
2021-03-06platform/surface: aggregator_registry: Add battery subsystem devicesMaximilian Luz1-0/+27
2021-03-06platform/surface: aggregator_registry: Add base device hubMaximilian Luz1-1/+260
2021-03-06platform/surface: Set up Surface Aggregator device registryMaximilian Luz3-0/+312
2021-02-11platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz1-1/+1
2021-02-08platform/surface: Add Surface Hot-Plug driverMaximilian Luz3-0/+302
2021-02-04platform/surface: surface3-wmi: Fix variable 'status' set but not used compiler warningHans de Goede1-1/+5
2021-02-03platform/surface: aggregator: Fix braces in if condition with unlikely() macroMaximilian Luz1-1/+18
2021-01-18platform/surface: aggregator: Fix kernel-doc referencesMaximilian Luz1-3/+2
2021-01-18platform/surface: aggregator: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2021-01-13platform/surface: aggregator_cdev: Add comments regarding unchecked allocation sizeMaximilian Luz1-0/+19