Message ID | 20231122170506.27267-4-Sergey.Semin@baikalelectronics.ru (mailing list archive) |
---|---|
State | Accepted |
Commit | e34813c2dac8cece48e4f8781f38479847e4e951 |
Headers | show |
Series | MAINTAINERS: Add MIPS Baikal-T1 SoC bits maintainer | expand |
On Wed, Nov 22, 2023 at 08:04:52PM +0300, Serge Semin wrote: > Add myself as a maintainer of the MIPS Baikal-T1 platform-specific > drivers. The arch-code hasn't been submitted yet, but will be soon enough. > Until then it's better to have the already available drivers marked as > maintained. > > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Thomas, kind ping to merge this in. Thanks. -Serge(y) > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 52ee905c50f4..a56e241608ae 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14491,6 +14491,17 @@ F: arch/mips/ > F: drivers/platform/mips/ > F: include/dt-bindings/mips/ > > +MIPS BAIKAL-T1 PLATFORM > +M: Serge Semin <fancer.lancer@gmail.com> > +L: linux-mips@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml > +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml > +F: drivers/bus/bt1-*.c > +F: drivers/clk/baikal-t1/ > +F: drivers/memory/bt1-l2-ctl.c > +F: drivers/mtd/maps/physmap-bt1-rom.[ch] > + > MIPS BOSTON DEVELOPMENT BOARD > M: Paul Burton <paulburton@kernel.org> > L: linux-mips@vger.kernel.org > -- > 2.42.1 > >
On Wed, Nov 22, 2023 at 08:04:52PM +0300, Serge Semin wrote: > Add myself as a maintainer of the MIPS Baikal-T1 platform-specific > drivers. The arch-code hasn't been submitted yet, but will be soon enough. > Until then it's better to have the already available drivers marked as > maintained. > > Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 52ee905c50f4..a56e241608ae 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -14491,6 +14491,17 @@ F: arch/mips/ > F: drivers/platform/mips/ > F: include/dt-bindings/mips/ > > +MIPS BAIKAL-T1 PLATFORM > +M: Serge Semin <fancer.lancer@gmail.com> > +L: linux-mips@vger.kernel.org > +S: Supported > +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml > +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml > +F: drivers/bus/bt1-*.c > +F: drivers/clk/baikal-t1/ > +F: drivers/memory/bt1-l2-ctl.c > +F: drivers/mtd/maps/physmap-bt1-rom.[ch] > + > MIPS BOSTON DEVELOPMENT BOARD > M: Paul Burton <paulburton@kernel.org> > L: linux-mips@vger.kernel.org > -- > 2.42.1 applied to mips-next. Thomas.
diff --git a/MAINTAINERS b/MAINTAINERS index 52ee905c50f4..a56e241608ae 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14491,6 +14491,17 @@ F: arch/mips/ F: drivers/platform/mips/ F: include/dt-bindings/mips/ +MIPS BAIKAL-T1 PLATFORM +M: Serge Semin <fancer.lancer@gmail.com> +L: linux-mips@vger.kernel.org +S: Supported +F: Documentation/devicetree/bindings/bus/baikal,bt1-*.yaml +F: Documentation/devicetree/bindings/clock/baikal,bt1-*.yaml +F: drivers/bus/bt1-*.c +F: drivers/clk/baikal-t1/ +F: drivers/memory/bt1-l2-ctl.c +F: drivers/mtd/maps/physmap-bt1-rom.[ch] + MIPS BOSTON DEVELOPMENT BOARD M: Paul Burton <paulburton@kernel.org> L: linux-mips@vger.kernel.org
Add myself as a maintainer of the MIPS Baikal-T1 platform-specific drivers. The arch-code hasn't been submitted yet, but will be soon enough. Until then it's better to have the already available drivers marked as maintained. Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)