* [U-Boot] [USB] pull request
@ 2008-10-21 7:48 Markus Klotzbücher
2008-10-21 9:15 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Markus Klotzbücher @ 2008-10-21 7:48 UTC (permalink / raw)
To: u-boot
The following changes since commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670:
Wolfgang Denk (1):
Coding style cleanup; update CHANEGLOG
are available in the git repository at:
git://git.denx.de/u-boot-usb master
Nobuhiro Iwamatsu (1):
usb: Fix compile warning of r8a66597-hcd
Remy Bohmer (5):
Fix for USB sticks not working on ARM while using GCC 4.x compilers
Refactoring parts of the common USB OHCI code
USB layer of U-Boot causes USB protocol errors while using USB memory sticks
fix USB initialisation procedure
The PIPE_INTERRUPT flag is used wrong
board/MAI/AmigaOneG3SE/usb_uhci.c | 2 +-
board/mpl/common/usb_uhci.c | 2 +-
common/usb.c | 687 +++++++++++++++-----------
cpu/arm920t/s3c24x0/usb_ohci.c | 8 +-
cpu/leon3/usb_uhci.c | 2 +-
cpu/mips/au1x00_usb_ohci.c | 9 +-
cpu/mpc5xxx/usb_ohci.c | 8 +-
cpu/ppc4xx/usb_ohci.c | 8 +-
drivers/usb/isp116x-hcd.c | 4 +-
drivers/usb/r8a66597-hcd.c | 6 +-
drivers/usb/usb_ohci.c | 972 ++++++++++++++++++++-----------------
drivers/usb/usb_ohci.h | 35 ++
include/usb.h | 16 +-
13 files changed, 986 insertions(+), 773 deletions(-)
Regards
Markus
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de")
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] [USB] pull request
2008-10-21 7:48 [U-Boot] [USB] pull request Markus Klotzbücher
@ 2008-10-21 9:15 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2008-10-21 9:15 UTC (permalink / raw)
To: u-boot
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=,
In message <20081021074805.GA1988@lisa> you wrote:
> The following changes since commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670:
> Wolfgang Denk (1):
> Coding style cleanup; update CHANEGLOG
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb master
>
> Nobuhiro Iwamatsu (1):
> usb: Fix compile warning of r8a66597-hcd
>
> Remy Bohmer (5):
> Fix for USB sticks not working on ARM while using GCC 4.x compilers
> Refactoring parts of the common USB OHCI code
> USB layer of U-Boot causes USB protocol errors while using USB memory sticks
> fix USB initialisation procedure
> The PIPE_INTERRUPT flag is used wrong
>
> board/MAI/AmigaOneG3SE/usb_uhci.c | 2 +-
> board/mpl/common/usb_uhci.c | 2 +-
> common/usb.c | 687 +++++++++++++++-----------
> cpu/arm920t/s3c24x0/usb_ohci.c | 8 +-
> cpu/leon3/usb_uhci.c | 2 +-
> cpu/mips/au1x00_usb_ohci.c | 9 +-
> cpu/mpc5xxx/usb_ohci.c | 8 +-
> cpu/ppc4xx/usb_ohci.c | 8 +-
> drivers/usb/isp116x-hcd.c | 4 +-
> drivers/usb/r8a66597-hcd.c | 6 +-
> drivers/usb/usb_ohci.c | 972 ++++++++++++++++++++-----------------
> drivers/usb/usb_ohci.h | 35 ++
> include/usb.h | 16 +-
> 13 files changed, 986 insertions(+), 773 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Swap read error. You lose your mind.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] USB pull request
@ 2008-08-08 14:46 Markus Klotzbücher
2008-08-08 15:20 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-09 23:03 ` Wolfgang Denk
0 siblings, 2 replies; 7+ messages in thread
From: Markus Klotzbücher @ 2008-08-08 14:46 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
Please pull!
The following changes since commit 0f2b5d8ec0969a5b0992f5031bf3c61117a41d59:
Markus Klotzbuecher (1):
Merge branch 'master' of git://www.denx.de/git/u-boot
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
Hunter, Jon (1):
Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
Yoshihiro Shimoda (1):
usb: add support for R8A66597 usb controller
drivers/usb/Makefile | 1 +
drivers/usb/r8a66597-hcd.c | 924 +++++++++++++++++++++++++++++++++++++++
drivers/usb/r8a66597.h | 663 ++++++++++++++++++++++++++++
drivers/usb/usbdcore_omap1510.c | 28 +-
include/usb.h | 2 +-
5 files changed, 1614 insertions(+), 4 deletions(-)
create mode 100644 drivers/usb/r8a66597-hcd.c
create mode 100644 drivers/usb/r8a66597.h
Best regards
Markus Klotzbuecher
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 7+ messages in thread* [U-Boot] USB pull request
2008-08-08 14:46 [U-Boot] USB " Markus Klotzbücher
@ 2008-08-08 15:20 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-08 15:53 ` Markus Klotzbücher
2008-08-09 23:03 ` Wolfgang Denk
1 sibling, 1 reply; 7+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-08 15:20 UTC (permalink / raw)
To: u-boot
On 16:46 Fri 08 Aug , Markus Klotzb?cher wrote:
> Dear Wolfgang,
>
> Please pull!
>
> The following changes since commit 0f2b5d8ec0969a5b0992f5031bf3c61117a41d59:
> Markus Klotzbuecher (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git master
Is it not for the next merge window?
Best Regards,
J.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] USB pull request
2008-08-08 15:20 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-08-08 15:53 ` Markus Klotzbücher
2008-08-09 23:03 ` Wolfgang Denk
0 siblings, 1 reply; 7+ messages in thread
From: Markus Klotzbücher @ 2008-08-08 15:53 UTC (permalink / raw)
To: u-boot
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> writes:
> On 16:46 Fri 08 Aug , Markus Klotzb?cher wrote:
>> Dear Wolfgang,
>>
>> Please pull!
>>
>> The following changes since commit 0f2b5d8ec0969a5b0992f5031bf3c61117a41d59:
>> Markus Klotzbuecher (1):
>> Merge branch 'master' of git://www.denx.de/git/u-boot
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-usb.git master
>
> Is it not for the next merge window?
Whatever Wolfgang prefers. These patches are pretty non-intrusive and
passed my USB regression test. That said they're not very critical too
and might just as well wait until Monday.
Best regards
Markus Klotzb?cher
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] USB pull request
2008-08-08 15:53 ` Markus Klotzbücher
@ 2008-08-09 23:03 ` Wolfgang Denk
0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2008-08-09 23:03 UTC (permalink / raw)
To: u-boot
Dear Markus,
In message <874p5vwlik.fsf@denx.de> you wrote:
>
> > Is it not for the next merge window?
>
> Whatever Wolfgang prefers. These patches are pretty non-intrusive and
> passed my USB regression test. That said they're not very critical too
> and might just as well wait until Monday.
I decided to pull now. Thanks
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
No one can guarantee the actions of another.
-- Spock, "Day of the Dove", stardate unknown
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] USB pull request
2008-08-08 14:46 [U-Boot] USB " Markus Klotzbücher
2008-08-08 15:20 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-08-09 23:03 ` Wolfgang Denk
1 sibling, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2008-08-09 23:03 UTC (permalink / raw)
To: u-boot
Dear Markus,
In message <87ljz7sgy0.fsf@denx.de> you wrote:
> Dear Wolfgang,
>
> Please pull!
>
> The following changes since commit 0f2b5d8ec0969a5b0992f5031bf3c61117a41d59:
> Markus Klotzbuecher (1):
> Merge branch 'master' of git://www.denx.de/git/u-boot
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git master
>
> Hunter, Jon (1):
> Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
>
> Yoshihiro Shimoda (1):
> usb: add support for R8A66597 usb controller
>
> drivers/usb/Makefile | 1 +
> drivers/usb/r8a66597-hcd.c | 924 +++++++++++++++++++++++++++++++++++++++
> drivers/usb/r8a66597.h | 663 ++++++++++++++++++++++++++++
> drivers/usb/usbdcore_omap1510.c | 28 +-
> include/usb.h | 2 +-
> 5 files changed, 1614 insertions(+), 4 deletions(-)
> create mode 100644 drivers/usb/r8a66597-hcd.c
> create mode 100644 drivers/usb/r8a66597.h
Done. Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Common sense and a sense of humor are the same thing, moving at
different speeds. A sense of humor is just common sense, dancing.
- Clive James
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-10-21 9:15 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 7:48 [U-Boot] [USB] pull request Markus Klotzbücher
2008-10-21 9:15 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2008-08-08 14:46 [U-Boot] USB " Markus Klotzbücher
2008-08-08 15:20 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-08 15:53 ` Markus Klotzbücher
2008-08-09 23:03 ` Wolfgang Denk
2008-08-09 23:03 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox