[GIT PULL] Apple SoC driver changes for v6.19
From: Sven Peter <sven@kernel.org>
Date: 2025-11-26 21:16:53
Also in:
asahi, lkml
Hi, Please pull the following changes for Apple SoC drivers. These have been in -next for a few weeks as usual and details are in the signed tag. Thanks, Sven The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux.git tags/apple-soc-drivers-6.19 for you to fetch changes up to f95f3bceade25914cca30c871187b2d33db23f34: soc: apple: sart: drop device reference after lookup (2025-10-13 18:32:53 +0200) ---------------------------------------------------------------- Apple SoC driver updates for 6.18 Two small fixes: - mailbox: Stop leaking a reference to the mbox platform device during lookup - sart: drop device reference after lookup since it's no longer used afterwards Signed-off-by: Sven Peter <sven@kernel.org> -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQS3vz815OHsEaWy0u9EEX0kKnUe6QUCaSdsTAAKCRBEEX0kKnUe 6Q3TAP9LzbLNHLFbDgCQXRRU5Qb5RxakNQ6o6eoyJP2I4C16SwEA0PChp6r/yH7I US56W3mTG3vlJKag472fLyDmZITkFw0= =9YPH -----END PGP SIGNATURE----- ---------------------------------------------------------------- Johan Hovold (2): soc: apple: mailbox: fix device leak on lookup soc: apple: sart: drop device reference after lookup drivers/soc/apple/mailbox.c | 15 +++++++++++---- drivers/soc/apple/sart.c | 13 ++----------- 2 files changed, 13 insertions(+), 15 deletions(-)