]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commitd34a71ba21735b6aae34cc8127e70724073f103b
tree70780b2a49b449cde209ab02ee3030b590a325ae
parent5d5b056ba35257586afda128eafa05780e3d9b63
parenta97fbc3ee3e2a536fafaff04f21f45472db71769
Merge tag 'tegra-for-6.19-syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/drivers

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>