* [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS
@ 2009-08-11 3:11 Li Yang
2009-08-11 3:00 ` Joe Perches
2009-08-12 19:40 ` Guennadi Liakhovetski
0 siblings, 2 replies; 3+ messages in thread
From: Li Yang @ 2009-08-11 3:11 UTC (permalink / raw)
To: gregkh, joe; +Cc: linuxppc-dev, lg, linux-usb
Change the F entry for file rename, and make it also cover fsl_qe_udc
driver. Update the name accordingly.
Signed-off-by: Li Yang <leoli@freescale.com>
---
Liakhovetski,
Is it ok that it also covers your fsl_mx3_udc.c file. It's much easier
to use the wildcard.
MAINTAINERS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b1114cf..cf1e22c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2067,12 +2067,12 @@ S: Supported
F: arch/powerpc/sysdev/qe_lib/
F: arch/powerpc/include/asm/*qe.h
-FREESCALE HIGHSPEED USB DEVICE DRIVER
+FREESCALE USB PERIPHERIAL DRIVERS
M: Li Yang <leoli@freescale.com>
L: linux-usb@vger.kernel.org
L: linuxppc-dev@ozlabs.org
S: Maintained
-F: drivers/usb/gadget/fsl_usb2_udc.c
+F: drivers/usb/gadget/fsl*
FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
M: Li Yang <leoli@freescale.com>
--
1.6.3.1.6.g4bf1f
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS
2009-08-11 3:11 [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS Li Yang
@ 2009-08-11 3:00 ` Joe Perches
2009-08-12 19:40 ` Guennadi Liakhovetski
1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2009-08-11 3:00 UTC (permalink / raw)
To: Li Yang; +Cc: linuxppc-dev, gregkh, lg, linux-usb
On Tue, 2009-08-11 at 11:11 +0800, Li Yang wrote:
> Change the F entry for file rename, and make it also cover fsl_qe_udc
> driver. Update the name accordingly.
>
> Signed-off-by: Li Yang <leoli@freescale.com>
> ---
> Liakhovetski,
>
> Is it ok that it also covers your fsl_mx3_udc.c file. It's much easier
> to use the wildcard.
> MAINTAINERS | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b1114cf..cf1e22c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2067,12 +2067,12 @@ S: Supported
> F: arch/powerpc/sysdev/qe_lib/
> F: arch/powerpc/include/asm/*qe.h
>
> -FREESCALE HIGHSPEED USB DEVICE DRIVER
> +FREESCALE USB PERIPHERIAL DRIVERS
> M: Li Yang <leoli@freescale.com>
> L: linux-usb@vger.kernel.org
> L: linuxppc-dev@ozlabs.org
> S: Maintained
> -F: drivers/usb/gadget/fsl_usb2_udc.c
> +F: drivers/usb/gadget/fsl*
If you want, you can add an "X:" entry as well
X: drivers/usb/gadget/fsl_mx3_udc.c
which excludes that file.
Excludes are tested before includes.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS
2009-08-11 3:11 [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS Li Yang
2009-08-11 3:00 ` Joe Perches
@ 2009-08-12 19:40 ` Guennadi Liakhovetski
1 sibling, 0 replies; 3+ messages in thread
From: Guennadi Liakhovetski @ 2009-08-12 19:40 UTC (permalink / raw)
To: Li Yang; +Cc: joe, linuxppc-dev, gregkh, linux-usb
On Tue, 11 Aug 2009, Li Yang wrote:
> Change the F entry for file rename, and make it also cover fsl_qe_udc
> driver. Update the name accordingly.
>
> Signed-off-by: Li Yang <leoli@freescale.com>
> ---
> Liakhovetski,
>
> Is it ok that it also covers your fsl_mx3_udc.c file. It's much easier
> to use the wildcard.
Sure, no problem, if you like
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> MAINTAINERS | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b1114cf..cf1e22c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2067,12 +2067,12 @@ S: Supported
> F: arch/powerpc/sysdev/qe_lib/
> F: arch/powerpc/include/asm/*qe.h
>
> -FREESCALE HIGHSPEED USB DEVICE DRIVER
> +FREESCALE USB PERIPHERIAL DRIVERS
> M: Li Yang <leoli@freescale.com>
> L: linux-usb@vger.kernel.org
> L: linuxppc-dev@ozlabs.org
> S: Maintained
> -F: drivers/usb/gadget/fsl_usb2_udc.c
> +F: drivers/usb/gadget/fsl*
>
> FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
> M: Li Yang <leoli@freescale.com>
> --
> 1.6.3.1.6.g4bf1f
>
>
>
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-12 19:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11 3:11 [PATCH] usb/gadget: Update Freescale UDC entry in MAINTAINERS Li Yang
2009-08-11 3:00 ` Joe Perches
2009-08-12 19:40 ` Guennadi Liakhovetski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).