From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: mv_udc: Rename to ci_udc
Date: Thu, 6 Feb 2014 04:48:50 +0100 [thread overview]
Message-ID: <201402060448.50206.marex@denx.de> (raw)
In-Reply-To: <52F2FD49.4000708@boundarydevices.com>
On Thursday, February 06, 2014 at 04:11:05 AM, Eric Nelson wrote:
> Hi Marek,
>
> On 02/05/2014 06:49 PM, Marek Vasut wrote:
> > The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
> > generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
> > instead.
>
> Sounds good.
>
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Eric Nelson <eric.nelson@boundarydevices.com>
> > Cc: Stefano Babic <sbabic@denx.de>
> > ---
> >
> > board/boundary/nitrogen6x/nitrogen6x.c | 2 +-
> > drivers/serial/usbtty.h | 4 +-
> > drivers/usb/gadget/Makefile | 2 +-
> > drivers/usb/gadget/{mv_udc.c => ci_udc.c} | 178
> > +++++++++++++++--------------- drivers/usb/gadget/{mv_udc.h =>
> > ci_udc.h} | 12 +-
> > drivers/usb/gadget/gadget_chips.h | 8 +-
> > include/configs/nitrogen6x.h | 2 +-
> > include/configs/sansa_fuze_plus.h | 2 +-
> > include/configs/xfi3.h | 2 +-
> > include/usb/{mv_udc.h => ci_udc.h} | 6 +-
> > 10 files changed, 109 insertions(+), 109 deletions(-)
> > rename drivers/usb/gadget/{mv_udc.c => ci_udc.c} (79%)
> > rename drivers/usb/gadget/{mv_udc.h => ci_udc.h} (94%)
> > rename include/usb/{mv_udc.h => ci_udc.h} (73%)
> >
> > ...
> > diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/ci_udc.c
> > similarity index 79%
> > rename from drivers/usb/gadget/mv_udc.c
> > rename to drivers/usb/gadget/ci_udc.c
> > index da41738..6c5ef4c 100644
> > --- a/drivers/usb/gadget/mv_udc.c
> > +++ b/drivers/usb/gadget/ci_udc.c
> >
> > ...
>
> I think you missed the mvudc_probe() routine though:
> > @@ -673,23 +673,23 @@ static int mvudc_probe(void)
>
> Aside from that...
>
> Reviewed-by: Eric Nelson <eric.nelson@boundarydevices.com>
Thanks, fixed in V2.
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-02-06 3:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 1:49 [U-Boot] [PATCH] usb: mv_udc: Rename to ci_udc Marek Vasut
2014-02-06 1:52 ` Fabio Estevam
2014-02-06 3:11 ` Eric Nelson
2014-02-06 3:48 ` Marek Vasut [this message]
2014-02-06 3:51 ` [U-Boot] [PATCH V2] " Marek Vasut
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=201402060448.50206.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.