diff mbox series

[U-Boot] MAINTAINERS: Update maintainer for USB xHCI

Message ID 1509982741-25055-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Commit c0c5f910adbe703aa3d353fbf2c63e9ebc779943
Delegated to: Marek Vasut
Headers show
Series [U-Boot] MAINTAINERS: Update maintainer for USB xHCI | expand

Commit Message

Bin Meng Nov. 6, 2017, 3:39 p.m. UTC
As discussed with Marek, this adds myself as the maintainer to
offload the USB xHCI part.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 MAINTAINERS    | 6 ++++++
 doc/git-mailrc | 1 +
 2 files changed, 7 insertions(+)

Comments

Marek Vasut Nov. 6, 2017, 3:39 p.m. UTC | #1
On 11/06/2017 04:39 PM, Bin Meng wrote:
> As discussed with Marek, this adds myself as the maintainer to
> offload the USB xHCI part.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

Acked-by: Marek Vasut <marex@denx.de>

> ---
> 
>  MAINTAINERS    | 6 ++++++
>  doc/git-mailrc | 1 +
>  2 files changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b167b02..b9cefbd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -446,6 +446,12 @@ S:	Maintained
>  T:	git git://git.denx.de/u-boot-usb.git
>  F:	drivers/usb/
>  
> +USB xHCI
> +M:	Bin Meng <bmeng.cn@gmail.com>
> +S:	Maintained
> +T:	git git://git.denx.de/u-boot-usb.git topic-xhci
> +F:	drivers/usb/host/xhci*
> +
>  VIDEO
>  M:	Anatolij Gustschin <agust@denx.de>
>  S:	Maintained
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> index 556db0a..5a365cd 100644
> --- a/doc/git-mailrc
> +++ b/doc/git-mailrc
> @@ -133,6 +133,7 @@ alias spi            uboot, jagan
>  alias spmi           uboot, mateusz
>  alias ubi            uboot, hs
>  alias usb            uboot, marex
> +alias xhci           uboot, bmeng
>  alias video          uboot, ag
>  alias patman         uboot, sjg
>  alias buildman       uboot, sjg
>
Simon Glass Nov. 6, 2017, 4:09 p.m. UTC | #2
On 6 November 2017 at 08:39, Bin Meng <bmeng.cn@gmail.com> wrote:
>
> As discussed with Marek, this adds myself as the maintainer to
> offload the USB xHCI part.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>  MAINTAINERS    | 6 ++++++
>  doc/git-mailrc | 1 +
>  2 files changed, 7 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Bin Meng Nov. 24, 2017, 3:29 a.m. UTC | #3
Hi Marek,

On Mon, Nov 6, 2017 at 11:39 PM, Marek Vasut <marex@denx.de> wrote:
> On 11/06/2017 04:39 PM, Bin Meng wrote:
>> As discussed with Marek, this adds myself as the maintainer to
>> offload the USB xHCI part.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> Acked-by: Marek Vasut <marex@denx.de>
>

I thought this was picked up by Tom and from patchwork it was assigned
to you. Can you take it?

Regards,
Bin
Marek Vasut Nov. 24, 2017, 5:07 a.m. UTC | #4
On 11/24/2017 04:29 AM, Bin Meng wrote:
> Hi Marek,
> 
> On Mon, Nov 6, 2017 at 11:39 PM, Marek Vasut <marex@denx.de> wrote:
>> On 11/06/2017 04:39 PM, Bin Meng wrote:
>>> As discussed with Marek, this adds myself as the maintainer to
>>> offload the USB xHCI part.
>>>
>>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>>
>> Acked-by: Marek Vasut <marex@denx.de>
>>
> 
> I thought this was picked up by Tom and from patchwork it was assigned
> to you. Can you take it?

Applied, thanks.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b167b02..b9cefbd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -446,6 +446,12 @@  S:	Maintained
 T:	git git://git.denx.de/u-boot-usb.git
 F:	drivers/usb/
 
+USB xHCI
+M:	Bin Meng <bmeng.cn@gmail.com>
+S:	Maintained
+T:	git git://git.denx.de/u-boot-usb.git topic-xhci
+F:	drivers/usb/host/xhci*
+
 VIDEO
 M:	Anatolij Gustschin <agust@denx.de>
 S:	Maintained
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 556db0a..5a365cd 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -133,6 +133,7 @@  alias spi            uboot, jagan
 alias spmi           uboot, mateusz
 alias ubi            uboot, hs
 alias usb            uboot, marex
+alias xhci           uboot, bmeng
 alias video          uboot, ag
 alias patman         uboot, sjg
 alias buildman       uboot, sjg