From 6c3a86e563b5c79e4429d8aa4cde39b2485bf969 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Wed, 8 Jul 2026 14:26:31 +0300 Subject: [PATCH] MAINTAINERS: Merge int3472 driver patches via the media tree by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The int3472 driver (under drivers/platform/x86/intel/int3472) implements an effective kernel API (via instantiating regulators, clocks and GPIOs) that is primarily used by the drivers under drivers/media. This means that there are often dependencies between patches to the int3472 driver and the camera sensor drivers whereas dependencies to other parts of the x86 platform tree are fairly rare. Assign the int3472 driver tree to the Media tree. Patches that have dependencies elsewhere than in the Media tree will be coordinated with the respective maintainers as usual. Signed-off-by: Sakari Ailus Acked-by: Ilpo Järvinen Acked-by: Daniel Scally --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 05b783f429e6..febe918d6316 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13372,6 +13372,7 @@ INTEL SKYLAKE INT3472 ACPI DEVICE DRIVER M: Daniel Scally M: Sakari Ailus S: Maintained +T: git git://linuxtv.org/media.git F: drivers/platform/x86/intel/int3472/ F: include/linux/platform_data/x86/int3472.h