Message ID | 20190102091729.18582-5-vkoul@kernel.org |
---|---|
State | Changes Requested |
Delegated to: | David Miller |
Headers | show |
Series | net: Add support for Qualcomm ethqos | expand |
Hello! On 02.01.2019 12:17, Vinod Koul wrote: > Add myself and Nikals as maintainers for this driver Niklas? > Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f4855974f325..0e3f4d97efd7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12329,6 +12329,14 @@ L: netdev@vger.kernel.org > S: Maintained > F: drivers/net/ethernet/qualcomm/emac/ > > +QUALCOMM ETHQOS ETHERNET DRIVER > +M: Vinod Koul <vkoul@kernel.org> > +M: Niklas Cassel <niklas.cassel@linaro.org> > +L: netdev@vger.kernel.org > +S: Maintained > +F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c > +F: Documentation/devicetree/bindings/net/qcom,dwmac.txt > + > QUALCOMM GENERIC INTERFACE I2C DRIVER > M: Alok Chauhan <alokc@codeaurora.org> > M: Karthikeyan Ramasubramanian <kramasub@codeaurora.org> MBR, Sergei
On 02-01-19, 12:48, Sergei Shtylyov wrote: > Hello! > > On 02.01.2019 12:17, Vinod Koul wrote: > > > Add myself and Nikals as maintainers for this driver > > Niklas? Damn.. will update after getting other comments. Thanks for pointing > > > Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index f4855974f325..0e3f4d97efd7 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -12329,6 +12329,14 @@ L: netdev@vger.kernel.org > > S: Maintained > > F: drivers/net/ethernet/qualcomm/emac/ > > +QUALCOMM ETHQOS ETHERNET DRIVER > > +M: Vinod Koul <vkoul@kernel.org> > > +M: Niklas Cassel <niklas.cassel@linaro.org> > > +L: netdev@vger.kernel.org > > +S: Maintained > > +F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c > > +F: Documentation/devicetree/bindings/net/qcom,dwmac.txt > > + > > QUALCOMM GENERIC INTERFACE I2C DRIVER > > M: Alok Chauhan <alokc@codeaurora.org> > > M: Karthikeyan Ramasubramanian <kramasub@codeaurora.org> > > MBR, Sergei
diff --git a/MAINTAINERS b/MAINTAINERS index f4855974f325..0e3f4d97efd7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12329,6 +12329,14 @@ L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/qualcomm/emac/ +QUALCOMM ETHQOS ETHERNET DRIVER +M: Vinod Koul <vkoul@kernel.org> +M: Niklas Cassel <niklas.cassel@linaro.org> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c +F: Documentation/devicetree/bindings/net/qcom,dwmac.txt + QUALCOMM GENERIC INTERFACE I2C DRIVER M: Alok Chauhan <alokc@codeaurora.org> M: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>