summaryrefslogtreecommitdiff
path: root/drivers/platform/surface/aggregator
AgeCommit message (Expand)AuthorFilesLines
2021-06-03platform/surface: aggregator: Fix event disable functionMaximilian Luz1-1/+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-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-07platform/surface: aggregator: Add event item allocation cachingMaximilian Luz3-10/+101
2021-01-07platform/surface: aggregator: Add control packet allocation cachingMaximilian Luz3-10/+67
2021-01-07platform/surface: Add Surface Aggregator subsystemMaximilian Luz12-0/+7457