public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Markus Klotzbücher" <mk@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] USB custodian repostiory updates
Date: Tue, 03 Apr 2007 16:43:28 +0200	[thread overview]
Message-ID: <87ps6lmsbz.fsf@denx.de> (raw)

Dear List,

The following USB related updates have been pushed to the u-boot-usb
custodian repository git://denx.de/git/u-boot-usb.git

Merge of u-boot-testing-USB:
----------------------------

I merged the former testing-USB branch, which mainly contains the
generic ohci driver updates. This is an approach to get rid of the
various almost identical ohci drivers by adding cpu and/or board
dependant hooks. These are described in doc/README.generic_usb_ohci .

The following boards have been adapted and tested to use the generic
driver so far:

[mk at pollux u-boot-usb-master]$ grep "CONFIG_USB_OHCI_NEW"

include/configs/delta.h:#define CONFIG_USB_OHCI_NEW     1
include/configs/IceCube.h:#define CONFIG_USB_OHCI_NEW
include/configs/mp2usb.h:#define CONFIG_USB_OHCI_NEW    1
include/configs/TQM5200.h:#define CONFIG_USB_OHCI_NEW
include/configs/trab.h:#define CONFIG_USB_OHCI_NEW      1
include/configs/yosemite.h:#define CONFIG_USB_OHCI_NEW

This should not break any boards that still use board specific ohci
drivers, although it would be nice if they could be adapted over
time. Usually this is trivial. All new boards should definitely use the
generic driver.

I would like to kindly ask everybody affected by these changes to test
this code. If no problems are reported, I'll request these changes to be
merged to mainline in about 4 weeks.
  
The testing-USB branch is now pretty much obsolete, USB patches should
be sent against the custodian repository.


Patches:
--------

The following patches have been merged:

The following changes since commit ae79f60677c208326535647dcbd5c3ec40dbcb0b:
  Markus Klotzbuecher (1):
        USB: remove the S3C24X0_merge #define, which was introduced
        while merging OHCI drivers.

are found in the git repository at:

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

Markus Klotzbuecher (1):
      USB: cleanup monahans usb support. Remove dead code.

Rodolfo Giometti (2):
      PXA: pxa27x USB OHCI support
      Support for the Philips ISP116x HCD (Host Controller Driver)

 README                |    1 +
 cpu/pxa/usb.c         |   27 +-
 drivers/Makefile      |    2 +-
 drivers/isp116x-hcd.c | 1412 +++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/isp116x.h     |  489 +++++++++++++++++
 include/usb.h         |    5 +-
 6 files changed, 1921 insertions(+), 15 deletions(-)
 create mode 100644 drivers/isp116x-hcd.c
 create mode 100644 drivers/isp116x.h


Best regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany

             reply	other threads:[~2007-04-03 14:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-03 14:43 Markus Klotzbücher [this message]
2007-05-07 12:20 ` [U-Boot-Users] USB custodian repostiory updates Markus Klotzbücher
2007-05-07 13:22   ` Wolfgang Denk
2007-05-07 14:59     ` Markus Klotzbücher
2007-05-14 11:39     ` [U-Boot-Users] please PULL u-boot-usb.git Markus Klotzbücher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ps6lmsbz.fsf@denx.de \
    --to=mk@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox