]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thunderbolt: Introduce domain event message handler
authorAlan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Tue, 21 Jan 2025 17:46:20 +0000 (18:46 +0100)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 24 Apr 2025 05:24:38 +0000 (08:24 +0300)
commitcdf9956b6974206e1fd20e9bd30842df9714c5b8
treeb7a91a585f4f0bce5516db9741e7752e54970e81
parent4fd7a1f0f7f281dcbdf2e42a2e30b6d2159deaf4
thunderbolt: Introduce domain event message handler

This patch introduces a function that can be used to send uevent
notifications in the domain to userspace. For instance, it can indicate
that a DisplayPort tunnel could not be established due to insufficient
bandwidth. Userspace can then forward to user via dialog or similar.

Convert boot_acl_store() to call this instead of open-coding.

Signed-off-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/domain.c
drivers/thunderbolt/tb.h