summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface/aggregator
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede1-3/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li1-7/+3
2021-06-16platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun 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: 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 ev...Maximilian Luz1-28/+41
2021-06-16platform/surface: aggregator: Fix event disable functionMaximilian Luz1-1/+1
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally1-3/+3
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-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz1-5/+5
2021-02-11platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz1-1/+1
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-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz5-0/+470
2021-01-07platform/surface: aggregator: Add error injection capabilitiesMaximilian Luz4-1/+375
2021-01-07platform/surface: aggregator: Add trace pointsMaximilian Luz6-1/+655
2021-01-06platform/surface: aggregator: Add event item allocation cachingMaximilian Luz3-10/+101
2021-01-06platform/surface: aggregator: Add control packet allocation cachingMaximilian Luz3-10/+67
2021-01-06platform/surface: Add Surface Aggregator subsystemMaximilian Luz12-0/+7457