aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/surface_aggregator (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02platform/surface: aggregator: Move device registry helper functions to core moduleMaximilian Luz1-0/+52
2022-07-02platform/surface: aggregator: Add helper macros for requests with argument and return valueMaximilian Luz2-0/+161
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+40
2022-06-13platform/surface: aggregator: Add comment for KIP subsystem categoryMaximilian Luz1-1/+1
2022-06-13platform/surface: aggregator: Allow notifiers to avoid communication on unregisteringMaximilian Luz2-2/+88
2022-06-13platform/surface: aggregator: Allow devices to be marked as hot-removedMaximilian Luz1-3/+45
2022-06-13platform/surface: aggregator: Allow is_ssam_device() to be used when CONFIG_SURFACE_AGGREGATOR_BUS is disabledMaximilian Luz1-0/+11
2021-11-16platform/surface: aggregator: Make client device removal more genericMaximilian Luz1-0/+9
2021-10-22HID: surface-hid: Use correct event registry for managing HID eventsMaximilian Luz1-2/+2
2021-06-16platform/surface: aggregator: Update copyrightMaximilian Luz3-3/+3
2021-06-16platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz1-0/+8
2021-06-16platform/surface: aggregator: Allow registering notifiers without enabling eventsMaximilian Luz1-0/+17
2021-05-19platform/surface: aggregator: avoid clang -Wconstant-conversion warningArnd Bergmann1-3/+3
2021-03-08platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static functionsMaximilian Luz2-52/+53
2021-01-07platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz1-0/+423
2021-01-06platform/surface: Add Surface Aggregator subsystemMaximilian Luz2-0/+1496