linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list
@ 2023-01-15 14:26 Heiner Kallweit
  2023-01-16  8:42 ` Neil Armstrong
  2023-06-22  7:57 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Heiner Kallweit @ 2023-01-15 14:26 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl
  Cc: open list:ARM/Amlogic Meson...,
	linux-arm-kernel, Linux Kernel Mailing List

Add PHY-related files to the Amlogic SoC file list.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1c83c26e9..428d88195 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1909,10 +1909,12 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-amlogic@lists.infradead.org
 S:	Maintained
 W:	http://linux-meson.com/
+F:	Documentation/devicetree/bindings/phy/amlogic*
 F:	arch/arm/boot/dts/meson*
 F:	arch/arm/mach-meson/
 F:	arch/arm64/boot/dts/amlogic/
 F:	drivers/mmc/host/meson*
+F:	drivers/phy/amlogic/
 F:	drivers/pinctrl/meson/
 F:	drivers/rtc/rtc-meson*
 F:	drivers/soc/amlogic/
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list
  2023-01-15 14:26 [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list Heiner Kallweit
@ 2023-01-16  8:42 ` Neil Armstrong
  2023-06-22  7:57 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2023-01-16  8:42 UTC (permalink / raw)
  To: Heiner Kallweit, Kevin Hilman, Jerome Brunet, Martin Blumenstingl
  Cc: open list:ARM/Amlogic Meson...,
	linux-arm-kernel, Linux Kernel Mailing List

On 15/01/2023 15:26, Heiner Kallweit wrote:
> Add PHY-related files to the Amlogic SoC file list.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1c83c26e9..428d88195 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1909,10 +1909,12 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>   L:	linux-amlogic@lists.infradead.org
>   S:	Maintained
>   W:	http://linux-meson.com/
> +F:	Documentation/devicetree/bindings/phy/amlogic*
>   F:	arch/arm/boot/dts/meson*
>   F:	arch/arm/mach-meson/
>   F:	arch/arm64/boot/dts/amlogic/
>   F:	drivers/mmc/host/meson*
> +F:	drivers/phy/amlogic/
>   F:	drivers/pinctrl/meson/
>   F:	drivers/rtc/rtc-meson*
>   F:	drivers/soc/amlogic/


Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list
  2023-01-15 14:26 [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list Heiner Kallweit
  2023-01-16  8:42 ` Neil Armstrong
@ 2023-06-22  7:57 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2023-06-22  7:57 UTC (permalink / raw)
  To: Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Heiner Kallweit
  Cc: open list:ARM/Amlogic Meson...,
	linux-arm-kernel, Linux Kernel Mailing List

Hi,

On Sun, 15 Jan 2023 15:26:05 +0100, Heiner Kallweit wrote:
> Add PHY-related files to the Amlogic SoC file list.
> 
> 

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.5/drivers)

[1/1] MAINTAINERS: add PHY-related files to Amlogic SoC file list
      https://git.kernel.org/amlogic/c/9e70e49474bb37ba8f43336d8a775d503b20aebc

These changes has been applied on the intermediate git tree [1].

The v6.5/drivers branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.

In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].

The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.

If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

-- 
Neil


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-22  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 14:26 [PATCH resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list Heiner Kallweit
2023-01-16  8:42 ` Neil Armstrong
2023-06-22  7:57 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).