Message ID | 20240816132058.920870-2-christian.bruel@foss.st.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add STM32MP25 USB3/PCIE COMBOPHY driver | expand |
On 16/08/2024 15:20, Christian Bruel wrote: > Add myself as STM32MP25 COMBOPHY maintainer > > Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f328373463b0..258fb57ccff5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -21910,6 +21910,12 @@ F: arch/m68k/kernel/*sun3* > F: arch/m68k/sun3*/ > F: drivers/net/ethernet/i825xx/sun3* > > +STMICROELECTRONICS STMP32MP25 USB3/PCIE COMBOPHY DRIVER > +M: Christian Bruel <christian.bruel@foss.st.com> > +S: Maintained > +F: Documentation/devicetree/bindings/phy/st,stm32-combophy.yaml > +F: drivers/phy/st/phy-stm32-combophy.c There are no such files. Organize your patchset in bisectable way. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index f328373463b0..258fb57ccff5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21910,6 +21910,12 @@ F: arch/m68k/kernel/*sun3* F: arch/m68k/sun3*/ F: drivers/net/ethernet/i825xx/sun3* +STMICROELECTRONICS STMP32MP25 USB3/PCIE COMBOPHY DRIVER +M: Christian Bruel <christian.bruel@foss.st.com> +S: Maintained +F: Documentation/devicetree/bindings/phy/st,stm32-combophy.yaml +F: drivers/phy/st/phy-stm32-combophy.c + SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER M: Hans de Goede <hdegoede@redhat.com> L: linux-input@vger.kernel.org
Add myself as STM32MP25 COMBOPHY maintainer Signed-off-by: Christian Bruel <christian.bruel@foss.st.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)