Message ID | 38f87b22-d9a8-b8d8-ba7b-a2c2d7311b04@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [resend] MAINTAINERS: add PHY-related files to Amlogic SoC file list | expand |
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>
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
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/
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(+)