Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'
authorJakub Kicinski <kuba@kernel.org>
Fri, 16 Feb 2024 01:49:24 +0000 (17:49 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 16 Feb 2024 01:49:24 +0000 (17:49 -0800)
commitfc906e79229b84eda0efa1c64951a7918f184b6c
tree426ba5bf181b7cd02bfcbc189d1bf4cabab6ba20
parent3738d710af51286d3814332343d10b0c745eaa12
parent3de21a8990d3c2cc507e9cc4ed00f36358d5b93e
Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'

Stanislaw Gruszka says:

====================
thermal/netlink/intel_hfi: Enable HFI feature only when required

The patchset introduces a new genetlink family bind/unbind callbacks
and thermal/netlink notifications, which allow drivers to send netlink
multicast events based on the presence of actual user-space consumers.
This functionality optimizes resource usage by allowing disabling
of features when not needed.

v1: https://lore.kernel.org/linux-pm/20240131120535.933424-1-stanislaw.gruszka@linux.intel.com//
v2: https://lore.kernel.org/linux-pm/20240206133605.1518373-1-stanislaw.gruszka@linux.intel.com/
v3: https://lore.kernel.org/linux-pm/20240209120625.1775017-1-stanislaw.gruszka@linux.intel.com/
====================

Link: https://lore.kernel.org/r/20240212161615.161935-1-stanislaw.gruszka@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>