summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface
Commit message (Expand)AuthorAgeFilesLines
* 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
* | platform/surface: dtx: Add missing mutex_destroy() call in failure pathMaximilian Luz2021-06-161-0/+1
* | platform/surface: aggregator: Fix event disable functionMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator_registry: Consolidate node groups for 5th- and 6...Maximilian Luz2021-06-161-35/+12
* | platform/surface: aggregator_registry: Add support for 13" Intel Surface Lapt...Maximilian Luz2021-06-161-0/+3
* | platform/surface: aggregator_registry: Update comments for 15" AMD Surface La...Maximilian Luz2021-06-161-2/+2
* | platform/surface: dtx: Fix poll functionMaximilian Luz2021-05-191-7/+1
* | platform/surface: aggregator: Do not mark interrupt as sharedMaximilian Luz2021-05-191-2/+1
|/
* platform/surface: aggregator: fix a bit testDan Carpenter2021-04-201-1/+1
* platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-04-081-2/+2
* platform/surface: aggregator_registry: Give devices time to set up when conne...Maximilian Luz2021-04-071-58/+40
* platform/surface: clean up a variable in surface_dtx_read()Dan Carpenter2021-04-071-1/+1
* platform/surface: fix semicolon.cocci warningskernel test robot2021-03-231-1/+1
* platform/surface: aggregator_registry: Add support for Surface Pro 7+Maximilian Luz2021-03-171-1/+4
* platform/surface: aggregator_registry: Make symbol 'ssam_base_hub_group' staticWei Yongjun2021-03-171-1/+1
* platform/surface: dtx: Add support for native SSAM devicesMaximilian Luz2021-03-172-1/+93
* platform/surface: Add DTX driverMaximilian Luz2021-03-173-0/+1218
* platform: x86: ACPI: Get rid of ACPICA message printingRafael J. Wysocki2021-03-081-2/+0
* platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz2021-03-083-8/+8
* platform/surface: Add platform profile driverMaximilian Luz2021-03-063-0/+213
* platform/surface: aggregator_registry: Add HID subsystem devicesMaximilian Luz2021-03-061-0/+49
* platform/surface: aggregator_registry: Add DTX deviceMaximilian Luz2021-03-061-0/+7
* platform/surface: aggregator_registry: Add platform profile deviceMaximilian Luz2021-03-061-0/+15
* platform/surface: aggregator_registry: Add battery subsystem devicesMaximilian Luz2021-03-061-0/+27
* platform/surface: aggregator_registry: Add base device hubMaximilian Luz2021-03-061-1/+260
* platform/surface: Set up Surface Aggregator device registryMaximilian Luz2021-03-063-0/+312
* platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz2021-02-111-1/+1
* platform/surface: Add Surface Hot-Plug driverMaximilian Luz2021-02-083-0/+302
* platform/surface: surface3-wmi: Fix variable 'status' set but not used compil...Hans de Goede2021-02-041-1/+5
* platform/surface: aggregator: Fix braces in if condition with unlikely() macroMaximilian Luz2021-02-031-1/+18
* platform/surface: aggregator: Fix kernel-doc referencesMaximilian Luz2021-01-181-3/+2
* platform/surface: aggregator: fix a kernel-doc markupMauro Carvalho Chehab2021-01-181-1/+1
* platform/surface: aggregator_cdev: Add comments regarding unchecked allocatio...Maximilian Luz2021-01-131-0/+19
* platform/surface: aggregator_cdev: Fix access of uninitialized variablesMaximilian Luz2021-01-131-2/+2
* platform/surface: fix potential integer overflow on shift of a intColin Ian King2021-01-131-1/+1
* platform/surface: Add Surface ACPI Notify driverMaximilian Luz2021-01-073-0/+906
* platform/surface: Add Surface Aggregator user-space interfaceMaximilian Luz2021-01-073-0/+321
* platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2021-01-075-0/+470
* platform/surface: aggregator: Add error injection capabilitiesMaximilian Luz2021-01-074-1/+375