Message ID | 20190325122442.30644-1-ulf.hansson@linaro.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add section for MediaTek MMC/SD/SDIO driver | expand |
Chaotian, On Mon, 25 Mar 2019 at 13:24, Ulf Hansson <ulf.hansson@linaro.org> wrote: > > Cc: Chaotian Jing <chaotian.jing@mediatek.com> > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3e5a5d263f29..b43e563b4c95 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9775,6 +9775,12 @@ F: drivers/media/platform/mtk-vpu/ > F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt > F: Documentation/devicetree/bindings/media/mediatek-vpu.txt > > +MEDIATEK MMC/SD/SDIO DRIVER > +M: Chaotian Jing <chaotian.jing@mediatek.com> > +S: Maintained > +F: drivers/mmc/host/mtk-sd.c > +F: Documentation/devicetree/bindings/mmc/mtk-sd.txt > + Are you fine with this, or do you have any other guys at your side that can help with reviewing patches for the mtk-sd driver? [...] Kind regards Uffe
On Thu, 2019-04-11 at 11:49 +0200, Ulf Hansson wrote: > Chaotian, > > On Mon, 25 Mar 2019 at 13:24, Ulf Hansson <ulf.hansson@linaro.org> wrote: > > > > Cc: Chaotian Jing <chaotian.jing@mediatek.com> > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > > --- > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 3e5a5d263f29..b43e563b4c95 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -9775,6 +9775,12 @@ F: drivers/media/platform/mtk-vpu/ > > F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt > > F: Documentation/devicetree/bindings/media/mediatek-vpu.txt > > > > +MEDIATEK MMC/SD/SDIO DRIVER > > +M: Chaotian Jing <chaotian.jing@mediatek.com> > > +S: Maintained > > +F: drivers/mmc/host/mtk-sd.c > > +F: Documentation/devicetree/bindings/mmc/mtk-sd.txt > > + > > Are you fine with this, or do you have any other guys at your side > that can help with reviewing patches for the mtk-sd driver? > Yes, It's fine for me. Thx! > [...] > > Kind regards > Uffe
On Thu, 11 Apr 2019 at 12:42, Chaotian Jing <chaotian.jing@mediatek.com> wrote: > > On Thu, 2019-04-11 at 11:49 +0200, Ulf Hansson wrote: > > Chaotian, > > > > On Mon, 25 Mar 2019 at 13:24, Ulf Hansson <ulf.hansson@linaro.org> wrote: > > > > > > Cc: Chaotian Jing <chaotian.jing@mediatek.com> > > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > > > --- > > > MAINTAINERS | 6 ++++++ > > > 1 file changed, 6 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 3e5a5d263f29..b43e563b4c95 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -9775,6 +9775,12 @@ F: drivers/media/platform/mtk-vpu/ > > > F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt > > > F: Documentation/devicetree/bindings/media/mediatek-vpu.txt > > > > > > +MEDIATEK MMC/SD/SDIO DRIVER > > > +M: Chaotian Jing <chaotian.jing@mediatek.com> > > > +S: Maintained > > > +F: drivers/mmc/host/mtk-sd.c > > > +F: Documentation/devicetree/bindings/mmc/mtk-sd.txt > > > + > > > > Are you fine with this, or do you have any other guys at your side > > that can help with reviewing patches for the mtk-sd driver? > > > Yes, It's fine for me. > Thx! Great! I consider that as ack and have applied the patch. Thanks and kind regards Uffe
diff --git a/MAINTAINERS b/MAINTAINERS index 3e5a5d263f29..b43e563b4c95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9775,6 +9775,12 @@ F: drivers/media/platform/mtk-vpu/ F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt F: Documentation/devicetree/bindings/media/mediatek-vpu.txt +MEDIATEK MMC/SD/SDIO DRIVER +M: Chaotian Jing <chaotian.jing@mediatek.com> +S: Maintained +F: drivers/mmc/host/mtk-sd.c +F: Documentation/devicetree/bindings/mmc/mtk-sd.txt + MEDIATEK MT76 WIRELESS LAN DRIVER M: Felix Fietkau <nbd@nbd.name> M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Cc: Chaotian Jing <chaotian.jing@mediatek.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.17.1