summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface/aggregator (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-021-9/+6
|\
| * platform/surface: aggregator: Use y instead of objs in MakefileAndy Shevchenko2021-08-121-9/+6
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-8/+1
|\ \
| * | platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helperAndy Shevchenko2021-08-131-8/+1
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede2021-06-161-3/+3
|\
| * ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally2021-06-071-3/+3
* | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | platform/surface: aggregator: Use list_move_tail instead of list_del/list_add...Baokun Li2021-06-161-7/+3
* | platform/surface: aggregator: Drop unnecessary variable initializationMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator: Do not return uninitialized valueMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator: Update copyrightMaximilian Luz2021-06-1615-15/+15
* | platform/surface: aggregator: Allow enabling of events without notifiersMaximilian Luz2021-06-161-48/+245
* | platform/surface: aggregator: Allow registering notifiers without enabling ev...Maximilian Luz2021-06-161-28/+41
* | platform/surface: aggregator: Fix event disable functionMaximilian Luz2021-06-161-1/+1
* | platform/surface: aggregator: Do not mark interrupt as sharedMaximilian Luz2021-05-191-2/+1
|/
* platform/surface: aggregator: fix a bit testDan Carpenter2021-04-201-1/+1
* platform/surface: aggregator: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-04-081-2/+2
* platform/surface: aggregator: Make SSAM_DEFINE_SYNC_REQUEST_x define static f...Maximilian Luz2021-03-081-5/+5
* platform/surface: aggregator: Fix access of unaligned valueMaximilian Luz2021-02-111-1/+1
* platform/surface: aggregator: Fix braces in if condition with unlikely() macroMaximilian Luz2021-02-031-1/+18
* platform/surface: aggregator: Fix kernel-doc referencesMaximilian Luz2021-01-181-3/+2
* platform/surface: aggregator: fix a kernel-doc markupMauro Carvalho Chehab2021-01-181-1/+1
* platform/surface: aggregator: Add dedicated bus and device typeMaximilian Luz2021-01-075-0/+470
* platform/surface: aggregator: Add error injection capabilitiesMaximilian Luz2021-01-074-1/+375
* platform/surface: aggregator: Add trace pointsMaximilian Luz2021-01-076-1/+655
* platform/surface: aggregator: Add event item allocation cachingMaximilian Luz2021-01-063-10/+101
* platform/surface: aggregator: Add control packet allocation cachingMaximilian Luz2021-01-063-10/+67
* platform/surface: Add Surface Aggregator subsystemMaximilian Luz2021-01-0612-0/+7457