Re: [U-Boot] Pull request: u-boot-usb

2011-12-17 Thread Wolfgang Denk
Dear Remy Bohmer,

In message canqctqlxbgjg07a39j3gx-x4ankzshx8snx+d7kxhfvire2...@mail.gmail.com 
you wrote:
 The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:
 
   Merge branch 'ag...@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: w...@denx.de
I have a theory that it's impossible to prove anything, but  I  can't
prove it.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-12-16 Thread Remy Bohmer
The following changes since commit 06e42c6e2ce269667daecd6229d0b7c813838203:

  Merge branch 'ag...@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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-12-11 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-12-11 Thread Wolfgang Denk
Dear Remy Bohmer,

In message CANqCtQ+-YHoMrE-A2QkbQvLi1YWJgN02o+maevub6xsgb=o...@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 

[U-Boot] Pull request: u-boot-usb

2011-12-10 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-12-10 Thread Wolfgang Denk
Dear Remy Bohmer,

In message canqctq+6ewsy7kbtc0cd01r38md0gmd8tpvs2a36xwv+8lv...@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: w...@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_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-09-28 Thread Wolfgang Denk
Dear Remy Bohmer,

In message canqctqjbzlpfudfhr1shhxm4amg6ba00seoonm6+15qyowz...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-09-24 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-08-26 Thread Wolfgang Denk
Dear Remy Bohmer,

In message CANqCtQ+G1H7FmZ2qb6Su8NOqyF9h9mJP=81xfe_dsgrrecr...@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: w...@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.28...@netlabs.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-08-08 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-06-25 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-06-25 Thread Marek Vasut
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@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-06-25 Thread Wolfgang Denk
Dear Remy Bohmer,

In message BANLkTi=l7cw519cweuk7ckungpzj2jv...@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: w...@denx.de
It is easier to write an incorrect program than understand a  correct
one.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-04-05 Thread Wolfgang Denk
Dear Remy Bohmer,

In message BANLkTim5XaXiD4ueN=ii3QFPo8W=dwb...@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: w...@denx.de
Yes, it is written.  Good shall always destroy evil.
-- Sirah the Yang, The Omega Glory, stardate unknown
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-02-19 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-02-19 Thread Wolfgang Denk
Dear Remy Bohmer,

In message AANLkTi=WCosZc8XPQxibuoWbcV7mWNDQ4oWr=bcql...@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: w...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-02-06 Thread Wolfgang Denk
Dear Remy Bohmer,

In message AANLkTi=jsxevbr-32gw9xbfxohykgaedhzfniziqa...@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: w...@denx.de
It's not an optical illusion, it just looks like one.   -- Phil White
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-02-05 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2011-01-19 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2011-01-19 Thread Wolfgang Denk
Dear Remy Bohmer,

In message AANLkTi=xpppa51rausqjuch7sfr0agv-qouzmpa3d...@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: w...@denx.de
I'd like to meet the man who invented sex and see what  he's  working
on now.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-11-26 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-11-26 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlkti=nx=yvwfmjhpdvqh8xqsw8u7qyu8um+e59x...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-10-23 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktin+puvdb=sna5wkjudljv-7t581+umi3eu3_...@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: w...@denx.de
Is a computer language with goto's totally Wirth-less?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-10-21 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-10-13 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-10-13 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktikesvawap5+9g68091b=qqzkextwk8wcvbgr...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-09-21 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktinb0lq=pky-ksny4kgw1qab5xzu91zgd6awa...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-09-20 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-09-20 Thread Vitaly Kuzmichev
  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.

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-09-12 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktimhw3xzfqax9ua_9chqfltox2xlp2lpsf=ra...@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: w...@denx.de
In accord with UNIX philosophy, Perl gives you enough  rope  to  hang
yourself.  - L. Wall  R. L. Schwartz, _Programming Perl_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-09-11 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-08-12 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlkti=6kslzas8ytbwjmgutmmdysv2sfp=qj-azf...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-06-30 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-06-30 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktimycjiwrswqxb6jmhxauzjthydwvbce364xi...@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: w...@denx.de
Speculation is always more interesting than facts.
- Terry Pratchett, _Making_Money_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-05-28 Thread Wolfgang Denk
Dear Remy Bohmer,

In message aanlktikjsg1i0eak6klbzku3rzb66b70l_dtbohqm...@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: w...@denx.de
Wagner's music is better than it sounds.   - Mark Twain
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-05-27 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-04-09 Thread Wolfgang Denk
Dear Remy Bohmer,

In message q2y3efb10971004081245wdcaa7ed5wf71fa4010f69e...@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: w...@denx.de
No one wants war.
-- Kirk, Errand of Mercy, stardate 3201.7
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-04-08 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-02-03 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10971002031310v538ef875m50231aa6d173...@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: w...@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_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-02-03 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2010-01-12 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10971001090201w17b02f49me80d823043833...@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: w...@denx.de
History tends to exaggerate.
-- Col. Green, The Savage Curtain, stardate 5906.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2010-01-09 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-12-21 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970912200451g3ffe2436nc9a21a2daf45b...@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: w...@denx.de
There's a way out of any cage.
-- Captain Christopher Pike, The Menagerie (The Cage),
   stardate unknown.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-12-20 Thread Remy Bohmer
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@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-07-26 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970907231507td7e06bfp48b402550f1ed...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-07-23 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-07-13 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970907091239o806a9ecl28db7026c13b6...@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: w...@denx.de
Status quo. Latin for the mess we're in.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-07-10 Thread Kumar Gala

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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-07-09 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-06-09 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-06-09 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970906091330u3b5cc791mfa061b5205f74...@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: w...@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_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb (next)

