From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Joe Perches <joe@perches.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Thomas Dahlmann <dahlmann.thomas@arcor.de>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Li Yang <leoli@freescale.com>, Eric Miao <eric.y.miao@gmail.com>,
Russell King <linux@arm.linux.org.uk>,
Haojian Zhuang <haojian.zhuang@gmail.com>,
Andrzej Pietrasiewicz <andrzej.p@samsung.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/6] MAINTAINERS: Update usb/gadget patterns
Date: Wed, 30 Jul 2014 10:58:02 +0200 [thread overview]
Message-ID: <3040193.IdGZMy9E2c@avalon> (raw)
In-Reply-To: <d07bbb44f8c937d7e10a0b7a52689ca59d55b787.1406691397.git.joe@perches.com>
Hi Joe,
Thank you for the patch.
On Tuesday 29 July 2014 20:38:40 Joe Perches wrote:
> Several commits have moved files around, update the section patterns.
>
> Signed-off-by: Joe Perches <joe@perches.com>
> cc: Thomas Dahlmann <dahlmann.thomas@arcor.de>
> cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> cc: Li Yang <leoli@freescale.com>
> cc: Eric Miao <eric.y.miao@gmail.com>
> cc: Russell King <linux@arm.linux.org.uk>
> cc: Haojian Zhuang <haojian.zhuang@gmail.com>
> cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> cc: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
> ---
> MAINTAINERS | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66d5894..6033aaf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -596,7 +596,7 @@ AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
> M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
> L: linux-geode@lists.infradead.org (moderated for non-subscribers)
> S: Supported
> -F: drivers/usb/gadget/amd5536udc.*
> +F: drivers/usb/gadget/udc/amd5536udc.*
>
> AMD GEODE PROCESSOR/CHIPSET SUPPORT
> P: Andres Salomon <dilinger@queued.net>
> @@ -1688,7 +1688,7 @@ ATMEL USBA UDC DRIVER
> M: Nicolas Ferre <nicolas.ferre@atmel.com>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Supported
> -F: drivers/usb/gadget/atmel_usba_udc.*
> +F: drivers/usb/gadget/udc/atmel_usba_udc.*
>
> ATMEL WIRELESS DRIVER
> M: Simon Kelley <simon@thekelleys.org.uk>
> @@ -3798,7 +3798,7 @@ M: Li Yang <leoli@freescale.com>
> L: linux-usb@vger.kernel.org
> L: linuxppc-dev@lists.ozlabs.org
> S: Maintained
> -F: drivers/usb/gadget/fsl*
> +F: drivers/usb/gadget/udc/fsl*
>
> FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
> M: Li Yang <leoli@freescale.com>
> @@ -7232,7 +7232,7 @@ S: Maintained
> F: arch/arm/mach-pxa/
> F: drivers/pcmcia/pxa2xx*
> F: drivers/spi/spi-pxa2xx*
> -F: drivers/usb/gadget/pxa2*
> +F: drivers/usb/gadget/udc/pxa2*
> F: include/sound/pxa2xx-lib.h
> F: sound/arm/pxa*
> F: sound/soc/pxa/
> @@ -9576,8 +9576,8 @@ USB WEBCAM GADGET
> M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> L: linux-usb@vger.kernel.org
> S: Maintained
> -F: drivers/usb/gadget/*uvc*.c
> -F: drivers/usb/gadget/webcam.c
> +F: drivers/usb/gadget/function/*uvc*.c
> +F: drivers/usb/gadget/legacy/webcam.c
>
> USB WIRELESS RNDIS DRIVER (rndis_wlan)
> M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-07-30 8:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 3:38 [PATCH 0/6] MAINTAINERS: Update patterns Joe Perches
2014-07-30 3:38 ` [PATCH 1/6] MAINTAINERS: Update DMA BUFFER SHARING patterns Joe Perches
2014-07-30 5:33 ` Sumit Semwal
2014-07-30 3:38 ` [PATCH 2/6] MAINTAINERS: Update usb/gadget patterns Joe Perches
2014-07-30 8:58 ` Laurent Pinchart [this message]
2014-07-30 3:38 ` [PATCH 3/6] MAINTAINERS: Update go7007 pattern Joe Perches
2014-07-30 7:01 ` Hans Verkuil
2014-07-30 3:38 ` [PATCH 4/6] MAINTAINERS: Update solo6x10 patterns Joe Perches
2014-07-30 7:02 ` Hans Verkuil
2014-07-30 7:03 ` Hans Verkuil
2014-07-30 3:38 ` [PATCH 5/6] MAINTAINERS: Update samsung pinctrl patterns Joe Perches
2014-07-30 3:38 ` [PATCH 6/6] MAINTAINERS: Update nomadik patterns Joe Perches
2014-08-08 13:24 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3040193.IdGZMy9E2c@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=akpm@linux-foundation.org \
--cc=andrzej.p@samsung.com \
--cc=dahlmann.thomas@arcor.de \
--cc=eric.y.miao@gmail.com \
--cc=haojian.zhuang@gmail.com \
--cc=joe@perches.com \
--cc=leoli@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nicolas.ferre@atmel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox