Message ID | 20210922050035.18162-4-sergio.paracuellos@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver | expand |
On 22.09.2021 8:00, Sergio Paracuellos wrote: > Add myself as maintainer of the PCie Controlller driver for PCIe Controller. :-) > MT7621 SoCs. > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> [...] MBR, Sergei
Hi Sergei, On Wed, Sep 22, 2021 at 11:05 AM Sergei Shtylyov <sergei.shtylyov@gmail.com> wrote: > > On 22.09.2021 8:00, Sergio Paracuellos wrote: > > > Add myself as maintainer of the PCie Controlller driver for > > PCIe Controller. :-) Ups, true :) I will send v4 with this fixed if more changes are needed. Best regards, Sergio Paracuellos > > > MT7621 SoCs. > > > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> > [...] > > MBR, Sergei >
diff --git a/MAINTAINERS b/MAINTAINERS index eeb4c70b3d5b..a7f0cbad7ac5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11842,6 +11842,12 @@ S: Maintained F: Documentation/devicetree/bindings/i2c/i2c-mt7621.txt F: drivers/i2c/busses/i2c-mt7621.c +MEDIATEK MT7621 PCI CONTROLLER DRIVER +M: Sergio Paracuellos <sergio.paracuellos@gmail.com> +S: Maintained +F: Documentation/devicetree/bindings/pci/mediatek,mt7621-pci.yaml +F: drivers/pci/controller/pci-mt7621.c + MEDIATEK MT7621 PHY PCI DRIVER M: Sergio Paracuellos <sergio.paracuellos@gmail.com> S: Maintained
Add myself as maintainer of the PCie Controlller driver for MT7621 SoCs. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)