2009-06-08 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970906081215v5f3e9f25g5ab1c3c28ec1a...@mail.gmail.com you 
wrote:
 The following changes since commit
 48716e55b684927f5b33b2f9ac890e35309a1de4:
   Stefan Roese (1):
 mpc512x: Use serial_setbrg() in serial_init() to not duplicate
 the code
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-usb.git next
 
 Remy Bohmer (2):
   Integrate USB gadget layer and USB CDC driver layer
   Connect the AT91 UDC to USB CDC-ethernet support
 
 Vivek Mahajan (6):
   mpc8xxx: USB: Removed reenablement of its interface
   mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
   mpc83xx: USB: Reorganized its support
   mpc85xx: USB: Add support
   mpc83xx: 8315erdb: Add USB related CONFIGs
   mpc85xx: 8536ds: Add USB related CONFIGs
 
  cpu/mpc83xx/cpu_init.c|   19 +-
  drivers/usb/gadget/Makefile   |4 +
  drivers/usb/gadget/at91_udc.c | 1531 ++
  drivers/usb/gadget/config.c   |  119 ++
  drivers/usb/gadget/epautoconf.c   |  306 ++
  drivers/usb/gadget/ether.c| 1897 
 +
  drivers/usb/gadget/gadget_chips.h |  219 
  drivers/usb/gadget/usbstring.c|  165 +++
  drivers/usb/host/ehci-fsl.c   |   57 +-
  drivers/usb/host/ehci-fsl.h   |   86 --
  include/asm-arm/arch-at91/at91_dbgu.h |   69 ++
  include/asm-arm/arch-at91/cpu.h   |   99 ++
  include/asm-arm/assembler.h   |   97 ++
  include/asm-arm/linkage.h |   11 +
  include/asm-arm/unaligned.h   |  183 
  include/asm-ppc/immap_83xx.h  |5 +-
  include/asm-ppc/immap_85xx.h  |5 +-
  include/configs/MPC8315ERDB.h |   11 +-
  include/configs/MPC8536DS.h   |   14 +-
  include/linux/usb/cdc.h   |  224 
  include/linux/usb/ch9.h   |  587 ++
  include/linux/usb/gadget.h|  871 +++
  include/net.h |   17 +-
  include/usb/at91_udc.h|  224 
  include/usb/ehci-fsl.h|  149 +++
  lib_arm/Makefile  |2 +
  lib_arm/_io-readsb.S  |  128 +++
  lib_arm/_io-writesb.S |   99 ++
  28 files changed, 7065 insertions(+), 133 deletions(-)
  create mode 100644 drivers/usb/gadget/at91_udc.c
  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
  delete mode 100644 drivers/usb/host/ehci-fsl.h
  create mode 100644 include/asm-arm/arch-at91/at91_dbgu.h
  create mode 100644 include/asm-arm/arch-at91/cpu.h
  create mode 100644 include/asm-arm/assembler.h
  create mode 100644 include/asm-arm/linkage.h
  create mode 100644 include/asm-arm/unaligned.h
  create mode 100644 include/linux/usb/cdc.h
  create mode 100644 include/linux/usb/ch9.h
  create mode 100644 include/linux/usb/gadget.h
  create mode 100644 include/usb/at91_udc.h
  create mode 100644 include/usb/ehci-fsl.h
  create mode 100644 lib_arm/_io-readsb.S
  create mode 100644 lib_arm/_io-writesb.S

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: w...@denx.de
We shall reach greater and greater platitudes of achievement.
- Richard J. Daley
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-04-07 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970904061142g3ec659ah6832b199c1492...@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%)
  

[U-Boot] Pull request: u-boot-usb

2009-04-06 Thread Remy Bohmer
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%)

[U-Boot] Pull request: u-boot-usb

2009-03-21 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-03-21 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970903210257m75bde9d1neaacaddeaa029...@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: w...@denx.de
In C we had to code our own bugs, in C++ we can inherit them.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-02-22 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-02-22 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970902220233i55bef8d8t240dcedd13c1c...@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: w...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-02-15 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-02-15 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970902150818vb2ab3beueb814c6f76007...@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: w...@denx.de
Where there's no emotion, there's no motive for violence.
-- Spock, Dagger of the Mind, stardate 2715.1
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-02-03 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2009-01-28 Thread Remy Bohmer
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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2009-01-28 Thread Wolfgang Denk
Dear Remy Bohmer,

In message 3efb10970901281141p25db7d5ao7e2c2f4c43c1a...@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: w...@denx.de
Only in our dreams we are free.  The rest of the time we need  wages.
- Terry Pratchett, _Wyrd Sisters_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-usb

2008-12-30 Thread Wolfgang Denk
Dear Remy,

In message 3efb10970812161235s530a89edq18926dde5155d...@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: w...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-usb

2008-12-16 Thread Remy Bohmer
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot