public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-usb
Date: Mon, 21 Dec 2009 21:02:17 +0100	[thread overview]
Message-ID: <20091221200217.294ED3F6EF@gemini.denx.de> (raw)
In-Reply-To: <3efb10970912200451g3ffe2436nc9a21a2daf45b641@mail.gmail.com>

Dear Remy Bohmer,

In message <3efb10970912200451g3ffe2436nc9a21a2daf45b641@mail.gmail.com> you wrote:
> The following changes since commit
> bb3bcfa2426cc6a0aecec7270e3ee67ca843a125:
>   Wolfgang Denk (1):
>         Merge branch 'next' of ../next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Ajay Kumar Gupta (1):
>       omap3evm: musb: add USB config
> 
> Mahavir Jain (1):
>       usb: write command for RAW partition.
> 
> Tom Rix (9):
>       USB Consolidate descriptor definitions
>       USB add macros for debugging usb device setup.
>       TWL4030 Add usb PHY support
>       OMAP3 Add usb device support
>       OMAP3 zoom1 Add usbtty configuration
>       OMAP3 beagle Add usbtty configuration
>       USBTTY make some function declarations easier to use.
>       OMAP3 zoom2 Use usbtty if the debug board is not connected.
>       OMAP3 USB Initialize twl4030 only if required
> 
>  Makefile                           |    1 +
>  board/logicpd/zoom2/zoom2_serial.c |   12 +-
>  common/cmd_usb.c                   |   44 ++-
>  common/usb.c                       |   35 +-
>  common/usb_kbd.c                   |   22 +-
>  common/usb_storage.c               |  115 ++++-
>  cpu/ppc4xx/usbdev.c                |    4 +-
>  drivers/serial/usbtty.h            |    2 +
>  drivers/usb/host/ehci-hcd.c        |    2 +-
>  drivers/usb/musb/Makefile          |    2 +
>  drivers/usb/musb/musb_core.c       |    8 +-
>  drivers/usb/musb/musb_core.h       |   40 ++
>  drivers/usb/musb/musb_debug.h      |  205 ++++++++
>  drivers/usb/musb/musb_hcd.c        |    2 +-
>  drivers/usb/musb/musb_udc.c        |  963 ++++++++++++++++++++++++++++++++++++
>  drivers/usb/musb/omap3.c           |  134 +++++
>  drivers/usb/musb/omap3.h           |   48 ++
>  drivers/usb/phy/Makefile           |   44 ++
>  drivers/usb/phy/twl4030.c          |  189 +++++++
>  include/configs/omap3_beagle.h     |   16 +
>  include/configs/omap3_evm.h        |   39 ++
>  include/configs/omap3_zoom1.h      |   16 +
>  include/configs/omap3_zoom2.h      |   17 +
>  include/serial.h                   |   18 +
>  include/twl4030.h                  |  143 +++++-
>  include/usb.h                      |   73 +---
>  include/usb/musb_udc.h             |   54 ++
>  include/usbdescriptors.h           |   26 +
>  include/usbdevice.h                |  103 ++++
>  29 files changed, 2245 insertions(+), 132 deletions(-)
>  create mode 100644 drivers/usb/musb/musb_debug.h
>  create mode 100644 drivers/usb/musb/musb_udc.c
>  create mode 100644 drivers/usb/musb/omap3.c
>  create mode 100644 drivers/usb/musb/omap3.h
>  create mode 100644 drivers/usb/phy/Makefile
>  create mode 100644 drivers/usb/phy/twl4030.c
>  create mode 100644 include/usb/musb_udc.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's a way out of any cage.
	-- Captain Christopher Pike, "The Menagerie" ("The Cage"),
	   stardate unknown.

  parent reply	other threads:[~2009-12-21 20:02 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-20 12:51 [U-Boot] Pull request: u-boot-usb Remy Bohmer
2009-12-21 11:18 ` Gupta, Ajay Kumar
2009-12-21 20:02 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-16 21:01 Remy Bohmer
2011-12-17 19:51 ` Wolfgang Denk
2011-12-11 14:06 Remy Bohmer
2011-12-12  7:09 ` Wolfgang Denk
2011-12-10 15:54 Remy Bohmer
2011-12-10 22:01 ` Wolfgang Denk
2011-09-24 17:51 Remy Bohmer
2011-09-28 18:37 ` Wolfgang Denk
2011-08-08 20:40 Remy Bohmer
2011-08-26 13:52 ` Wolfgang Denk
2011-06-25  8:21 Remy Bohmer
2011-06-25 16:43 ` Marek Vasut
2011-06-25 17:49 ` Wolfgang Denk
2011-04-02  7:41 Remy Bohmer
2011-04-05 10:14 ` Wolfgang Denk
2011-02-19 20:07 Remy Bohmer
2011-02-19 20:32 ` Wolfgang Denk
2011-02-05 12:58 Remy Bohmer
2011-02-06 21:40 ` Wolfgang Denk
2011-01-19 16:32 Remy Bohmer
2011-01-19 21:03 ` Wolfgang Denk
2010-11-26 20:37 Remy Bohmer
2010-11-26 20:55 ` Wolfgang Denk
2010-10-21  9:16 Remy Bohmer
2010-10-23 19:54 ` Wolfgang Denk
2010-10-13 10:13 Remy Bohmer
2010-10-13 18:58 ` Wolfgang Denk
2010-09-20 20:21 Remy Bohmer
2010-09-20 21:25 ` Vitaly Kuzmichev
2010-09-21  7:35 ` Wolfgang Denk
2010-09-11  7:52 Remy Bohmer
2010-09-12 19:46 ` Wolfgang Denk
2010-08-12 14:42 Remy Bohmer
2010-08-12 21:06 ` Wolfgang Denk
2010-06-30 19:48 Remy Bohmer
2010-06-30 21:45 ` Wolfgang Denk
2010-05-27 19:09 Remy Bohmer
2010-05-28 17:47 ` Wolfgang Denk
2010-04-08 19:45 Remy Bohmer
2010-04-09 19:48 ` Wolfgang Denk
2010-02-03 21:10 Remy Bohmer
2010-02-03 21:33 ` Wolfgang Denk
2010-01-09 10:01 Remy Bohmer
2010-01-12 22:39 ` Wolfgang Denk
2009-07-23 22:07 Remy Bohmer
2009-07-26 20:44 ` Wolfgang Denk
2009-07-09 19:39 Remy Bohmer
2009-07-10  7:22 ` Kumar Gala
2009-07-13 21:32 ` Wolfgang Denk
2009-06-09 20:30 Remy Bohmer
2009-06-09 20:53 ` Wolfgang Denk
2009-04-06 18:42 Remy Bohmer
2009-04-07 19:52 ` Wolfgang Denk
2009-03-21  9:57 Remy Bohmer
2009-03-21 19:43 ` Wolfgang Denk
2009-02-22 10:33 Remy Bohmer
2009-02-22 21:01 ` Wolfgang Denk
2009-02-15 16:18 Remy Bohmer
2009-02-15 21:57 ` Wolfgang Denk
2009-02-03 19:37 Remy Bohmer
2009-02-03 22:16 ` Wolfgang Denk
2009-01-28 19:41 Remy Bohmer
2009-01-28 20:17 ` Wolfgang Denk
2008-12-16 20:35 Remy Bohmer
2008-12-30 22:23 ` Wolfgang Denk

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=20091221200217.294ED3F6EF@gemini.denx.de \
    --to=wd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox