summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface/aggregator/controller.c
AgeCommit message (Expand)AuthorLines
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede-1/+2
2024-08-19platform/surface: Add OF supportKonrad Dybcio-14/+53
2024-08-13platform/surface: aggregator: Fix warning when controller is destroyed in probeMaximilian Luz-1/+2
2023-05-30platform/surface: aggregator: Allow completion work-items to be executed in p...Maximilian Luz-1/+1
2023-02-02platform/surface: aggregator: Rename top-level request functions to avoid amb...Maximilian Luz-16/+16
2023-02-02platform/surface: aggregator: Improve documentation and handling of message t...Maximilian Luz-6/+6
2023-01-12platform/surface: aggregator: Add missing call to ssam_request_sync_free()Maximilian Luz-1/+3
2022-07-02platform/surface: Update copyright year of various driversMaximilian Luz-1/+1
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unreg...Maximilian Luz-18/+35
2021-06-16platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz-1/+1
2021-06-16platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz-1/+1
2021-06-16platform/surface: aggregator: Update copyrightMaximilian Luz-1/+1
2021-06-16platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz-48/+245
2021-06-16platform/surface: aggregator: Allow registering notifiers without enabling ev...Maximilian Luz-28/+41
2021-06-16platform/surface: aggregator: Fix event disable functionMaximilian Luz-1/+1
2021-05-19platform/surface: aggregator: Do not mark interrupt as sharedMaximilian Luz-2/+1
2021-04-20platform/surface: aggregator: fix a bit testDan Carpenter-1/+1
2021-04-08platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao-2/+2
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz-5/+5
2021-01-07platform/surface: aggregator: Add trace pointsMaximilian Luz-0/+5
2021-01-06platform/surface: aggregator: Add event item allocation cachingMaximilian Luz-8/+78
2021-01-06platform/surface: Add Surface Aggregator subsystemMaximilian Luz-0/+2504