* [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default
@ 2026-07-08 11:47 Sakari Ailus
2026-07-09 8:49 ` Ilpo Järvinen
2026-07-09 13:13 ` Dan Scally
0 siblings, 2 replies; 3+ messages in thread
From: Sakari Ailus @ 2026-07-08 11:47 UTC (permalink / raw)
To: Daniel Scally, Hans de Goede, Ilpo Järvinen
Cc: platform-driver-x86, linux-media
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 <sakari.ailus@linux.intel.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2aec6afa8108..d41544a41c07 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13379,6 +13379,7 @@ INTEL SKYLAKE INT3472 ACPI DEVICE DRIVER
M: Daniel Scally <dan.scally@ideasonboard.com>
M: Sakari Ailus <sakari.ailus@linux.intel.com>
S: Maintained
+T: git git://linuxtv.org/media.git
F: drivers/platform/x86/intel/int3472/
F: include/linux/platform_data/x86/int3472.h
--
2.47.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default
2026-07-08 11:47 [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default Sakari Ailus
@ 2026-07-09 8:49 ` Ilpo Järvinen
2026-07-09 13:13 ` Dan Scally
1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2026-07-09 8:49 UTC (permalink / raw)
To: Sakari Ailus
Cc: Daniel Scally, Hans de Goede, platform-driver-x86, linux-media
[-- Attachment #1: Type: text/plain, Size: 1301 bytes --]
On Wed, 8 Jul 2026, Sakari Ailus wrote:
> 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 <sakari.ailus@linux.intel.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2aec6afa8108..d41544a41c07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13379,6 +13379,7 @@ INTEL SKYLAKE INT3472 ACPI DEVICE DRIVER
> M: Daniel Scally <dan.scally@ideasonboard.com>
> M: Sakari Ailus <sakari.ailus@linux.intel.com>
> S: Maintained
> +T: git git://linuxtv.org/media.git
> F: drivers/platform/x86/intel/int3472/
> F: include/linux/platform_data/x86/int3472.h
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
--
i.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default
2026-07-08 11:47 [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default Sakari Ailus
2026-07-09 8:49 ` Ilpo Järvinen
@ 2026-07-09 13:13 ` Dan Scally
1 sibling, 0 replies; 3+ messages in thread
From: Dan Scally @ 2026-07-09 13:13 UTC (permalink / raw)
To: Sakari Ailus, Hans de Goede, Ilpo Järvinen
Cc: platform-driver-x86, linux-media
Hi Sakari
On 08/07/2026 12:47, Sakari Ailus wrote:
> 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 <sakari.ailus@linux.intel.com>
> ---
Acked-by: Daniel Scally <dan.scally@ideasonboard.com>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2aec6afa8108..d41544a41c07 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13379,6 +13379,7 @@ INTEL SKYLAKE INT3472 ACPI DEVICE DRIVER
> M: Daniel Scally <dan.scally@ideasonboard.com>
> M: Sakari Ailus <sakari.ailus@linux.intel.com>
> S: Maintained
> +T: git git://linuxtv.org/media.git
> F: drivers/platform/x86/intel/int3472/
> F: include/linux/platform_data/x86/int3472.h
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-09 13:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 11:47 [PATCH 1/1] MAINTAINERS: Merge int3472 driver patches via the media tree by default Sakari Ailus
2026-07-09 8:49 ` Ilpo Järvinen
2026-07-09 13:13 ` Dan Scally
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox