summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface/aggregator
AgeCommit message (Expand)AuthorFilesLines
2023-01-12platform/surface: aggregator: Add missing call to ssam_request_sync_free()Maximilian Luz1-1/+3
2023-01-12platform/surface: aggregator: Ignore command messages not intended for usMaximilian Luz1-0/+14
2022-11-15platform/surface: aggregator: Do not check for repeated unsequenced packetsMaximilian Luz1-4/+20
2022-07-02platform/surface: Update copyright year of various driversMaximilian Luz15-15/+15
2022-07-02platform/surface: aggregator: Move device registry helper functions to core m...Maximilian Luz1-16/+133
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+45
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz1-18/+35
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz1-1/+1
2021-12-07platform: surface: Propagate ACPI DependencyJarrett Schultz1-0/+1
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz3-20/+10
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-9/+6
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus 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-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 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