aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/surface_aggregator (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+0
2024-01-04platform/surface: aggregator: make ssam_bus_type constant and staticGreg Kroah-Hartman1-1/+0
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion1-2/+2
2023-09-26platform/surface: aggregator: Annotate struct ssam_event with __counted_byKees Cook1-1/+1
2023-05-30platform/surface: aggregator: Make to_ssam_device_driver() respect constnessMaximilian Luz1-5/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2023-02-02platform/surface: aggregator: Rename top-level request functions to avoid ambiguitiesMaximilian Luz2-32/+32
2023-02-02platform/surface: aggregator: Enforce use of target-ID enum in device ID macrosMaximilian Luz1-25/+25
2023-02-02platform/surface: aggregator: Improve documentation and handling of message target and source IDsMaximilian Luz2-15/+29
2023-01-27platform/surface: aggregator: move to_ssam_device() to use container_of_const()Greg Kroah-Hartman1-4/+1
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