public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lukasz Majewski <l.majewski@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 0/5] USB: Add support for designware UDC
Date: Wed, 07 Mar 2012 12:19:11 +0100	[thread overview]
Message-ID: <20120307121911.4b2f8dc5@lmajewski.digital.local> (raw)
In-Reply-To: <1331113181-2193-1-git-send-email-amit.virdi@st.com>

On Wed, 07 Mar 2012 15:09:36 +0530
Amit Virdi <amit.virdi@st.com> wrote:

> Support for designware USB device controller (UDC) exists in the
> u-boot for SPEAr platform. This patchset makes the driver more
> generic so that it can be used across multiple platforms.
> 
> V2:
>  - Configure the gadget in HS only if CONFIG_USBD_HS is defined
>  - Made local functions static in a separate commit
>  - In "Fix memory nonalignment issue" used memcpy instead of copying
>    byte-by-byte
>  - Define the HS_PACKET_SIZE unconditionally
> 
> V1:
>  - Added support for designware UDC in a more generic way
> 
> Amit Virdi (1):
>   USB:gadget:designware Make locally used functions static
> 
> Shiraz Hashim (1):
>   USB:gadget:designware Fix memory nonalignment issue
> 
> Vipin KUMAR (3):
>   USB:gadget:designware USB device controller (UDC) implementation
>   USB:gadget:designware Device controller bugfixes
>   USB:gadget:designware Support high speed
> 
>  drivers/serial/usbtty.h                            |    4 +-
>  drivers/usb/gadget/Makefile                        |    2 +-
>  drivers/usb/gadget/{spr_udc.c => designware_udc.c} |  138
> ++++++++++++-------
> include/configs/spear-common.h                     |    4 +-
> include/usb/{spr_udc.h => designware_udc.h}        |    7 +- 5 files
> changed, 97 insertions(+), 58 deletions(-) rename
> drivers/usb/gadget/{spr_udc.c => designware_udc.c} (89%) rename
> include/usb/{spr_udc.h => designware_udc.h} (98%)
> 

Hi Amit,

Is this driver a Synopsis DWC2 or DWC3 UDC controller?

-- 
Best regards,

Lukasz Majewski

Samsung Poland R&D Center
Platform Group

  parent reply	other threads:[~2012-03-07 11:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-07  9:39 [U-Boot] [PATCH V2 0/5] USB: Add support for designware UDC Amit Virdi
2012-03-07  9:39 ` [U-Boot] [PATCH V2 1/5] USB:gadget:designware USB device controller (UDC) implementation Amit Virdi
2012-03-07  9:39 ` [U-Boot] [PATCH V2 2/5] USB:gadget:designware Device controller bugfixes Amit Virdi
2012-03-07  9:39 ` [U-Boot] [PATCH V2 3/5] USB:gadget:designware Support high speed Amit Virdi
2012-03-07  9:39 ` [U-Boot] [PATCH V2 4/5] USB:gadget:designware Make locally used functions static Amit Virdi
2012-03-07  9:39 ` [U-Boot] [PATCH V2 5/5] USB:gadget:designware Fix memory nonalignment issue Amit Virdi
2012-03-07 11:19 ` Lukasz Majewski [this message]
2012-03-07 11:30   ` [U-Boot] [PATCH V2 0/5] USB: Add support for designware UDC Stefan Roese
2012-03-07 12:27 ` Marek Vasut
2012-03-07 13:56   ` Amit Virdi

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=20120307121911.4b2f8dc5@lmajewski.digital.local \
    --to=l.majewski@samsung.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox