All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-usb
@ 2010-09-11  7:52 Remy Bohmer
  2010-09-12 19:46 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-09-11  7:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit 2d941de9d5c7ba00dc19787dfa0aac2949fd00fb:
  Wolfgang Denk (1):
        Prepare v2010.09-rc1

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Bryan Wu (2):
      usb: musb: setup TXCOUNT for Blackfin musb
      usb: musb: set target address for non-multipoint devices

 drivers/usb/musb/musb_hcd.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-09-11  7:52 [U-Boot] Pull request: u-boot-usb Remy Bohmer
@ 2010-09-12 19:46 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-09-12 19:46 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTimHW3xzfqaX9Ua_9chQFLtox2xLp2LPsF=rAxm7@mail.gmail.com> you wrote:
> The following changes since commit 2d941de9d5c7ba00dc19787dfa0aac2949fd00fb:
>   Wolfgang Denk (1):
>         Prepare v2010.09-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Bryan Wu (2):
>       usb: musb: setup TXCOUNT for Blackfin musb
>       usb: musb: set target address for non-multipoint devices
> 
>  drivers/usb/musb/musb_hcd.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)

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
In accord with UNIX philosophy, Perl gives you enough  rope  to  hang
yourself.              - L. Wall & R. L. Schwartz, _Programming Perl_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-12-16 21:01 Remy Bohmer
@ 2011-12-17 19:51 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-12-17 19:51 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <CANqCtQLxBGjG07A39J3Gx-X4ANKZSHx8SnX+d7kXHfviRe2iVA@mail.gmail.com> you wrote:
> The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:
> 
>   Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging
> (2011-12-12 14:51:16 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Igor Grinberg (4):
>       USB: ULPI: switch argument type from u8 to unsigned
>       USB: ULPI: clean a mixup of return types
>       USB: ULPI: increase error case verbosity
>       README: add documentation for CONFIG_USB_ULPI*
> 
> Lukasz Majewski (1):
>       usb:gadget:s5p Enable the USB Gadget framework at Exynos4210
> (C210 Universal)
> 
> Tom Rini (1):
>       USB: Use (get|put)_unaligned for accessing wMaxPacketSize
> 
>  README                                   |    8 +++++
>  arch/arm/include/asm/arch-exynos/cpu.h   |    1 +
>  board/samsung/universal_c210/universal.c |   48 ++++++++++++++++++++++++++++++
>  common/cmd_usb.c                         |    3 +-
>  common/usb.c                             |   27 ++++++++++++-----
>  drivers/serial/usbtty.c                  |   10 ++++--
>  drivers/usb/gadget/epautoconf.c          |    8 +++--
>  drivers/usb/gadget/s3c_udc_otg.c         |   10 ++++--
>  drivers/usb/ulpi/ulpi-viewport.c         |    4 +-
>  drivers/usb/ulpi/ulpi.c                  |   30 +++++++++---------
>  include/configs/s5pc210_universal.h      |    4 ++
>  include/max8998_pmic.h                   |    1 +
>  include/usb/ulpi.h                       |    8 ++--
>  include/usbdescriptors.h                 |    2 +-
>  14 files changed, 122 insertions(+), 42 deletions(-)

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
I have a theory that it's impossible to prove anything, but  I  can't
prove it.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-12-16 21:01 Remy Bohmer
  2011-12-17 19:51 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-12-16 21:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:

  Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging
(2011-12-12 14:51:16 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Igor Grinberg (4):
      USB: ULPI: switch argument type from u8 to unsigned
      USB: ULPI: clean a mixup of return types
      USB: ULPI: increase error case verbosity
      README: add documentation for CONFIG_USB_ULPI*

Lukasz Majewski (1):
      usb:gadget:s5p Enable the USB Gadget framework at Exynos4210
(C210 Universal)

Tom Rini (1):
      USB: Use (get|put)_unaligned for accessing wMaxPacketSize

 README                                   |    8 +++++
 arch/arm/include/asm/arch-exynos/cpu.h   |    1 +
 board/samsung/universal_c210/universal.c |   48 ++++++++++++++++++++++++++++++
 common/cmd_usb.c                         |    3 +-
 common/usb.c                             |   27 ++++++++++++-----
 drivers/serial/usbtty.c                  |   10 ++++--
 drivers/usb/gadget/epautoconf.c          |    8 +++--
 drivers/usb/gadget/s3c_udc_otg.c         |   10 ++++--
 drivers/usb/ulpi/ulpi-viewport.c         |    4 +-
 drivers/usb/ulpi/ulpi.c                  |   30 +++++++++---------
 include/configs/s5pc210_universal.h      |    4 ++
 include/max8998_pmic.h                   |    1 +
 include/usb/ulpi.h                       |    8 ++--
 include/usbdescriptors.h                 |    2 +-
 14 files changed, 122 insertions(+), 42 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-12-11 14:06 Remy Bohmer
@ 2011-12-12  7:09 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-12-12  7:09 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <CANqCtQ+-YHoMrE-A2QkbQvLi1YWJgN02o+maevub6xsgb=OSJg@mail.gmail.com> you wrote:
> The following changes since commit c90a4dd79cb17abb46689f27ff9f1c971362d6e2:
> 
>   post/post.c: Use lldiv for 64-bit divisions (2011-12-10 23:15:14 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Jana Rapava (1):
>       USB: Add generic ULPI layer and a viewport
> 
> Lei Wen (1):
>       USB: gadaget: add Marvell controller support
> 
> Lukasz Majewski (2):
>       usb:gadget:s5p USB Device Controller (UDC) implementation
>       usb:gadget:s5p Enable the USB Gadget framework at GONI
> 
> Marek Vasut (9):
>       USB: Add functionality to poll the USB keyboard via control EP
>       USB: Rework usb_kbd.c
>       USB: Drop dead code from usb_kbd.c
>       USB: Fix complaints about strict aliasing in OHCI-HCD
>       USB: Add usb_event_poll() to get keyboards working with EHCI
>       USB: MX5: Abstract out mx51 USB pixmux configuration
>       USB: MX5: Add MX5 usb post-init callback
>       USB: EHCI: Allow EHCI post-powerup configuration in board files
>       USB: efikamx: Enable USB on EfikaMX and EfikaSB
> 
> Stefan Herbrechtsmeier (4):
>       pxa: fix usb host register mismatch
>       pxa: activate the first usb host port on pxa27x by default
>       pxa: convert pxa27x_udc to use read and write functions
>       usbtty: init endpoints prior to startup events
> 
> Stefan Kristiansson (1):
>       usb: align usb_endpoint_descriptor to 16-bit boundary
> 
> Veli-Pekka Peltola (2):
>       cosmetic: remove excess whitespace from usb command help
>       usb: add help for missing start subcommand
> 
> Vincent Palatin (1):
>       ehci: speed up initialization
> 
> Wolfgang Grandegger (5):
>       ehci-fsl: correct size of ehci caplength
>       USB: MX5: add helper functions to enable USB clocks
>       USB: MX5: add generic USB EHCI support for mx51 and mx53
>       USB: mx53loco: add end enable USB host support on port 1
>       USB: mx51evk: add end enable USB host support on port 1
> 
>  Makefile                                  |    1 +
>  arch/arm/cpu/armv7/mx5/clock.c            |   72 ++
>  arch/arm/cpu/pxa/usb.c                    |    6 +-
>  arch/arm/include/asm/arch-mx5/clock.h     |    5 +
>  arch/arm/include/asm/arch-mx5/crm_regs.h  |    3 +
>  arch/arm/include/asm/arch-pxa/pxa-regs.h  |   10 +-
>  arch/arm/include/asm/arch-s5pc1xx/cpu.h   |    4 +
>  board/efikamx/Makefile                    |    4 +
>  board/efikamx/efikamx-usb.c               |  210 +++++
>  board/efikamx/efikamx.c                   |   15 +
>  board/freescale/mx51evk/mx51evk.c         |   62 ++
>  board/freescale/mx53loco/mx53loco.c       |   10 +
>  board/samsung/goni/goni.c                 |   48 +-
>  common/cmd_usb.c                          |   16 +-
>  common/usb_kbd.c                          |  928 +++++++------------
>  drivers/serial/usbtty.c                   |    4 +-
>  drivers/usb/gadget/Makefile               |    5 +
>  drivers/usb/gadget/gadget_chips.h         |    7 +
>  drivers/usb/gadget/mv_udc.c               |  499 ++++++++++
>  drivers/usb/gadget/pxa27x_udc.c           |  183 ++--
>  drivers/usb/gadget/regs-otg.h             |  271 ++++++
>  drivers/usb/gadget/s3c_udc_otg.c          |  892 ++++++++++++++++++
>  drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1444 +++++++++++++++++++++++++++++
>  drivers/usb/host/Makefile                 |    1 +
>  drivers/usb/host/ehci-hcd.c               |   47 +-
>  drivers/usb/host/ehci-mx5.c               |  255 +++++
>  drivers/usb/host/ohci-hcd.c               |   75 +-
>  drivers/usb/ulpi/Makefile                 |   44 +
>  drivers/usb/ulpi/ulpi-viewport.c          |  118 +++
>  drivers/usb/ulpi/ulpi.c                   |  227 +++++
>  include/configs/efikamx.h                 |   47 +-
>  include/configs/mx51evk.h                 |   13 +
>  include/configs/mx53loco.h                |   13 +
>  include/configs/s5p_goni.h                |    3 +
>  include/usb/ehci-fsl.h                    |   41 +-
>  include/usb/lin_gadget_compat.h           |   62 ++
>  include/usb/mv_udc.h                      |  151 +++
>  include/usb/s3c_udc.h                     |  175 ++++
>  include/usb/ulpi.h                        |  298 ++++++
>  include/usbdescriptors.h                  |    2 +-
>  40 files changed, 5512 insertions(+), 759 deletions(-)
>  create mode 100644 board/efikamx/efikamx-usb.c
>  create mode 100644 drivers/usb/gadget/mv_udc.c
>  create mode 100644 drivers/usb/gadget/regs-otg.h
>  create mode 100644 drivers/usb/gadget/s3c_udc_otg.c
>  create mode 100644 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
>  create mode 100644 drivers/usb/host/ehci-mx5.c
>  create mode 100644 drivers/usb/ulpi/Makefile
>  create mode 100644 drivers/usb/ulpi/ulpi-viewport.c
>  create mode 100644 drivers/usb/ulpi/ulpi.c
>  create mode 100644 include/usb/lin_gadget_compat.h
>  create mode 100644 include/usb/mv_udc.h
>  create mode 100644 include/usb/s3c_udc.h
>  create mode 100644 include/usb/ulpi.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
"Just think of a computer as hardware you can program."
- Nigel de la Tierre

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-12-11 14:06 Remy Bohmer
  2011-12-12  7:09 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-12-11 14:06 UTC (permalink / raw)
  To: u-boot

The following changes since commit c90a4dd79cb17abb46689f27ff9f1c971362d6e2:

  post/post.c: Use lldiv for 64-bit divisions (2011-12-10 23:15:14 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Jana Rapava (1):
      USB: Add generic ULPI layer and a viewport

Lei Wen (1):
      USB: gadaget: add Marvell controller support

Lukasz Majewski (2):
      usb:gadget:s5p USB Device Controller (UDC) implementation
      usb:gadget:s5p Enable the USB Gadget framework at GONI

Marek Vasut (9):
      USB: Add functionality to poll the USB keyboard via control EP
      USB: Rework usb_kbd.c
      USB: Drop dead code from usb_kbd.c
      USB: Fix complaints about strict aliasing in OHCI-HCD
      USB: Add usb_event_poll() to get keyboards working with EHCI
      USB: MX5: Abstract out mx51 USB pixmux configuration
      USB: MX5: Add MX5 usb post-init callback
      USB: EHCI: Allow EHCI post-powerup configuration in board files
      USB: efikamx: Enable USB on EfikaMX and EfikaSB

Stefan Herbrechtsmeier (4):
      pxa: fix usb host register mismatch
      pxa: activate the first usb host port on pxa27x by default
      pxa: convert pxa27x_udc to use read and write functions
      usbtty: init endpoints prior to startup events

Stefan Kristiansson (1):
      usb: align usb_endpoint_descriptor to 16-bit boundary

Veli-Pekka Peltola (2):
      cosmetic: remove excess whitespace from usb command help
      usb: add help for missing start subcommand

Vincent Palatin (1):
      ehci: speed up initialization

Wolfgang Grandegger (5):
      ehci-fsl: correct size of ehci caplength
      USB: MX5: add helper functions to enable USB clocks
      USB: MX5: add generic USB EHCI support for mx51 and mx53
      USB: mx53loco: add end enable USB host support on port 1
      USB: mx51evk: add end enable USB host support on port 1

 Makefile                                  |    1 +
 arch/arm/cpu/armv7/mx5/clock.c            |   72 ++
 arch/arm/cpu/pxa/usb.c                    |    6 +-
 arch/arm/include/asm/arch-mx5/clock.h     |    5 +
 arch/arm/include/asm/arch-mx5/crm_regs.h  |    3 +
 arch/arm/include/asm/arch-pxa/pxa-regs.h  |   10 +-
 arch/arm/include/asm/arch-s5pc1xx/cpu.h   |    4 +
 board/efikamx/Makefile                    |    4 +
 board/efikamx/efikamx-usb.c               |  210 +++++
 board/efikamx/efikamx.c                   |   15 +
 board/freescale/mx51evk/mx51evk.c         |   62 ++
 board/freescale/mx53loco/mx53loco.c       |   10 +
 board/samsung/goni/goni.c                 |   48 +-
 common/cmd_usb.c                          |   16 +-
 common/usb_kbd.c                          |  928 +++++++------------
 drivers/serial/usbtty.c                   |    4 +-
 drivers/usb/gadget/Makefile               |    5 +
 drivers/usb/gadget/gadget_chips.h         |    7 +
 drivers/usb/gadget/mv_udc.c               |  499 ++++++++++
 drivers/usb/gadget/pxa27x_udc.c           |  183 ++--
 drivers/usb/gadget/regs-otg.h             |  271 ++++++
 drivers/usb/gadget/s3c_udc_otg.c          |  892 ++++++++++++++++++
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1444 +++++++++++++++++++++++++++++
 drivers/usb/host/Makefile                 |    1 +
 drivers/usb/host/ehci-hcd.c               |   47 +-
 drivers/usb/host/ehci-mx5.c               |  255 +++++
 drivers/usb/host/ohci-hcd.c               |   75 +-
 drivers/usb/ulpi/Makefile                 |   44 +
 drivers/usb/ulpi/ulpi-viewport.c          |  118 +++
 drivers/usb/ulpi/ulpi.c                   |  227 +++++
 include/configs/efikamx.h                 |   47 +-
 include/configs/mx51evk.h                 |   13 +
 include/configs/mx53loco.h                |   13 +
 include/configs/s5p_goni.h                |    3 +
 include/usb/ehci-fsl.h                    |   41 +-
 include/usb/lin_gadget_compat.h           |   62 ++
 include/usb/mv_udc.h                      |  151 +++
 include/usb/s3c_udc.h                     |  175 ++++
 include/usb/ulpi.h                        |  298 ++++++
 include/usbdescriptors.h                  |    2 +-
 40 files changed, 5512 insertions(+), 759 deletions(-)
 create mode 100644 board/efikamx/efikamx-usb.c
 create mode 100644 drivers/usb/gadget/mv_udc.c
 create mode 100644 drivers/usb/gadget/regs-otg.h
 create mode 100644 drivers/usb/gadget/s3c_udc_otg.c
 create mode 100644 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
 create mode 100644 drivers/usb/host/ehci-mx5.c
 create mode 100644 drivers/usb/ulpi/Makefile
 create mode 100644 drivers/usb/ulpi/ulpi-viewport.c
 create mode 100644 drivers/usb/ulpi/ulpi.c
 create mode 100644 include/usb/lin_gadget_compat.h
 create mode 100644 include/usb/mv_udc.h
 create mode 100644 include/usb/s3c_udc.h
 create mode 100644 include/usb/ulpi.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-12-10 15:54 Remy Bohmer
@ 2011-12-10 22:01 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-12-10 22:01 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <CANqCtQ+6EwsY7kBTc0cd01r38md0gmD8tPvS2A36xwV+8LVBvg@mail.gmail.com> you wrote:
> The following changes since commit c4eba6ec5c58083b38340724c006294c7a4fe2eb:
> 
>   common/usb_kbd.c: fix bug introduced in commit 00b7d6e (2011-12-09
> 12:09:35 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master

Sorry, this collides with other changes to
arch/arm/include/asm/arch-exynos/cpu.h (i. e. the rename of S5PC210
into EXYNOS4).

Most of the conflicts are trivial to resolve, but old
S5PC210_PHY_BASE (versus new EXYNOS4_USBPHY_BASE) and old
S5PC210_USB_PHY_CONTROL (no new correspondence) may require changes
in other parts of the code, too.

Can you please rebase and resubmit?

Sorry for the inconvenience.

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
I've got to get something inside me. Some coffee  or  something.  And
then the world will somehow be better.
                                     - Terry Pratchett, _Men at Arms_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-12-10 15:54 Remy Bohmer
  2011-12-10 22:01 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-12-10 15:54 UTC (permalink / raw)
  To: u-boot

The following changes since commit c4eba6ec5c58083b38340724c006294c7a4fe2eb:

  common/usb_kbd.c: fix bug introduced in commit 00b7d6e (2011-12-09
12:09:35 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Lei Wen (1):
      USB: gadaget: add Marvell controller support

Lukasz Majewski (3):
      usb:gadget:s5p USB Device Controller (UDC) implementation
      usb:gadget:s5p Enable the USB Gadget framework at GONI
      usb:gadget:s5p Enable the USB Gadget framework at C210 Universal

Marek Vasut (5):
      USB: Add functionality to poll the USB keyboard via control EP
      USB: Rework usb_kbd.c
      USB: Drop dead code from usb_kbd.c
      USB: Fix complaints about strict aliasing in OHCI-HCD
      USB: Add usb_event_poll() to get keyboards working with EHCI

Stefan Herbrechtsmeier (4):
      pxa: fix usb host register mismatch
      pxa: activate the first usb host port on pxa27x by default
      pxa: convert pxa27x_udc to use read and write functions
      usbtty: init endpoints prior to startup events

Stefan Kristiansson (1):
      usb: align usb_endpoint_descriptor to 16-bit boundary

Veli-Pekka Peltola (2):
      cosmetic: remove excess whitespace from usb command help
      usb: add help for missing start subcommand

Wolfgang Grandegger (1):
      ehci-fsl: correct size of ehci caplength

 arch/arm/cpu/pxa/usb.c                    |    6 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h  |   10 +-
 arch/arm/include/asm/arch-s5pc1xx/cpu.h   |    4 +
 arch/arm/include/asm/arch-s5pc2xx/cpu.h   |    3 +
 board/samsung/goni/goni.c                 |   48 +-
 board/samsung/universal_c210/universal.c  |   48 +
 common/cmd_usb.c                          |   16 +-
 common/usb_kbd.c                          |  928 +++++++------------
 drivers/serial/usbtty.c                   |    4 +-
 drivers/usb/gadget/Makefile               |    5 +
 drivers/usb/gadget/gadget_chips.h         |    7 +
 drivers/usb/gadget/mv_udc.c               |  499 ++++++++++
 drivers/usb/gadget/pxa27x_udc.c           |  183 ++--
 drivers/usb/gadget/regs-otg.h             |  271 ++++++
 drivers/usb/gadget/s3c_udc_otg.c          |  892 ++++++++++++++++++
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 1444 +++++++++++++++++++++++++++++
 drivers/usb/host/ehci-hcd.c               |   33 +-
 drivers/usb/host/ohci-hcd.c               |   75 +-
 include/configs/s5p_goni.h                |    3 +
 include/configs/s5pc210_universal.h       |    4 +
 include/usb/ehci-fsl.h                    |   25 +-
 include/usb/lin_gadget_compat.h           |   62 ++
 include/usb/mv_udc.h                      |  151 +++
 include/usb/s3c_udc.h                     |  175 ++++
 include/usbdescriptors.h                  |    2 +-
 25 files changed, 4148 insertions(+), 750 deletions(-)
 create mode 100644 drivers/usb/gadget/mv_udc.c
 create mode 100644 drivers/usb/gadget/regs-otg.h
 create mode 100644 drivers/usb/gadget/s3c_udc_otg.c
 create mode 100644 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
 create mode 100644 include/usb/lin_gadget_compat.h
 create mode 100644 include/usb/mv_udc.h
 create mode 100644 include/usb/s3c_udc.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-09-24 17:51 Remy Bohmer
@ 2011-09-28 18:37 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-09-28 18:37 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <CANqCtQJbzLPFuDFhR1ShhxM4aMG6BA00seOoNm6+15QYOWzyRQ@mail.gmail.com> you wrote:
> The following changes since commit 279bbbca12e71ae68278b756048194003a6d6e21:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-09-23
> 08:23:25 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Marek Vasut (1):
>       ASIX: Fix buffer access in asix_get_phy_addr()
> 
>  drivers/usb/eth/asix.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

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
Software suppliers are trying to make their  software  packages  more
``user-friendly''.  .  .  .  Their best approach, so far, has been to
take all the old brochures, and stamp the words, ``user-friendly'' on
the cover.                                               - Bill Gates

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-09-24 17:51 Remy Bohmer
  2011-09-28 18:37 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-09-24 17:51 UTC (permalink / raw)
  To: u-boot

The following changes since commit 279bbbca12e71ae68278b756048194003a6d6e21:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-09-23
08:23:25 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Marek Vasut (1):
      ASIX: Fix buffer access in asix_get_phy_addr()

 drivers/usb/eth/asix.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-08-08 20:40 Remy Bohmer
@ 2011-08-26 13:52 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-08-26 13:52 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <CANqCtQ+G1H7FmZ2qb6Su8NOqyF9h9mJP=81xfe_DSgRrECR3tQ@mail.gmail.com> you wrote:
> The following changes since commit fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458:
> 
>   Convert ISO-8859 files to UTF-8 (2011-08-04 23:34:02 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Jason Cooper (1):
>       usb: increase non-bulk timeout for slow chipsets.
> 
> Marek Vasut (2):
>       USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
>       USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
> 
> Nobuhiro Iwamatsu (1):
>       usb: r8a66597: Fix argument mistake of inl
> 
> Simon Glass (4):
>       Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter
>       Add Ethernet hardware MAC address framework to usbnet
>       Add documentation for USB Host Networking
>       Put common autoload code into auto_load() function
> 
>  board/davinci/common/misc.c |    2 +-
>  common/usb.c                |    3 +-
>  doc/README.usb              |  157 ++++++++-
>  drivers/net/designware.c    |    2 +-
>  drivers/usb/eth/Makefile    |    1 +
>  drivers/usb/eth/smsc95xx.c  |  879 +++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/eth/usb_ether.c |   16 +-
>  drivers/usb/host/r8a66597.h |    2 +-
>  include/net.h               |   25 ++-
>  include/usb.h               |    2 +-
>  include/usb_ether.h         |   13 +
>  net/bootp.c                 |   76 ++---
>  net/eth.c                   |   64 ++--
>  13 files changed, 1165 insertions(+), 77 deletions(-)
>  create mode 100644 drivers/usb/eth/smsc95xx.c

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
"We all agree on the necessity of compromise. We just can't agree  on
when it's necessary to compromise."
                - Larry Wall in  <1991Nov13.194420.28091@netlabs.com>

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-08-08 20:40 Remy Bohmer
  2011-08-26 13:52 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-08-08 20:40 UTC (permalink / raw)
  To: u-boot

The following changes since commit fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458:

  Convert ISO-8859 files to UTF-8 (2011-08-04 23:34:02 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Jason Cooper (1):
      usb: increase non-bulk timeout for slow chipsets.

Marek Vasut (2):
      USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
      USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()

Nobuhiro Iwamatsu (1):
      usb: r8a66597: Fix argument mistake of inl

Simon Glass (4):
      Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter
      Add Ethernet hardware MAC address framework to usbnet
      Add documentation for USB Host Networking
      Put common autoload code into auto_load() function

 board/davinci/common/misc.c |    2 +-
 common/usb.c                |    3 +-
 doc/README.usb              |  157 ++++++++-
 drivers/net/designware.c    |    2 +-
 drivers/usb/eth/Makefile    |    1 +
 drivers/usb/eth/smsc95xx.c  |  879 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/eth/usb_ether.c |   16 +-
 drivers/usb/host/r8a66597.h |    2 +-
 include/net.h               |   25 ++-
 include/usb.h               |    2 +-
 include/usb_ether.h         |   13 +
 net/bootp.c                 |   76 ++---
 net/eth.c                   |   64 ++--
 13 files changed, 1165 insertions(+), 77 deletions(-)
 create mode 100644 drivers/usb/eth/smsc95xx.c

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-06-25  8:21 Remy Bohmer
  2011-06-25 16:43 ` Marek Vasut
@ 2011-06-25 17:49 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-06-25 17:49 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <BANLkTi=L7cW519CWeUK7CKuNgpZj2jVj8Q@mail.gmail.com> you wrote:
> The following changes since commit 9623c158f6a5150a21c25026bfba79e7ff7912f5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
> 15:37:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Cliff Cai (1):
>       musb: process control messages after roothub accepted it
> 
> Mike Frysinger (1):
>       usb: convert to partial linking
> 
> Zhao Chenhui (1):
>       ehci-pci: Fix PCI EHCI driver for 36-bit
> 
>  Makefile                    |    2 +-
>  drivers/usb/eth/Makefile    |    4 ++--
>  drivers/usb/host/ehci-pci.c |    5 ++---
>  drivers/usb/musb/musb_hcd.c |    7 +++++--
>  4 files changed, 10 insertions(+), 8 deletions(-)

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
It is easier to write an incorrect program than understand a  correct
one.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-06-25  8:21 Remy Bohmer
@ 2011-06-25 16:43 ` Marek Vasut
  2011-06-25 17:49 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Marek Vasut @ 2011-06-25 16:43 UTC (permalink / raw)
  To: u-boot

On Saturday, June 25, 2011 10:21:10 AM Remy Bohmer wrote:
> The following changes since commit
> 9623c158f6a5150a21c25026bfba79e7ff7912f5:

Hi Remy,

I just sent a minor thing, found by just a pure coincidence (move USB_PRINTF... 
patch). Can you drop that in?

Thanks in advance

> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
> 15:37:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Cliff Cai (1):
>       musb: process control messages after roothub accepted it
> 
> Mike Frysinger (1):
>       usb: convert to partial linking
> 
> Zhao Chenhui (1):
>       ehci-pci: Fix PCI EHCI driver for 36-bit
> 
>  Makefile                    |    2 +-
>  drivers/usb/eth/Makefile    |    4 ++--
>  drivers/usb/host/ehci-pci.c |    5 ++---
>  drivers/usb/musb/musb_hcd.c |    7 +++++--
>  4 files changed, 10 insertions(+), 8 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-06-25  8:21 Remy Bohmer
  2011-06-25 16:43 ` Marek Vasut
  2011-06-25 17:49 ` Wolfgang Denk
  0 siblings, 2 replies; 68+ messages in thread
From: Remy Bohmer @ 2011-06-25  8:21 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9623c158f6a5150a21c25026bfba79e7ff7912f5:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
15:37:33 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Cliff Cai (1):
      musb: process control messages after roothub accepted it

Mike Frysinger (1):
      usb: convert to partial linking

Zhao Chenhui (1):
      ehci-pci: Fix PCI EHCI driver for 36-bit

 Makefile                    |    2 +-
 drivers/usb/eth/Makefile    |    4 ++--
 drivers/usb/host/ehci-pci.c |    5 ++---
 drivers/usb/musb/musb_hcd.c |    7 +++++--
 4 files changed, 10 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-04-02  7:41 Remy Bohmer
@ 2011-04-05 10:14 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-04-05 10:14 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <BANLkTim5XaXiD4ueN=ii3QFPo8W=dWbbaA@mail.gmail.com> you wrote:
> The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965=
> :
> 
>   atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01
> 14:49:08 -0500)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Erik Hansen (2):
>       Remove unnecessary reset in usb_stor_get_info
>       fat32 root directory handling
> 
> Mike Frysinger (2):
>       usb: musb: blackfin: make clkin configurable
>       usb: musb: blackfin: check anomaly workarounds at runtime too
>
> Tr?benbach, Ralf (1):
>       ehci-pci: Add PCI EHCI controller
>
>  common/usb_storage.c            |   25 -------------------------
>  drivers/usb/host/ehci-pci.c     |    3 ++-
>  drivers/usb/musb/blackfin_usb.c |   36 ++++++++++++++++++++++++++++++++---> -
>  fs/fat/fat.c                    |   37 +++++++++++++++++++++++------------> --
>  4 files changed, 57 insertions(+), 44 deletions(-)

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
Yes, it is written.  Good shall always destroy evil.
	-- Sirah the Yang, "The Omega Glory", stardate unknown

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-04-02  7:41 Remy Bohmer
  2011-04-05 10:14 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-04-02  7:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965:

  atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01
14:49:08 -0500)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Erik Hansen (2):
      Remove unnecessary reset in usb_stor_get_info
      fat32 root directory handling

Mike Frysinger (2):
      usb: musb: blackfin: make clkin configurable
      usb: musb: blackfin: check anomaly workarounds at runtime too

Tr?benbach, Ralf (1):
      ehci-pci: Add PCI EHCI controller

 common/usb_storage.c            |   25 -------------------------
 drivers/usb/host/ehci-pci.c     |    3 ++-
 drivers/usb/musb/blackfin_usb.c |   36 ++++++++++++++++++++++++++++++++----
 fs/fat/fat.c                    |   37 +++++++++++++++++++++++--------------
 4 files changed, 57 insertions(+), 44 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-02-19 20:07 Remy Bohmer
@ 2011-02-19 20:32 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-02-19 20:32 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTi=WCosZc8XPQxibuoWbcV7mWNDQ4oWr=BcQLDQu@mail.gmail.com> you wrote:
> The following changes since commit efb063390d2d1e712c2c8110911616244d562c4b:
> 
>   add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env
> (2011-02-15 22:09:50 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Remy Bohmer (2):
>       Fix build warnings in cmd_flash.c
>       Fix compile warning in net/eth.c

These are in no way USB related.

You are not supposed to pull such stuff into your repository.

> Simon Glass (3):
>       Fix EHCI usb submit timeout and unify with OHCI
>       Add USB host ethernet adapter support
>       Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor
> 
> Vitaly Kuzmichev (5):
>       USB-CDC: handle interrupt after dropped pullup
>       USB-CDC: Port struct net_device_stats
>       USB-CDC: Move struct declaration before its use
>       USB: Add USB RNDIS gadget protocol
>       USB-RNDIS: Send RNDIS state on disconnecting
> 
>  Makefile                    |    1 +
>  common/cmd_flash.c          |    8 +-
>  common/cmd_usb.c            |   12 +-
>  common/usb.c                |    6 +-
>  doc/README.usb              |    4 +-
>  drivers/usb/eth/Makefile    |   48 ++
>  drivers/usb/eth/asix.c      |  635 +++++++++++++++++++++
>  drivers/usb/eth/usb_ether.c |  150 +++++
>  drivers/usb/gadget/Makefile |    1 +
>  drivers/usb/gadget/ether.c  |  775 ++++++++++++++++++++++---
>  drivers/usb/gadget/ndis.h   |  217 +++++++
>  drivers/usb/gadget/rndis.c  | 1317 +++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/gadget/rndis.h  |  260 +++++++++
>  drivers/usb/host/ehci-hcd.c |   10 +-
>  drivers/usb/host/ohci-hcd.c |    7 +-
>  include/linux/netdevice.h   |   65 +++
>  include/linux/usb/cdc.h     |    6 +-
>  include/usb.h               |   15 +-
>  include/usb_ether.h         |   68 +++
>  net/eth.c                   |   43 +-
>  20 files changed, 3519 insertions(+), 129 deletions(-)
>  create mode 100644 drivers/usb/eth/Makefile
>  create mode 100644 drivers/usb/eth/asix.c
>  create mode 100644 drivers/usb/eth/usb_ether.c
>  create mode 100644 drivers/usb/gadget/ndis.h
>  create mode 100644 drivers/usb/gadget/rndis.c
>  create mode 100644 drivers/usb/gadget/rndis.h
>  create mode 100644 include/linux/netdevice.h
>  create mode 100644 include/usb_ether.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 are 2 Kinds of planes: Fighters, and targets.
There are 2 Kinds of boats: Submarines, and targets.
There are 2 Kinds of 4x4's: Jeeps and SOB's (Some other brand)
There are 2 Kinds of OS's: Unix, and brain-farts.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-02-19 20:07 Remy Bohmer
  2011-02-19 20:32 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-02-19 20:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit efb063390d2d1e712c2c8110911616244d562c4b:

  add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env
(2011-02-15 22:09:50 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Remy Bohmer (2):
      Fix build warnings in cmd_flash.c
      Fix compile warning in net/eth.c

Simon Glass (3):
      Fix EHCI usb submit timeout and unify with OHCI
      Add USB host ethernet adapter support
      Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor

Vitaly Kuzmichev (5):
      USB-CDC: handle interrupt after dropped pullup
      USB-CDC: Port struct net_device_stats
      USB-CDC: Move struct declaration before its use
      USB: Add USB RNDIS gadget protocol
      USB-RNDIS: Send RNDIS state on disconnecting

 Makefile                    |    1 +
 common/cmd_flash.c          |    8 +-
 common/cmd_usb.c            |   12 +-
 common/usb.c                |    6 +-
 doc/README.usb              |    4 +-
 drivers/usb/eth/Makefile    |   48 ++
 drivers/usb/eth/asix.c      |  635 +++++++++++++++++++++
 drivers/usb/eth/usb_ether.c |  150 +++++
 drivers/usb/gadget/Makefile |    1 +
 drivers/usb/gadget/ether.c  |  775 ++++++++++++++++++++++---
 drivers/usb/gadget/ndis.h   |  217 +++++++
 drivers/usb/gadget/rndis.c  | 1317 +++++++++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/rndis.h  |  260 +++++++++
 drivers/usb/host/ehci-hcd.c |   10 +-
 drivers/usb/host/ohci-hcd.c |    7 +-
 include/linux/netdevice.h   |   65 +++
 include/linux/usb/cdc.h     |    6 +-
 include/usb.h               |   15 +-
 include/usb_ether.h         |   68 +++
 net/eth.c                   |   43 +-
 20 files changed, 3519 insertions(+), 129 deletions(-)
 create mode 100644 drivers/usb/eth/Makefile
 create mode 100644 drivers/usb/eth/asix.c
 create mode 100644 drivers/usb/eth/usb_ether.c
 create mode 100644 drivers/usb/gadget/ndis.h
 create mode 100644 drivers/usb/gadget/rndis.c
 create mode 100644 drivers/usb/gadget/rndis.h
 create mode 100644 include/linux/netdevice.h
 create mode 100644 include/usb_ether.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-02-05 12:58 Remy Bohmer
@ 2011-02-06 21:40 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-02-06 21:40 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTi=jSxEVBr-32gw9XbfxohYKGaeDhZFniziQa-im@mail.gmail.com> you wrote:
> The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
> (2011-02-04 21:44:46 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Alexander Holler (2):
>       USB: Fix device stati for removable and powerctrl (typo)
>       USB: Change the necessary defines to get debug output
> 
>  common/usb.c |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)

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
It's not an optical illusion, it just looks like one.   -- Phil White

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-02-05 12:58 Remy Bohmer
  2011-02-06 21:40 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-02-05 12:58 UTC (permalink / raw)
  To: u-boot

The following changes since commit f69b980d108b5f15ca7dd3f4284d5a66488c3625:

  Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
(2011-02-04 21:44:46 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Alexander Holler (2):
      USB: Fix device stati for removable and powerctrl (typo)
      USB: Change the necessary defines to get debug output

 common/usb.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2011-01-19 16:32 Remy Bohmer
@ 2011-01-19 21:03 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2011-01-19 21:03 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTi=xPppA51raUSQjUCh7sfR0AGV-QoUZMpA3DY8V@mail.gmail.com> you wrote:
> The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c:
> 
>   Escape minus signs in manpage (2011-01-19 00:07:51 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Lei Wen (1):
>       usb_ether: register usb ethernet gadget at each eth init
> 
> Vitaly Kuzmichev (2):
>       USB-CDC: Do not rename netdev after its registration
>       USB-CDC: Move MAC addresses setting into usb_eth_init
> 
>  drivers/usb/gadget/ether.c |   79 ++++++++++++++++++++------------------------
>  1 files changed, 36 insertions(+), 43 deletions(-)

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
I'd like to meet the man who invented sex and see what  he's  working
on now.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2011-01-19 16:32 Remy Bohmer
  2011-01-19 21:03 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2011-01-19 16:32 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c:

  Escape minus signs in manpage (2011-01-19 00:07:51 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Lei Wen (1):
      usb_ether: register usb ethernet gadget at each eth init

Vitaly Kuzmichev (2):
      USB-CDC: Do not rename netdev after its registration
      USB-CDC: Move MAC addresses setting into usb_eth_init

 drivers/usb/gadget/ether.c |   79 ++++++++++++++++++++------------------------
 1 files changed, 36 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-11-26 20:37 Remy Bohmer
@ 2010-11-26 20:55 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-11-26 20:55 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTi=nX=YvWfMjhPdvqH8xQsW8U7QYU8um+E59xURm@mail.gmail.com> you wrote:
> The following changes since commit c70e7ddb7e15e768d79edcbc4322d735e65ec31f:
> 
>   Blackfin: tweak objects specified before embedded environment
> (2010-11-19 19:30:59 -0500)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Anatolij Gustschin (1):
>       usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()
> 
> Stefan Roese (3):
>       usb: Add WATCHDOG_RESET call to polling loop
>       usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()
>       usb: Remove usb_dev_init() from ehci-ppc4xx.c
> 
>  drivers/usb/host/ehci-hcd.c    |    6 +++++-
>  drivers/usb/host/ehci-ppc4xx.c |    1 -
>  2 files changed, 5 insertions(+), 2 deletions(-)

Applied, thanks a lot!

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
Where a calculator on the ENIAC is equipped with 18,000 vacuum  tubes
and  weighs  30  tons,  computers  in  the future may have only 1,000
vacuum tubes and weigh only 1/2 tons. - Popular Mechanics, March 1949

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-11-26 20:37 Remy Bohmer
  2010-11-26 20:55 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-11-26 20:37 UTC (permalink / raw)
  To: u-boot

The following changes since commit c70e7ddb7e15e768d79edcbc4322d735e65ec31f:

  Blackfin: tweak objects specified before embedded environment
(2010-11-19 19:30:59 -0500)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Anatolij Gustschin (1):
      usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()

Stefan Roese (3):
      usb: Add WATCHDOG_RESET call to polling loop
      usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()
      usb: Remove usb_dev_init() from ehci-ppc4xx.c

 drivers/usb/host/ehci-hcd.c    |    6 +++++-
 drivers/usb/host/ehci-ppc4xx.c |    1 -
 2 files changed, 5 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-10-21  9:16 Remy Bohmer
@ 2010-10-23 19:54 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-10-23 19:54 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTin+pUVdB=sna5wKjUDLjv-7t581+Umi3eU3_Sqz@mail.gmail.com> you wrote:
> The following changes since commit c62491d2602b353a815a909e27eec0df9f2c06a2:
> 
>   ppc: Don't initialize write protected NOR flashes (2010-10-20 21:58:16 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Florian Fainelli (1):
>       ehci-pci: print hccr, hcor and hc_lenght
> 
> Mike Frysinger (2):
>       usb: musb: constify a bit
>       usb_storage: constify us_direction lookup table
> 
> Wolfgang Denk (1):
>       USB: fix Queue Element Transfer Descriptor changes
> 
>  common/usb_storage.c         |    2 +-
>  drivers/usb/host/ehci-pci.c  |    4 ++++
>  drivers/usb/host/ehci.h      |    2 +-
>  drivers/usb/musb/musb_core.c |    2 +-
>  drivers/usb/musb/musb_core.h |    2 +-
>  drivers/usb/musb/musb_hcd.c  |   36 +++++++++++++++++++-----------------
>  6 files changed, 27 insertions(+), 21 deletions(-)

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
Is a computer language with goto's totally Wirth-less?

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-10-21  9:16 Remy Bohmer
  2010-10-23 19:54 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-10-21  9:16 UTC (permalink / raw)
  To: u-boot

The following changes since commit c62491d2602b353a815a909e27eec0df9f2c06a2:

  ppc: Don't initialize write protected NOR flashes (2010-10-20 21:58:16 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Florian Fainelli (1):
      ehci-pci: print hccr, hcor and hc_lenght

Mike Frysinger (2):
      usb: musb: constify a bit
      usb_storage: constify us_direction lookup table

Wolfgang Denk (1):
      USB: fix Queue Element Transfer Descriptor changes

 common/usb_storage.c         |    2 +-
 drivers/usb/host/ehci-pci.c  |    4 ++++
 drivers/usb/host/ehci.h      |    2 +-
 drivers/usb/musb/musb_core.c |    2 +-
 drivers/usb/musb/musb_core.h |    2 +-
 drivers/usb/musb/musb_hcd.c  |   36 +++++++++++++++++++-----------------
 6 files changed, 27 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-10-13 10:13 Remy Bohmer
@ 2010-10-13 18:58 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-10-13 18:58 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTikESVAwap5+9G68091B=qqZkExTwk8WcVBGRU4f@mail.gmail.com> you wrote:
> The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d=
> :
> 
>   TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-usb.git master
> 
> Bryan Wu (1):
>       usb: musb: only write CLRDATATOG when appropriate
> 
> Ludovic Court=E8s (1):
>       usb: Add support for multiple-LUN mass storage devices
> 
> Marek Vasut (1):
>       USB: Make non-bulk delay longer in OHCI
> 
> Vitaly Kuzmichev (2):
>       USB-CDC: Fix tx/rx_req memory leaks
>       USB-CDC: Prevent rx_req being enqueued twice
> 
>  common/usb_storage.c        |   39 +++++++++++++++++++++++++++++++++++----
>  drivers/usb/gadget/ether.c  |   21 ++++++++-------------
>  drivers/usb/host/ohci-hcd.c |    2 +-
>  drivers/usb/musb/musb_hcd.c |   23 ++++++++++++++++-------
>  4 files changed, 60 insertions(+), 25 deletions(-)

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
Perfection is reached, not when there is no longer anything  to  add,
but when there is no longer anything to take away.
                                           - Antoine de Saint-Exupery

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-10-13 10:13 Remy Bohmer
  2010-10-13 18:58 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-10-13 10:13 UTC (permalink / raw)
  To: u-boot

The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d:

  TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-usb.git master

Bryan Wu (1):
      usb: musb: only write CLRDATATOG when appropriate

Ludovic Court?s (1):
      usb: Add support for multiple-LUN mass storage devices

Marek Vasut (1):
      USB: Make non-bulk delay longer in OHCI

Vitaly Kuzmichev (2):
      USB-CDC: Fix tx/rx_req memory leaks
      USB-CDC: Prevent rx_req being enqueued twice

 common/usb_storage.c        |   39 +++++++++++++++++++++++++++++++++++----
 drivers/usb/gadget/ether.c  |   21 ++++++++-------------
 drivers/usb/host/ohci-hcd.c |    2 +-
 drivers/usb/musb/musb_hcd.c |   23 ++++++++++++++++-------
 4 files changed, 60 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-09-20 20:21 Remy Bohmer
  2010-09-20 21:25 ` Vitaly Kuzmichev
@ 2010-09-21  7:35 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-09-21  7:35 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTinb0LQ=pky-kSNy4kGW1QAB5XZu91zGd6AWAS2g@mail.gmail.com> you wrote:
> The following changes since commit ff377b1c0e891569b6da13629090aad7c38175e0:
>   Wolfgang Denk (1):
>         canmb board: Fix compiler warnings
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git next
> 
> Mike Frysinger (1):
>       usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts
> 
> Remy Bohmer (1):
>       Integrate USB gadget layer and USB CDC driver layer
> 
> Stefano Babic (2):
>       USB-CDC: correct wrong alignment in ether.c
>       USB-CDC: called handle_interrupts inside usb_eth_send
> 
> Vitaly Kuzmichev (9):
>       USB-CDC: Restuct USB gadget Makefile
>       USB-CDC: Add lost 'qmult' definition
>       USB-CDC: Use native debug printout macros
>       USB-CDC: Correct freeing usb requests
>       USB-CDC: Replace 'strcpy' by 'strlcpy'
>       USB-CDC: Correct stat_req initialization
>       USB-CDC: ethernet error path potential oops fix
>       USB-CDC: change simple_strtol to simple_strtoul
>       USB-CDC: Fix coding style issues
> 
>  drivers/usb/gadget/Makefile       |    6 +
>  drivers/usb/gadget/config.c       |  119 +++
>  drivers/usb/gadget/epautoconf.c   |  305 ++++++
>  drivers/usb/gadget/ether.c        | 1976 +++++++++++++++++++++++++++++++++++++
>  drivers/usb/gadget/gadget_chips.h |  220 ++++
>  drivers/usb/gadget/usbstring.c    |  140 +++
>  drivers/usb/musb/musb_core.h      |    2 +
>  include/linux/usb/cdc.h           |  224 +++++
>  include/linux/usb/ch9.h           |  587 +++++++++++
>  include/linux/usb/gadget.h        |  857 ++++++++++++++++
>  include/net.h                     |   17 +-
>  11 files changed, 4451 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/usb/gadget/config.c
>  create mode 100644 drivers/usb/gadget/epautoconf.c
>  create mode 100644 drivers/usb/gadget/ether.c
>  create mode 100644 drivers/usb/gadget/gadget_chips.h
>  create mode 100644 drivers/usb/gadget/usbstring.c
>  create mode 100644 include/linux/usb/cdc.h
>  create mode 100644 include/linux/usb/ch9.h
>  create mode 100644 include/linux/usb/gadget.h

Applied to next branch, 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
The most difficult thing in the world is to know how to  do  a  thing
and to watch someone else doing it wrong, without commenting.
                                                        -- T.H. White

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-09-20 20:21 Remy Bohmer
@ 2010-09-20 21:25 ` Vitaly Kuzmichev
  2010-09-21  7:35 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Vitaly Kuzmichev @ 2010-09-20 21:25 UTC (permalink / raw)
  To: u-boot

  Hi Remy,

Remy Bohmer wrote:
> The following changes since commit ff377b1c0e891569b6da13629090aad7c38175e0:
>    Wolfgang Denk (1):
>          canmb board: Fix compiler warnings
>
> are available in the git repository at:
>
>    git://git.denx.de/u-boot-usb.git next
>

Just FYI
There 2 bugfixes I would like to send soon (within 2 days).
They fix some memory leaks and endpoint queue list corruption.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-09-20 20:21 Remy Bohmer
  2010-09-20 21:25 ` Vitaly Kuzmichev
  2010-09-21  7:35 ` Wolfgang Denk
  0 siblings, 2 replies; 68+ messages in thread
From: Remy Bohmer @ 2010-09-20 20:21 UTC (permalink / raw)
  To: u-boot

The following changes since commit ff377b1c0e891569b6da13629090aad7c38175e0:
  Wolfgang Denk (1):
        canmb board: Fix compiler warnings

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git next

Mike Frysinger (1):
      usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts

Remy Bohmer (1):
      Integrate USB gadget layer and USB CDC driver layer

Stefano Babic (2):
      USB-CDC: correct wrong alignment in ether.c
      USB-CDC: called handle_interrupts inside usb_eth_send

Vitaly Kuzmichev (9):
      USB-CDC: Restuct USB gadget Makefile
      USB-CDC: Add lost 'qmult' definition
      USB-CDC: Use native debug printout macros
      USB-CDC: Correct freeing usb requests
      USB-CDC: Replace 'strcpy' by 'strlcpy'
      USB-CDC: Correct stat_req initialization
      USB-CDC: ethernet error path potential oops fix
      USB-CDC: change simple_strtol to simple_strtoul
      USB-CDC: Fix coding style issues

 drivers/usb/gadget/Makefile       |    6 +
 drivers/usb/gadget/config.c       |  119 +++
 drivers/usb/gadget/epautoconf.c   |  305 ++++++
 drivers/usb/gadget/ether.c        | 1976 +++++++++++++++++++++++++++++++++++++
 drivers/usb/gadget/gadget_chips.h |  220 ++++
 drivers/usb/gadget/usbstring.c    |  140 +++
 drivers/usb/musb/musb_core.h      |    2 +
 include/linux/usb/cdc.h           |  224 +++++
 include/linux/usb/ch9.h           |  587 +++++++++++
 include/linux/usb/gadget.h        |  857 ++++++++++++++++
 include/net.h                     |   17 +-
 11 files changed, 4451 insertions(+), 2 deletions(-)
 create mode 100644 drivers/usb/gadget/config.c
 create mode 100644 drivers/usb/gadget/epautoconf.c
 create mode 100644 drivers/usb/gadget/ether.c
 create mode 100644 drivers/usb/gadget/gadget_chips.h
 create mode 100644 drivers/usb/gadget/usbstring.c
 create mode 100644 include/linux/usb/cdc.h
 create mode 100644 include/linux/usb/ch9.h
 create mode 100644 include/linux/usb/gadget.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-08-12 14:42 Remy Bohmer
@ 2010-08-12 21:06 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-08-12 21:06 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTi=6KsLZAs8YtBwjMgutmMDysv2SFP=qj-aZF+8M@mail.gmail.com> you wrote:
> The following changes since commit 69a2a4d9a5884a6f2d04a551308980d452b9b349:
>   Sergei Trofimovich (1):
>         disk/part.c: 'usb storage' avoiding overflow when output capacity
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Ajay Kumar Gupta (4):
>       AM35x: Adding SCM general register definitions
>       musb: MSC host support for AM35x
>       musb: am35x: Workaround for fifo read issue
>       AM3517EVM: musb: add usb config
> 
> Sergei Poselenov (1):
>       Fixed clobbered output of the "help usb" command
> 
>  arch/arm/include/asm/arch-omap3/am35x_def.h |   52 +++++++++
>  common/cmd_usb.c                            |    2 +-
>  drivers/usb/musb/Makefile                   |    1 +
>  drivers/usb/musb/am35x.c                    |  150 +++++++++++++++++++++++++++
>  drivers/usb/musb/am35x.h                    |   94 +++++++++++++++++
>  drivers/usb/musb/musb_core.c                |    6 +
>  drivers/usb/musb/musb_udc.c                 |    2 +
>  include/configs/am3517_evm.h                |   38 +++++++
>  include/usb.h                               |    2 +-
>  9 files changed, 345 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-omap3/am35x_def.h
>  create mode 100644 drivers/usb/musb/am35x.c
>  create mode 100644 drivers/usb/musb/am35x.h

Aplied, 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
Ein weiser Herrscher kann in einem gro?en Land  mehr  Gutes  bewirken
als  in  einem kleinen - ein dummer Herrscher aber auch viel mehr Un-
fug. Da weise Herrscher seltener sind als dumme, war ich schon  immer
gegen gro?e Reiche skeptisch.                   - Herbert Rosendorfer

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-08-12 14:42 Remy Bohmer
  2010-08-12 21:06 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-08-12 14:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit 69a2a4d9a5884a6f2d04a551308980d452b9b349:
  Sergei Trofimovich (1):
        disk/part.c: 'usb storage' avoiding overflow when output capacity

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Ajay Kumar Gupta (4):
      AM35x: Adding SCM general register definitions
      musb: MSC host support for AM35x
      musb: am35x: Workaround for fifo read issue
      AM3517EVM: musb: add usb config

Sergei Poselenov (1):
      Fixed clobbered output of the "help usb" command

 arch/arm/include/asm/arch-omap3/am35x_def.h |   52 +++++++++
 common/cmd_usb.c                            |    2 +-
 drivers/usb/musb/Makefile                   |    1 +
 drivers/usb/musb/am35x.c                    |  150 +++++++++++++++++++++++++++
 drivers/usb/musb/am35x.h                    |   94 +++++++++++++++++
 drivers/usb/musb/musb_core.c                |    6 +
 drivers/usb/musb/musb_udc.c                 |    2 +
 include/configs/am3517_evm.h                |   38 +++++++
 include/usb.h                               |    2 +-
 9 files changed, 345 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/am35x_def.h
 create mode 100644 drivers/usb/musb/am35x.c
 create mode 100644 drivers/usb/musb/am35x.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-06-30 19:48 Remy Bohmer
@ 2010-06-30 21:45 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-06-30 21:45 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTimyCJIWRSwqXB6jMhxAUZJThYDWVBcE364XiX45@mail.gmail.com> you wrote:
> The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
>   Wolfgang Denk (1):
>         Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Ajay Kumar Gupta (4):
>       musb: Use name based initialization for musb_config
>       musb: Add Phy programming for using external Vbus
>       omap3evm: Add board revision function
>       musb: Program extvbus for OMAP3EVM Rev >= E
> 
> Becky Bruce (1):
>       drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
> 
> Sergey Matyukevich (1):
>       USB OHCI support for at91sam9g45 SoC
> 
>  arch/arm/include/asm/arch-at91/at91_pmc.h       |   14 ++-
>  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |   13 ++
>  board/ti/evm/evm.c                              |   43 +++++++
>  board/ti/evm/evm.h                              |   14 ++
>  drivers/usb/host/ohci-at91.c                    |   14 ++
>  drivers/usb/host/ohci-hcd.c                     |  150 +++++++++++------------
>  drivers/usb/host/ohci.h                         |   15 ++-
>  drivers/usb/musb/da8xx.c                        |    6 +-
>  drivers/usb/musb/davinci.c                      |    6 +-
>  drivers/usb/musb/musb_core.c                    |    7 +
>  drivers/usb/musb/musb_core.h                    |   30 +++++-
>  drivers/usb/musb/omap3.c                        |    9 +-
>  drivers/usb/musb/omap3.h                        |    4 +
>  13 files changed, 233 insertions(+), 92 deletions(-)

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
Speculation is always more interesting than facts.
                                    - Terry Pratchett, _Making_Money_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-06-30 19:48 Remy Bohmer
  2010-06-30 21:45 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-06-30 19:48 UTC (permalink / raw)
  To: u-boot

The following changes since commit 39ddd10b046fb791f47281ffb2100be01909ad72:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Ajay Kumar Gupta (4):
      musb: Use name based initialization for musb_config
      musb: Add Phy programming for using external Vbus
      omap3evm: Add board revision function
      musb: Program extvbus for OMAP3EVM Rev >= E

Becky Bruce (1):
      drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel

Sergey Matyukevich (1):
      USB OHCI support for at91sam9g45 SoC

 arch/arm/include/asm/arch-at91/at91_pmc.h       |   14 ++-
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |   13 ++
 board/ti/evm/evm.c                              |   43 +++++++
 board/ti/evm/evm.h                              |   14 ++
 drivers/usb/host/ohci-at91.c                    |   14 ++
 drivers/usb/host/ohci-hcd.c                     |  150 +++++++++++------------
 drivers/usb/host/ohci.h                         |   15 ++-
 drivers/usb/musb/da8xx.c                        |    6 +-
 drivers/usb/musb/davinci.c                      |    6 +-
 drivers/usb/musb/musb_core.c                    |    7 +
 drivers/usb/musb/musb_core.h                    |   30 +++++-
 drivers/usb/musb/omap3.c                        |    9 +-
 drivers/usb/musb/omap3.h                        |    4 +
 13 files changed, 233 insertions(+), 92 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-05-27 19:09 Remy Bohmer
@ 2010-05-28 17:47 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-05-28 17:47 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <AANLkTikjsG1I0eak6kLBzku3RZB66b70L_dtBOhQMwfr@mail.gmail.com> you wrote:
> The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
>   Wolfgang Denk (1):
>         Prepare v2010.06-rc1
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Sergei Shtylyov (1):
>       USB: fix create_pipe()
> 
>  include/usb.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

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
"Wagner's music is better than it sounds."               - Mark Twain

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-05-27 19:09 Remy Bohmer
  2010-05-28 17:47 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-05-27 19:09 UTC (permalink / raw)
  To: u-boot

The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
  Wolfgang Denk (1):
        Prepare v2010.06-rc1

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Sergei Shtylyov (1):
      USB: fix create_pipe()

 include/usb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-04-08 19:45 Remy Bohmer
@ 2010-04-09 19:48 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-04-09 19:48 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <q2y3efb10971004081245wdcaa7ed5wf71fa4010f69ef1b@mail.gmail.com> you wrote:
> The following changes since commit a233631095eba3e853049f6656642e3a7ef1d73c:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Kim B. Heino (2):
>       USB storage count
>       USB storage probe
> 
> Sergei Shtylyov (4):
>       EHCI: fix root hub device descriptor
>       EHCI: fix off-by-one error in ehci_submit_root()
>       EHCI: fix port reset reporting
>       EHCI: add NEC PCI ID
> 
>  common/cmd_usb.c            |   13 ++++++++-----
>  common/usb_storage.c        |    6 +++---
>  drivers/usb/host/ehci-hcd.c |   38 ++++++++++++++++++++------------------
>  drivers/usb/host/ehci-pci.c |    1 +
>  4 files changed, 32 insertions(+), 26 deletions(-)

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
No one wants war.
	-- Kirk, "Errand of Mercy", stardate 3201.7

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-04-08 19:45 Remy Bohmer
  2010-04-09 19:48 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-04-08 19:45 UTC (permalink / raw)
  To: u-boot

The following changes since commit a233631095eba3e853049f6656642e3a7ef1d73c:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Kim B. Heino (2):
      USB storage count
      USB storage probe

Sergei Shtylyov (4):
      EHCI: fix root hub device descriptor
      EHCI: fix off-by-one error in ehci_submit_root()
      EHCI: fix port reset reporting
      EHCI: add NEC PCI ID

 common/cmd_usb.c            |   13 ++++++++-----
 common/usb_storage.c        |    6 +++---
 drivers/usb/host/ehci-hcd.c |   38 ++++++++++++++++++++------------------
 drivers/usb/host/ehci-pci.c |    1 +
 4 files changed, 32 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-02-03 21:10 Remy Bohmer
@ 2010-02-03 21:33 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-02-03 21:33 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10971002031310v538ef875m50231aa6d173af3@mail.gmail.com> you wrote:
> The following changes since commit 111d6c6ad15d1425d3e5a678b2ff4b593e910fca:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Cliff Cai (1):
>       usb: musb: fix Blackfin DMA register padding
> 
> Prathap Srinivas (1):
>       musb: Add host support for DM365 EVM
> 
> Remy Bohmer (1):
>       USB: usb_control_msg wait for driver ISR to set status.
> 
>  common/usb.c                       |   19 +++++++++++------
>  drivers/usb/musb/blackfin_usb.h    |    2 +-
>  drivers/usb/musb/davinci.c         |   21 ++++++++++++++++++-
>  drivers/usb/musb/davinci.h         |    1 +
>  include/configs/davinci_dm365evm.h |   38 ++++++++++++++++++++++++++++++++++++
>  5 files changed, 71 insertions(+), 10 deletions(-)

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
A Perl script is correct if it's halfway readable and  gets  the  job
done before your boss fires you.
                       - L. Wall & R. L. Schwartz, _Programming Perl_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-02-03 21:10 Remy Bohmer
  2010-02-03 21:33 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-02-03 21:10 UTC (permalink / raw)
  To: u-boot

The following changes since commit 111d6c6ad15d1425d3e5a678b2ff4b593e910fca:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Cliff Cai (1):
      usb: musb: fix Blackfin DMA register padding

Prathap Srinivas (1):
      musb: Add host support for DM365 EVM

Remy Bohmer (1):
      USB: usb_control_msg wait for driver ISR to set status.

 common/usb.c                       |   19 +++++++++++------
 drivers/usb/musb/blackfin_usb.h    |    2 +-
 drivers/usb/musb/davinci.c         |   21 ++++++++++++++++++-
 drivers/usb/musb/davinci.h         |    1 +
 include/configs/davinci_dm365evm.h |   38 ++++++++++++++++++++++++++++++++++++
 5 files changed, 71 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2010-01-09 10:01 Remy Bohmer
@ 2010-01-12 22:39 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2010-01-12 22:39 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10971001090201w17b02f49me80d8230438330e7@mail.gmail.com> you wrote:
> The following changes since commit
> 6ca9da4d42aeb43df5ef29f7d0518009df583b2f:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Ajay Kumar Gupta (4):
>       DA830: Add pinmux for USB0_DRVVBUS
>       DA8xx: Add GPIO register definitions
>       DA8xx: Add MUSB host support
>       DA830: Add usb config
> 
> Bryan Wu (4):
>       usb: musb: make fifo support configurable
>       usb: musb: make multipoint optional
>       usb: musb: change rxcsr register from write to read/modify/write
>       usb: musb: add support for Blackfin MUSB
> 
> Chris Zhang (3):
>       Fix EHCI port reset.
>       Add ppc440epx USB ehci support.
>       Adds EHCI definitions to sequoia board configuration file.
> 
> Mike Frysinger (1):
>       usb: musb: make sure the register layout is packed
> 
> Sanjeev Premi (1):
>       omap3: fix compile warning
> 
>  board/davinci/da830evm/da830evm.c           |    8 +
>  drivers/usb/host/Makefile                   |    1 +
>  drivers/usb/host/ehci-hcd.c                 |    3 +
>  drivers/usb/host/ehci-ppc4xx.c              |   48 +++++
>  drivers/usb/musb/Makefile                   |    2 +
>  drivers/usb/musb/blackfin_usb.c             |  143 +++++++++++++++
>  drivers/usb/musb/blackfin_usb.h             |   99 ++++++++++
>  drivers/usb/musb/da8xx.c                    |  139 ++++++++++++++
>  drivers/usb/musb/da8xx.h                    |  103 +++++++++++
>  drivers/usb/musb/musb_core.c                |   18 ++-
>  drivers/usb/musb/musb_core.h                |   18 ++-
>  drivers/usb/musb/musb_hcd.c                 |   26 +++-
>  drivers/usb/musb/musb_hcd.h                 |    4 +-
>  drivers/usb/musb/omap3.c                    |    3 +
>  include/asm-arm/arch-davinci/gpio_defs.h    |   14 ++
>  include/asm-blackfin/mach-common/bits/usb.h |  264 +++++++++++++++++++++++++++
>  include/configs/da830evm.h                  |   38 ++++-
>  include/configs/sequoia.h                   |   16 ++-
>  include/usb.h                               |    3 +-
>  19 files changed, 935 insertions(+), 15 deletions(-)
>  create mode 100644 drivers/usb/host/ehci-ppc4xx.c
>  create mode 100644 drivers/usb/musb/blackfin_usb.c
>  create mode 100644 drivers/usb/musb/blackfin_usb.h
>  create mode 100644 drivers/usb/musb/da8xx.c
>  create mode 100644 drivers/usb/musb/da8xx.h
>  create mode 100644 include/asm-blackfin/mach-common/bits/usb.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
History tends to exaggerate.
	-- Col. Green, "The Savage Curtain", stardate 5906.4

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2010-01-09 10:01 Remy Bohmer
  2010-01-12 22:39 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2010-01-09 10:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit
6ca9da4d42aeb43df5ef29f7d0518009df583b2f:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Ajay Kumar Gupta (4):
      DA830: Add pinmux for USB0_DRVVBUS
      DA8xx: Add GPIO register definitions
      DA8xx: Add MUSB host support
      DA830: Add usb config

Bryan Wu (4):
      usb: musb: make fifo support configurable
      usb: musb: make multipoint optional
      usb: musb: change rxcsr register from write to read/modify/write
      usb: musb: add support for Blackfin MUSB

Chris Zhang (3):
      Fix EHCI port reset.
      Add ppc440epx USB ehci support.
      Adds EHCI definitions to sequoia board configuration file.

Mike Frysinger (1):
      usb: musb: make sure the register layout is packed

Sanjeev Premi (1):
      omap3: fix compile warning

 board/davinci/da830evm/da830evm.c           |    8 +
 drivers/usb/host/Makefile                   |    1 +
 drivers/usb/host/ehci-hcd.c                 |    3 +
 drivers/usb/host/ehci-ppc4xx.c              |   48 +++++
 drivers/usb/musb/Makefile                   |    2 +
 drivers/usb/musb/blackfin_usb.c             |  143 +++++++++++++++
 drivers/usb/musb/blackfin_usb.h             |   99 ++++++++++
 drivers/usb/musb/da8xx.c                    |  139 ++++++++++++++
 drivers/usb/musb/da8xx.h                    |  103 +++++++++++
 drivers/usb/musb/musb_core.c                |   18 ++-
 drivers/usb/musb/musb_core.h                |   18 ++-
 drivers/usb/musb/musb_hcd.c                 |   26 +++-
 drivers/usb/musb/musb_hcd.h                 |    4 +-
 drivers/usb/musb/omap3.c                    |    3 +
 include/asm-arm/arch-davinci/gpio_defs.h    |   14 ++
 include/asm-blackfin/mach-common/bits/usb.h |  264 +++++++++++++++++++++++++++
 include/configs/da830evm.h                  |   38 ++++-
 include/configs/sequoia.h                   |   16 ++-
 include/usb.h                               |    3 +-
 19 files changed, 935 insertions(+), 15 deletions(-)
 create mode 100644 drivers/usb/host/ehci-ppc4xx.c
 create mode 100644 drivers/usb/musb/blackfin_usb.c
 create mode 100644 drivers/usb/musb/blackfin_usb.h
 create mode 100644 drivers/usb/musb/da8xx.c
 create mode 100644 drivers/usb/musb/da8xx.h
 create mode 100644 include/asm-blackfin/mach-common/bits/usb.h

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-12-20 12:51 Remy Bohmer
  2009-12-21 11:18 ` Gupta, Ajay Kumar
@ 2009-12-21 20:02 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-12-21 20:02 UTC (permalink / raw)
  To: u-boot

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.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-12-20 12:51 Remy Bohmer
@ 2009-12-21 11:18 ` Gupta, Ajay Kumar
  2009-12-21 20:02 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Gupta, Ajay Kumar @ 2009-12-21 11:18 UTC (permalink / raw)
  To: u-boot

Remy,

How about USB patches from me supporting MUSB on DA8xx platform?

Regards,
Ajay

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
> On Behalf Of Remy Bohmer
> Sent: Sunday, December 20, 2009 6:21 PM
> To: wd at denx.de; u-boot at lists.denx.de
> Subject: [U-Boot] Pull request: u-boot-usb
> 
> 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
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-12-20 12:51 Remy Bohmer
  2009-12-21 11:18 ` Gupta, Ajay Kumar
  2009-12-21 20:02 ` Wolfgang Denk
  0 siblings, 2 replies; 68+ messages in thread
From: Remy Bohmer @ 2009-12-20 12:51 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-07-23 22:07 Remy Bohmer
@ 2009-07-26 20:44 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-07-26 20:44 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970907231507td7e06bfp48b402550f1eddeb@mail.gmail.com> you wrote:
> The following changes since commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d:
>   Wolfgang Denk (1):
>         Coding Style cleanup; update CHANGELOG.
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Prafulla Wadaskar (1):
>       usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
> 
>  drivers/usb/host/ehci-hcd.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

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
"The question of whether a computer can think is no more  interesting
than the question of whether a submarine can swim"
                                                - Edsgar W.  Dijkstra

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-07-23 22:07 Remy Bohmer
  2009-07-26 20:44 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-07-23 22:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d:
  Wolfgang Denk (1):
        Coding Style cleanup; update CHANGELOG.

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Prafulla Wadaskar (1):
      usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

 drivers/usb/host/ehci-hcd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-07-09 19:39 Remy Bohmer
  2009-07-10  7:22 ` Kumar Gala
@ 2009-07-13 21:32 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-07-13 21:32 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970907091239o806a9ecl28db7026c13b67ae@mail.gmail.com> you wrote:
> The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
>   Wolfgang Denk (1):
>         MAINTAINERS: fix sorting, remove duplicates.
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Bryan Wu (1):
>       usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
> 
> Kim Phillips (1):
>       usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
> 
> Mike Frysinger (1):
>       usb: musb: drop old musb read/write prototypes
> 
> Prafulla Wadaskar (1):
>       usb: add Marvell Kirkwood ehci host controller driver
> 
> Vivek Mahajan (2):
>       mpc8xxx: USB: fix: access of ehci struct elements
>       mpc83xx: USB: fix: access of ehci struct elements
> 
>  cpu/mpc83xx/cpu_init.c           |    4 +-
>  drivers/usb/host/Makefile        |    1 +
>  drivers/usb/host/ehci-fsl.c      |   18 +++---
>  drivers/usb/host/ehci-kirkwood.c |  108 ++++++++++++++++++++++++++++++++++++++
>  drivers/usb/musb/musb_core.h     |    6 --
>  drivers/usb/musb/musb_hcd.c      |   31 +++++++++++
>  drivers/usb/musb/musb_hcd.h      |    4 ++
>  include/usb/ehci-fsl.h           |    2 +-
>  8 files changed, 156 insertions(+), 18 deletions(-)
>  create mode 100644 drivers/usb/host/ehci-kirkwood.c

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
Status quo. Latin for "the mess we're in."

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-07-09 19:39 Remy Bohmer
@ 2009-07-10  7:22 ` Kumar Gala
  2009-07-13 21:32 ` Wolfgang Denk
  1 sibling, 0 replies; 68+ messages in thread
From: Kumar Gala @ 2009-07-10  7:22 UTC (permalink / raw)
  To: u-boot


On Jul 9, 2009, at 2:39 PM, Remy Bohmer wrote:

> The following changes since commit  
> 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
>  Wolfgang Denk (1):
>        MAINTAINERS: fix sorting, remove duplicates.
>
> are available in the git repository at:
>
>  git://git.denx.de/u-boot-usb.git master

I'm still seeing the following warning w/gcc-4.4

ehci-hcd.c: In function 'ehci_submit_root':
ehci-hcd.c:719: warning: value computed is not used
ehci-hcd.c:748: warning: value computed is not used

I posted this patch to address it:

http://lists.denx.de/pipermail/u-boot/2009-July/055652.html

- k

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-07-09 19:39 Remy Bohmer
  2009-07-10  7:22 ` Kumar Gala
  2009-07-13 21:32 ` Wolfgang Denk
  0 siblings, 2 replies; 68+ messages in thread
From: Remy Bohmer @ 2009-07-09 19:39 UTC (permalink / raw)
  To: u-boot

The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52:
  Wolfgang Denk (1):
        MAINTAINERS: fix sorting, remove duplicates.

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Bryan Wu (1):
      usb: musb: add timeout via CONFIG_MUSB_TIMEOUT

Kim Phillips (1):
      usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error

Mike Frysinger (1):
      usb: musb: drop old musb read/write prototypes

Prafulla Wadaskar (1):
      usb: add Marvell Kirkwood ehci host controller driver

Vivek Mahajan (2):
      mpc8xxx: USB: fix: access of ehci struct elements
      mpc83xx: USB: fix: access of ehci struct elements

 cpu/mpc83xx/cpu_init.c           |    4 +-
 drivers/usb/host/Makefile        |    1 +
 drivers/usb/host/ehci-fsl.c      |   18 +++---
 drivers/usb/host/ehci-kirkwood.c |  108 ++++++++++++++++++++++++++++++++++++++
 drivers/usb/musb/musb_core.h     |    6 --
 drivers/usb/musb/musb_hcd.c      |   31 +++++++++++
 drivers/usb/musb/musb_hcd.h      |    4 ++
 include/usb/ehci-fsl.h           |    2 +-
 8 files changed, 156 insertions(+), 18 deletions(-)
 create mode 100644 drivers/usb/host/ehci-kirkwood.c

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-06-09 20:30 Remy Bohmer
@ 2009-06-09 20:53 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-06-09 20:53 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970906091330u3b5cc791mfa061b5205f74d99@mail.gmail.com> you wrote:
> The following changes since commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7:
>   Daniel Mack (1):
>         smc911x: write back the manually set MAC address
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> RONETIX - Ilko Iliev (1):
>       at91: fix a USB problem for AT91SAM9261
> 
>  drivers/usb/host/ohci-at91.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)

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
'What shall we do?' said Twoflower.  'Panic?'  said  Rincewind  hope-
fully. He always held that panic was the best means of survival; back
in  the  olden days, his theory went, people faced with hungry sabre-
toothed tigers could be divided very simply in those who panicked and
those who stood there saying 'What a magnificent  brute!'  or  'Here,
pussy.'                      - Terry Pratchett, _The Light Fantastic_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-06-09 20:30 Remy Bohmer
  2009-06-09 20:53 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-06-09 20:30 UTC (permalink / raw)
  To: u-boot

The following changes since commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7:
  Daniel Mack (1):
        smc911x: write back the manually set MAC address

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

RONETIX - Ilko Iliev (1):
      at91: fix a USB problem for AT91SAM9261

 drivers/usb/host/ohci-at91.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-04-06 18:42 Remy Bohmer
@ 2009-04-07 19:52 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-04-07 19:52 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970904061142g3ec659ah6832b199c1492349@mail.gmail.com> you wrote:
> The following changes since commit
> 712ac6a1a6909a58d6549fb220cc921a7e9f9979:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       drivers/usb: regorganisation
> 
> Remy Bohmer (1):
>       Support for PXA27X UDC.
> 
>  Makefile                                           |    4 +-
>  drivers/serial/usbtty.c                            |    2 +-
>  drivers/serial/usbtty.h                            |   10 +-
>  drivers/usb/{ => gadget}/Makefile                  |   31 +-
>  drivers/usb/{usbdcore.c => gadget/core.c}          |    2 +-
>  drivers/usb/{usbdcore_ep0.c => gadget/ep0.c}       |    2 +-
>  include/usbdcore_ep0.h => drivers/usb/gadget/ep0.h |    0
>  .../usb/{usbdcore_mpc8xx.c => gadget/mpc8xx_udc.c} |    9 +-
>  .../{usbdcore_omap1510.c => gadget/omap1510_udc.c} |    6 +-
>  drivers/usb/gadget/pxa27x_udc.c                    |  702 ++++++++++++++++++++
>  drivers/usb/{ => host}/Makefile                    |   37 +-
>  drivers/usb/{usb_ehci_core.h => host/ehci-core.h}  |    0
>  drivers/usb/{usb_ehci_fsl.c => host/ehci-fsl.c}    |    6 +-
>  drivers/usb/{usb_ehci_fsl.h => host/ehci-fsl.h}    |    0
>  drivers/usb/{usb_ehci_core.c => host/ehci-hcd.c}   |    3 +-
>  drivers/usb/{usb_ehci_ixp.c => host/ehci-ixp4xx.c} |    5 +-
>  drivers/usb/{usb_ehci_pci.c => host/ehci-pci.c}    |    5 +-
>  drivers/usb/{usb_ehci_vct.c => host/ehci-vct.c}    |    4 +-
>  drivers/usb/{usb_ehci.h => host/ehci.h}            |    0
>  drivers/usb/{ => host}/isp116x-hcd.c               |    0
>  drivers/usb/{ => host}/isp116x.h                   |    0
>  drivers/usb/{atmel_usb.c => host/ohci-at91.c}      |    0
>  drivers/usb/{usb_ohci.c => host/ohci-hcd.c}        |    3 +-
>  drivers/usb/{usb_ohci.h => host/ohci.h}            |    0
>  drivers/usb/{ => host}/r8a66597-hcd.c              |    0
>  drivers/usb/{ => host}/r8a66597.h                  |    0
>  drivers/usb/{s3c64xx_usb.c => host/s3c64xx-hcd.c}  |    0
>  drivers/usb/{sl811_usb.c => host/sl811-hcd.c}      |    2 +-
>  drivers/usb/{ => host}/sl811.h                     |    0
>  drivers/usb/musb/Makefile                          |   47 ++
>  drivers/usb/{davinci_usb.c => musb/davinci.c}      |    2 +-
>  drivers/usb/{davinci_usb.h => musb/davinci.h}      |    0
>  drivers/usb/{ => musb}/musb_core.c                 |    0
>  drivers/usb/{ => musb}/musb_core.h                 |    0
>  drivers/usb/{ => musb}/musb_hcd.c                  |    0
>  drivers/usb/{ => musb}/musb_hcd.h                  |    0
>  include/asm-arm/arch-pxa/pxa-regs.h                |  296 +++++++--
>  include/{usbdcore_mpc8xx.h => usb/mpc8xx_udc.h}    |    0
>  .../{usbdcore_omap1510.h => usb/omap1510_udc.h}    |    0
>  include/usb/pxa27x_udc.h                           |   69 ++
>  include/{usbdcore.h => usbdevice.h}                |    0
>  41 files changed, 1118 insertions(+), 129 deletions(-)
>  copy drivers/usb/{ => gadget}/Makefile (60%)
>  rename drivers/usb/{usbdcore.c => gadget/core.c} (99%)
>  rename drivers/usb/{usbdcore_ep0.c => gadget/ep0.c} (99%)
>  rename include/usbdcore_ep0.h => drivers/usb/gadget/ep0.h (100%)
>  rename drivers/usb/{usbdcore_mpc8xx.c => gadget/mpc8xx_udc.c} (99%)
>  rename drivers/usb/{usbdcore_omap1510.c => gadget/omap1510_udc.c} (99%)
>  create mode 100644 drivers/usb/gadget/pxa27x_udc.c
>  rename drivers/usb/{ => host}/Makefile (64%)
>  rename drivers/usb/{usb_ehci_core.h => host/ehci-core.h} (100%)
>  rename drivers/usb/{usb_ehci_fsl.c => host/ehci-fsl.c} (97%)
>  rename drivers/usb/{usb_ehci_fsl.h => host/ehci-fsl.h} (100%)
>  rename drivers/usb/{usb_ehci_core.c => host/ehci-hcd.c} (99%)
>  rename drivers/usb/{usb_ehci_ixp.c => host/ehci-ixp4xx.c} (96%)
>  rename drivers/usb/{usb_ehci_pci.c => host/ehci-pci.c} (97%)
>  rename drivers/usb/{usb_ehci_vct.c => host/ehci-vct.c} (96%)
>  rename drivers/usb/{usb_ehci.h => host/ehci.h} (100%)
>  rename drivers/usb/{ => host}/isp116x-hcd.c (100%)
>  rename drivers/usb/{ => host}/isp116x.h (100%)
>  rename drivers/usb/{atmel_usb.c => host/ohci-at91.c} (100%)
>  rename drivers/usb/{usb_ohci.c => host/ohci-hcd.c} (99%)
>  rename drivers/usb/{usb_ohci.h => host/ohci.h} (100%)
>  rename drivers/usb/{ => host}/r8a66597-hcd.c (100%)
>  rename drivers/usb/{ => host}/r8a66597.h (100%)
>  rename drivers/usb/{s3c64xx_usb.c => host/s3c64xx-hcd.c} (100%)
>  rename drivers/usb/{sl811_usb.c => host/sl811-hcd.c} (99%)
>  rename drivers/usb/{ => host}/sl811.h (100%)
>  create mode 100644 drivers/usb/musb/Makefile
>  rename drivers/usb/{davinci_usb.c => musb/davinci.c} (99%)
>  rename drivers/usb/{davinci_usb.h => musb/davinci.h} (100%)
>  rename drivers/usb/{ => musb}/musb_core.c (100%)
>  rename drivers/usb/{ => musb}/musb_core.h (100%)
>  rename drivers/usb/{ => musb}/musb_hcd.c (100%)
>  rename drivers/usb/{ => musb}/musb_hcd.h (100%)
>  rename include/{usbdcore_mpc8xx.h => usb/mpc8xx_udc.h} (100%)
>  rename include/{usbdcore_omap1510.h => usb/omap1510_udc.h} (100%)
>  create mode 100644 include/usb/pxa27x_udc.h
>  rename include/{usbdcore.h => usbdevice.h} (100%)

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
Another megabytes the dust.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-04-06 18:42 Remy Bohmer
  2009-04-07 19:52 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-04-06 18:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit
712ac6a1a6909a58d6549fb220cc921a7e9f9979:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-arm

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Jean-Christophe PLAGNIOL-VILLARD (1):
      drivers/usb: regorganisation

Remy Bohmer (1):
      Support for PXA27X UDC.

 Makefile                                           |    4 +-
 drivers/serial/usbtty.c                            |    2 +-
 drivers/serial/usbtty.h                            |   10 +-
 drivers/usb/{ => gadget}/Makefile                  |   31 +-
 drivers/usb/{usbdcore.c => gadget/core.c}          |    2 +-
 drivers/usb/{usbdcore_ep0.c => gadget/ep0.c}       |    2 +-
 include/usbdcore_ep0.h => drivers/usb/gadget/ep0.h |    0
 .../usb/{usbdcore_mpc8xx.c => gadget/mpc8xx_udc.c} |    9 +-
 .../{usbdcore_omap1510.c => gadget/omap1510_udc.c} |    6 +-
 drivers/usb/gadget/pxa27x_udc.c                    |  702 ++++++++++++++++++++
 drivers/usb/{ => host}/Makefile                    |   37 +-
 drivers/usb/{usb_ehci_core.h => host/ehci-core.h}  |    0
 drivers/usb/{usb_ehci_fsl.c => host/ehci-fsl.c}    |    6 +-
 drivers/usb/{usb_ehci_fsl.h => host/ehci-fsl.h}    |    0
 drivers/usb/{usb_ehci_core.c => host/ehci-hcd.c}   |    3 +-
 drivers/usb/{usb_ehci_ixp.c => host/ehci-ixp4xx.c} |    5 +-
 drivers/usb/{usb_ehci_pci.c => host/ehci-pci.c}    |    5 +-
 drivers/usb/{usb_ehci_vct.c => host/ehci-vct.c}    |    4 +-
 drivers/usb/{usb_ehci.h => host/ehci.h}            |    0
 drivers/usb/{ => host}/isp116x-hcd.c               |    0
 drivers/usb/{ => host}/isp116x.h                   |    0
 drivers/usb/{atmel_usb.c => host/ohci-at91.c}      |    0
 drivers/usb/{usb_ohci.c => host/ohci-hcd.c}        |    3 +-
 drivers/usb/{usb_ohci.h => host/ohci.h}            |    0
 drivers/usb/{ => host}/r8a66597-hcd.c              |    0
 drivers/usb/{ => host}/r8a66597.h                  |    0
 drivers/usb/{s3c64xx_usb.c => host/s3c64xx-hcd.c}  |    0
 drivers/usb/{sl811_usb.c => host/sl811-hcd.c}      |    2 +-
 drivers/usb/{ => host}/sl811.h                     |    0
 drivers/usb/musb/Makefile                          |   47 ++
 drivers/usb/{davinci_usb.c => musb/davinci.c}      |    2 +-
 drivers/usb/{davinci_usb.h => musb/davinci.h}      |    0
 drivers/usb/{ => musb}/musb_core.c                 |    0
 drivers/usb/{ => musb}/musb_core.h                 |    0
 drivers/usb/{ => musb}/musb_hcd.c                  |    0
 drivers/usb/{ => musb}/musb_hcd.h                  |    0
 include/asm-arm/arch-pxa/pxa-regs.h                |  296 +++++++--
 include/{usbdcore_mpc8xx.h => usb/mpc8xx_udc.h}    |    0
 .../{usbdcore_omap1510.h => usb/omap1510_udc.h}    |    0
 include/usb/pxa27x_udc.h                           |   69 ++
 include/{usbdcore.h => usbdevice.h}                |    0
 41 files changed, 1118 insertions(+), 129 deletions(-)
 copy drivers/usb/{ => gadget}/Makefile (60%)
 rename drivers/usb/{usbdcore.c => gadget/core.c} (99%)
 rename drivers/usb/{usbdcore_ep0.c => gadget/ep0.c} (99%)
 rename include/usbdcore_ep0.h => drivers/usb/gadget/ep0.h (100%)
 rename drivers/usb/{usbdcore_mpc8xx.c => gadget/mpc8xx_udc.c} (99%)
 rename drivers/usb/{usbdcore_omap1510.c => gadget/omap1510_udc.c} (99%)
 create mode 100644 drivers/usb/gadget/pxa27x_udc.c
 rename drivers/usb/{ => host}/Makefile (64%)
 rename drivers/usb/{usb_ehci_core.h => host/ehci-core.h} (100%)
 rename drivers/usb/{usb_ehci_fsl.c => host/ehci-fsl.c} (97%)
 rename drivers/usb/{usb_ehci_fsl.h => host/ehci-fsl.h} (100%)
 rename drivers/usb/{usb_ehci_core.c => host/ehci-hcd.c} (99%)
 rename drivers/usb/{usb_ehci_ixp.c => host/ehci-ixp4xx.c} (96%)
 rename drivers/usb/{usb_ehci_pci.c => host/ehci-pci.c} (97%)
 rename drivers/usb/{usb_ehci_vct.c => host/ehci-vct.c} (96%)
 rename drivers/usb/{usb_ehci.h => host/ehci.h} (100%)
 rename drivers/usb/{ => host}/isp116x-hcd.c (100%)
 rename drivers/usb/{ => host}/isp116x.h (100%)
 rename drivers/usb/{atmel_usb.c => host/ohci-at91.c} (100%)
 rename drivers/usb/{usb_ohci.c => host/ohci-hcd.c} (99%)
 rename drivers/usb/{usb_ohci.h => host/ohci.h} (100%)
 rename drivers/usb/{ => host}/r8a66597-hcd.c (100%)
 rename drivers/usb/{ => host}/r8a66597.h (100%)
 rename drivers/usb/{s3c64xx_usb.c => host/s3c64xx-hcd.c} (100%)
 rename drivers/usb/{sl811_usb.c => host/sl811-hcd.c} (99%)
 rename drivers/usb/{ => host}/sl811.h (100%)
 create mode 100644 drivers/usb/musb/Makefile
 rename drivers/usb/{davinci_usb.c => musb/davinci.c} (99%)
 rename drivers/usb/{davinci_usb.h => musb/davinci.h} (100%)
 rename drivers/usb/{ => musb}/musb_core.c (100%)
 rename drivers/usb/{ => musb}/musb_core.h (100%)
 rename drivers/usb/{ => musb}/musb_hcd.c (100%)
 rename drivers/usb/{ => musb}/musb_hcd.h (100%)
 rename include/{usbdcore_mpc8xx.h => usb/mpc8xx_udc.h} (100%)
 rename include/{usbdcore_omap1510.h => usb/omap1510_udc.h} (100%)
 create mode 100644 include/usb/pxa27x_udc.h
 rename include/{usbdcore.h => usbdevice.h} (100%)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-03-21  9:57 Remy Bohmer
@ 2009-03-21 19:43 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-03-21 19:43 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970903210257m75bde9d1neaacaddeaa029a6d@mail.gmail.com> you wrote:
> The following changes since commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6:
>   Jon Smirl (1):
>         .gitignore for generated files in api_examples directory
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Vivek Kutal (1):
>       Replaced endpoint numbers with appropriate macros in usbtty.c.
> 
>  drivers/serial/usbtty.c |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)

Last minute...

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
In C we had to code our own bugs, in C++ we can inherit them.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-03-21  9:57 Remy Bohmer
  2009-03-21 19:43 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-03-21  9:57 UTC (permalink / raw)
  To: u-boot

The following changes since commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6:
  Jon Smirl (1):
        .gitignore for generated files in api_examples directory

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Vivek Kutal (1):
      Replaced endpoint numbers with appropriate macros in usbtty.c.

 drivers/serial/usbtty.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-02-22 10:33 Remy Bohmer
@ 2009-02-22 21:01 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-02-22 21:01 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970902220233i55bef8d8t240dcedd13c1c9a9@mail.gmail.com> you wrote:
> The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
>   Wolfgang Denk (1):
>         Coding Style cleanup; update CHANGELOG
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Yoshihiro Shimoda (1):
>       r8a66597-hcd: fix cannot use external hub
> 
>  drivers/usb/r8a66597-hcd.c |   36 +++++++++++++++++++++++++++++++-----
>  1 files changed, 31 insertions(+), 5 deletions(-)

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
...computer hardware progress is so fast. No other  technology  since
civilization  began  has seen six orders of magnitude in performance-
price gain in 30 years.                             - Fred Brooks, Jr.

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-02-22 10:33 Remy Bohmer
  2009-02-22 21:01 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-02-22 10:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
  Wolfgang Denk (1):
        Coding Style cleanup; update CHANGELOG

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Yoshihiro Shimoda (1):
      r8a66597-hcd: fix cannot use external hub

 drivers/usb/r8a66597-hcd.c |   36 +++++++++++++++++++++++++++++++-----
 1 files changed, 31 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-02-15 16:18 Remy Bohmer
@ 2009-02-15 21:57 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-02-15 21:57 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970902150818vb2ab3beueb814c6f76007fc5@mail.gmail.com> you wrote:
> The following changes since commit 6b67962fd69ac0bcdf1a982669a029c2f0a7bcc1:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Abraham, Thomas (1):
>       USB: Remove LUN number from CDB
> 
> Atin Malaviya (1):
>       Added usbtty_configured() check. Fixed attribute(packed) warnings.
> 
>  common/usb_storage.c    |    5 -----
>  drivers/serial/usbtty.c |   18 +++++++++++-------
>  2 files changed, 11 insertions(+), 12 deletions(-)

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
Where there's no emotion, there's no motive for violence.
	-- Spock, "Dagger of the Mind", stardate 2715.1

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-02-15 16:18 Remy Bohmer
  2009-02-15 21:57 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-02-15 16:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6b67962fd69ac0bcdf1a982669a029c2f0a7bcc1:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Abraham, Thomas (1):
      USB: Remove LUN number from CDB

Atin Malaviya (1):
      Added usbtty_configured() check. Fixed attribute(packed) warnings.

 common/usb_storage.c    |    5 -----
 drivers/serial/usbtty.c |   18 +++++++++++-------
 2 files changed, 11 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-02-03 19:37 Remy Bohmer
@ 2009-02-03 22:16 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-02-03 22:16 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970902031137u55743e48j6384f205d3326e90@mail.gmail.com> you wrote:
> The following changes since commit 6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Remy Bohmer (1):
>       Compile warning fix in onenand_uboot.h
> 
> Stefan Roese (1):
>       USB: Add EHCI support for VCT EHCI controller (really with driver now)
> 
>  drivers/usb/usb_ehci_vct.c |   58 ++++++++++++++++++++++++++++++++++++++++++++
>  include/onenand_uboot.h    |    2 +
>  2 files changed, 60 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/usb/usb_ehci_vct.c

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
Gew?hnlich glaubt der Mensch,  wenn er nur Worte h?rt,  es m?sse sich
dabei doch auch was denken lassen.                 -- Goethe, Faust I

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-02-03 19:37 Remy Bohmer
  2009-02-03 22:16 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-02-03 19:37 UTC (permalink / raw)
  To: u-boot

The following changes since commit 6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-arm

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Remy Bohmer (1):
      Compile warning fix in onenand_uboot.h

Stefan Roese (1):
      USB: Add EHCI support for VCT EHCI controller (really with driver now)

 drivers/usb/usb_ehci_vct.c |   58 ++++++++++++++++++++++++++++++++++++++++++++
 include/onenand_uboot.h    |    2 +
 2 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 drivers/usb/usb_ehci_vct.c

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2009-01-28 19:41 Remy Bohmer
@ 2009-01-28 20:17 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2009-01-28 20:17 UTC (permalink / raw)
  To: u-boot

Dear Remy Bohmer,

In message <3efb10970901281141p25db7d5ao7e2c2f4c43c1a1bd@mail.gmail.com> you wrote:
> The following changes since commit
> 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2:
>   Kim Phillips (1):
>         mpc83xx: fix undefined reference to `flush_cache' error in
> simpc8313 build
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Bryan Wu (2):
>       usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro
> USB thumb drive
>       usb_scan_devices: fix output with no devices
> 
> Michael Trimarchi (8):
>       USB storage cleanup patch
>       Prepare USB layer for ehci
>       USB ehci core support
>       USB ehci freescale support
>       USB change speed
>       Add initial support for USB ehci pci
>       USB ehci remove infinite loop and use handshake function
>       USB ehci ixp4xx support
> 
> Mike Frysinger (1):
>       usb.h: use standard __LITTLE_ENDIAN from Linux headers
> 
> Remy B=F6hmer (1):
>       EHCI fix code and ixp4xx test.
> 
> Stefan Roese (5):
>       USB: Fix speed detection on EHCI cntr with root hub transaction
> translators
>       USB: Add config option to call ehci_hcd_init() again after EHCI
> reset
>       USB: Add EHCI support for VCT EHCI controller
>       USB: Add dcache support to the EHCI driver
>       USB: Add high-speed (480Mb/s) to all USB related outputs
> 
> Thomas Abraham (6):
>       usb : usb_kbd : Populating 'priv' member of USB keyboard
> device_t structure
>       usb : musb : Adding host controller driver for Mentor USB
> controller
>       usb : musb : Adding USB VBUS enable functionality for DM644x
> DVEVM
>       usb : musb : Adding DM6446 (TI DaVinci) platform specific USB
> support
>       usb : musb : Enabling DM6446 (TI DaVinci) USB module power
>       usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci)
> platform
> 
> michael (2):
>       Fix EHCI usb. I start to test on a
>       This patch add varius fix to the ehci.
> 
>  board/davinci/dvevm/dvevm.c     |   24 +
>  common/cmd_usb.c                |   12 +-
>  common/usb.c                    |   35 ++-
>  common/usb_kbd.c                |    1 +
>  common/usb_storage.c            |  719 ++++++++++++++++++--------------
>  cpu/arm920t/s3c24x0/usb_ohci.c  |    4 +-
>  cpu/mips/au1x00_usb_ohci.c      |    6 +-
>  drivers/usb/Makefile            |    7 +
>  drivers/usb/davinci_usb.c       |  106 +++++
>  drivers/usb/davinci_usb.h       |   87 ++++
>  drivers/usb/musb_core.c         |  141 +++++++
>  drivers/usb/musb_core.h         |  317 ++++++++++++++
>  drivers/usb/musb_hcd.c          |  792 +++++++++++++++++++++++++++++++++++
>  drivers/usb/musb_hcd.h          |   51 +++
>  drivers/usb/usb_ehci.h          |  194 +++++++++
>  drivers/usb/usb_ehci_core.c     |  880 +++++++++++++++++++++++++++++++++++=
> ++++
>  drivers/usb/usb_ehci_core.h     |   29 ++
>  drivers/usb/usb_ehci_fsl.c      |  100 +++++
>  drivers/usb/usb_ehci_fsl.h      |   86 ++++
>  drivers/usb/usb_ehci_ixp.c      |   49 +++
>  drivers/usb/usb_ehci_pci.c      |   64 +++
>  include/configs/VCMA9.h         |    1 -
>  include/configs/afeb9260.h      |    1 -
>  include/configs/at91cap9adk.h   |    1 -
>  include/configs/at91sam9260ek.h |    1 -
>  include/configs/at91sam9261ek.h |    1 -
>  include/configs/at91sam9263ek.h |    1 -
>  include/configs/davinci_dvevm.h |   18 +
>  include/configs/delta.h         |    2 -
>  include/configs/mp2usb.h        |    1 -
>  include/configs/sh7785lcr.h     |    1 -
>  include/configs/smdk6400.h      |    1 -
>  include/configs/trab.h          |    1 -
>  include/configs/trizepsiv.h     |    2 -
>  include/usb.h                   |   23 +-
>  include/usb_defs.h              |   10 +
>  36 files changed, 3410 insertions(+), 359 deletions(-)
>  create mode 100644 drivers/usb/davinci_usb.c
>  create mode 100644 drivers/usb/davinci_usb.h
>  create mode 100644 drivers/usb/musb_core.c
>  create mode 100644 drivers/usb/musb_core.h
>  create mode 100644 drivers/usb/musb_hcd.c
>  create mode 100644 drivers/usb/musb_hcd.h
>  create mode 100644 drivers/usb/usb_ehci.h
>  create mode 100644 drivers/usb/usb_ehci_core.c
>  create mode 100644 drivers/usb/usb_ehci_core.h
>  create mode 100644 drivers/usb/usb_ehci_fsl.c
>  create mode 100644 drivers/usb/usb_ehci_fsl.h
>  create mode 100644 drivers/usb/usb_ehci_ixp.c
>  create mode 100644 drivers/usb/usb_ehci_pci.c

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
Only in our dreams we are free.  The rest of the time we need  wages.
                                    - Terry Pratchett, _Wyrd Sisters_

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2009-01-28 19:41 Remy Bohmer
  2009-01-28 20:17 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2009-01-28 19:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit
2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2:
  Kim Phillips (1):
        mpc83xx: fix undefined reference to `flush_cache' error in
simpc8313 build

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Bryan Wu (2):
      usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro
USB thumb drive
      usb_scan_devices: fix output with no devices

Michael Trimarchi (8):
      USB storage cleanup patch
      Prepare USB layer for ehci
      USB ehci core support
      USB ehci freescale support
      USB change speed
      Add initial support for USB ehci pci
      USB ehci remove infinite loop and use handshake function
      USB ehci ixp4xx support

Mike Frysinger (1):
      usb.h: use standard __LITTLE_ENDIAN from Linux headers

Remy B?hmer (1):
      EHCI fix code and ixp4xx test.

Stefan Roese (5):
      USB: Fix speed detection on EHCI cntr with root hub transaction
translators
      USB: Add config option to call ehci_hcd_init() again after EHCI
reset
      USB: Add EHCI support for VCT EHCI controller
      USB: Add dcache support to the EHCI driver
      USB: Add high-speed (480Mb/s) to all USB related outputs

Thomas Abraham (6):
      usb : usb_kbd : Populating 'priv' member of USB keyboard
device_t structure
      usb : musb : Adding host controller driver for Mentor USB
controller
      usb : musb : Adding USB VBUS enable functionality for DM644x
DVEVM
      usb : musb : Adding DM6446 (TI DaVinci) platform specific USB
support
      usb : musb : Enabling DM6446 (TI DaVinci) USB module power
      usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci)
platform

michael (2):
      Fix EHCI usb. I start to test on a
      This patch add varius fix to the ehci.

 board/davinci/dvevm/dvevm.c     |   24 +
 common/cmd_usb.c                |   12 +-
 common/usb.c                    |   35 ++-
 common/usb_kbd.c                |    1 +
 common/usb_storage.c            |  719 ++++++++++++++++++--------------
 cpu/arm920t/s3c24x0/usb_ohci.c  |    4 +-
 cpu/mips/au1x00_usb_ohci.c      |    6 +-
 drivers/usb/Makefile            |    7 +
 drivers/usb/davinci_usb.c       |  106 +++++
 drivers/usb/davinci_usb.h       |   87 ++++
 drivers/usb/musb_core.c         |  141 +++++++
 drivers/usb/musb_core.h         |  317 ++++++++++++++
 drivers/usb/musb_hcd.c          |  792 +++++++++++++++++++++++++++++++++++
 drivers/usb/musb_hcd.h          |   51 +++
 drivers/usb/usb_ehci.h          |  194 +++++++++
 drivers/usb/usb_ehci_core.c     |  880 +++++++++++++++++++++++++++++++++++++++
 drivers/usb/usb_ehci_core.h     |   29 ++
 drivers/usb/usb_ehci_fsl.c      |  100 +++++
 drivers/usb/usb_ehci_fsl.h      |   86 ++++
 drivers/usb/usb_ehci_ixp.c      |   49 +++
 drivers/usb/usb_ehci_pci.c      |   64 +++
 include/configs/VCMA9.h         |    1 -
 include/configs/afeb9260.h      |    1 -
 include/configs/at91cap9adk.h   |    1 -
 include/configs/at91sam9260ek.h |    1 -
 include/configs/at91sam9261ek.h |    1 -
 include/configs/at91sam9263ek.h |    1 -
 include/configs/davinci_dvevm.h |   18 +
 include/configs/delta.h         |    2 -
 include/configs/mp2usb.h        |    1 -
 include/configs/sh7785lcr.h     |    1 -
 include/configs/smdk6400.h      |    1 -
 include/configs/trab.h          |    1 -
 include/configs/trizepsiv.h     |    2 -
 include/usb.h                   |   23 +-
 include/usb_defs.h              |   10 +
 36 files changed, 3410 insertions(+), 359 deletions(-)
 create mode 100644 drivers/usb/davinci_usb.c
 create mode 100644 drivers/usb/davinci_usb.h
 create mode 100644 drivers/usb/musb_core.c
 create mode 100644 drivers/usb/musb_core.h
 create mode 100644 drivers/usb/musb_hcd.c
 create mode 100644 drivers/usb/musb_hcd.h
 create mode 100644 drivers/usb/usb_ehci.h
 create mode 100644 drivers/usb/usb_ehci_core.c
 create mode 100644 drivers/usb/usb_ehci_core.h
 create mode 100644 drivers/usb/usb_ehci_fsl.c
 create mode 100644 drivers/usb/usb_ehci_fsl.h
 create mode 100644 drivers/usb/usb_ehci_ixp.c
 create mode 100644 drivers/usb/usb_ehci_pci.c

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
  2008-12-16 20:35 Remy Bohmer
@ 2008-12-30 22:23 ` Wolfgang Denk
  0 siblings, 0 replies; 68+ messages in thread
From: Wolfgang Denk @ 2008-12-30 22:23 UTC (permalink / raw)
  To: u-boot

Dear Remy,

In message <3efb10970812161235s530a89edq18926dde5155d3b5@mail.gmail.com> you wrote:
> The following changes since commit 7f202217356f19e519e6ec57a29de9af73067037:
>   Wolfgang Denk (1):
>         Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
> 
>  common/usb_kbd.c  |    4 ++++
>  include/devices.h |    2 ++
>  2 files changed, 6 insertions(+), 0 deletions(-)

Done, 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
Pig: An animal (Porcus omnivorous) closely allied to the  human  race
by  the splendor and vivacity of its appetite, which, however, is in-
ferior in scope, for it balks at pig.                - Ambrose Bierce

^ permalink raw reply	[flat|nested] 68+ messages in thread

* [U-Boot] Pull request: u-boot-usb
@ 2008-12-16 20:35 Remy Bohmer
  2008-12-30 22:23 ` Wolfgang Denk
  0 siblings, 1 reply; 68+ messages in thread
From: Remy Bohmer @ 2008-12-16 20:35 UTC (permalink / raw)
  To: u-boot

The following changes since commit 7f202217356f19e519e6ec57a29de9af73067037:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master

Jean-Christophe PLAGNIOL-VILLARD (1):
      usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable

 common/usb_kbd.c  |    4 ++++
 include/devices.h |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 68+ messages in thread

end of thread, other threads:[~2011-12-17 19:51 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11  7:52 [U-Boot] Pull request: u-boot-usb Remy Bohmer
2010-09-12 19:46 ` Wolfgang Denk
  -- 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-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-12-20 12:51 Remy Bohmer
2009-12-21 11:18 ` Gupta, Ajay Kumar
2009-12-21 20:02 ` 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

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.