]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'tegra-for-6.19-syscore' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Nov 2025 09:25:55 +0000 (10:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 25 Nov 2025 09:25:56 +0000 (10:25 +0100)
syscore: Changes for v6.19-rc1

Add a parameter to syscore operations to allow passing contextual data,
which in turn enables refactoring of drivers to make them independent of
global data. This initially only contains the API changes along with the
updates for existing drivers. Subsequent work will make use of this to
improve drivers.

* tag 'tegra-for-6.19-syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  syscore: Pass context data to callbacks

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Trivial merge