All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Markus Klotzbücher" <mk@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] reg ISP 1561 integration with u-boot1.1.6
Date: Thu, 11 Jan 2007 11:17:02 +0100	[thread overview]
Message-ID: <873b6hna01.fsf@denx.de> (raw)
In-Reply-To: <200701110950.08710.matthias.fuchs@esd-electronics.com> (Matthias Fuchs's message of "Thu, 11 Jan 2007 09:50:08 +0100")

Hi Matthias,

Matthias Fuchs <matthias.fuchs@esd-electronics.com> writes:

> On Wednesday 10 January 2007 23:01, Markus Klotzb?cher wrote:
>> Matthias Fuchs <matthias.fuchs@esd-electronics.com> writes:

>> > The main changes concern endianess fixes. The former code only supports OHCI 
>> > controller with the same endianess as the CPU. The other fix allows a offset 
>> 
>> IIRC same problem with the 440EP and MPC5200, thats what the extra
>> #ifdef in drivers/usb_ohci.c:103 is for.
> These are different issues! usb_ohci.c uses readl and writel to access the 
> controller's registers from the CPU (e.g. ohci.regs). The original code never
> swaps here. But a PCI OHCI controller on a PowerPC needs it. The mXX_swap 
> macros are used to swap data fields in structures that are passed to the host 
> controller indirectly.

I get it. So in the end we have four cases: byte swapping register
access or not _and_ byte swapping data or not. Right? Doesn't sound too
complicated.

>> > Here are my (first) questions: 
>> > 1) What do I have to do in usb_board_stop() and usb_board_init_fail()?
>> > My current code can only initialize the OHCI controller once. A 2nd 'usb 
>> > start' does not find any devices.
>> 
>> You might not have to do anything, but maybe you'll need to do some
>> board dependant cleanup for example. If not just leave them empty.
> I thought that I have to do something here because stopping and restarting 
> the usb stuff does not work at the moment on my system. Does it work on other
> systems? I do not have any target with onchip USB at the moment 
> (...but comming soon :-). Did anyone test the merged code on a 440EP so far?

Yes, I did test it successfully.

>> > 2) I had to disable the 'return -1' statement for an unfinished urb in 
>> > sohci_submit_job(). Why isn't it finished?
>> 
>> I really don't know, I guess only you can answer this!
> This answer helps me a lot. Why is the urb_finished stuff needed? I go better
> without :-)

Did you see the comment in usb_ohci.c:1355? It's to make sure a
transaction has completed before a new one is started. I'm not insisting
to keep this if it's useless, but we need to prove that first. Obviously
it was put there for some reason.

>> > Please do not blame me for the board dependent code still in the usb_ohci.c 
>> > file. I will move it later.
>> 
>> Who else shall we blame then ;-) ?
> So please blame be. I just though about leaving the generic PCI OHCI code 
> in the file. When it has been made fully generic, it is not CPU or even board 
> dependant. PCI device identification constants (better classcode) could be 
> defined in the board config header and that's it for CONFIG_USB_OHCI_PCI.

That would be great!

Regards

Markus Klotzbuecher

  reply	other threads:[~2007-01-11 10:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-04 11:58 [U-Boot-Users] reg ISP 1561 integration with u-boot1.1.6 mahendra varman
2007-01-04 17:45 ` Matthias Fuchs
     [not found]   ` <4ac2955e0701042143w51a8067u80297938c7f4997d@mail.gmail.com>
2007-01-10 17:13     ` Matthias Fuchs
2007-01-10 22:01       ` Markus Klotzbücher
2007-01-11  8:50         ` Matthias Fuchs
2007-01-11 10:17           ` Markus Klotzbücher [this message]
2007-01-11 12:39             ` Matthias Fuchs
2007-01-11 13:15               ` Wolfgang Denk
2007-01-11 15:00                 ` Matthias Fuchs
2007-01-11 14:11               ` Markus Klotzbücher
2007-01-11 14:43                 ` Wolfgang Denk
2007-01-11 15:06                 ` Matthias Fuchs
2007-01-12 11:07                   ` Markus Klotzbücher
2007-01-15  6:08                     ` Matthias Fuchs
2007-01-11 13:13             ` Wolfgang Denk
2007-01-11 13:13           ` Wolfgang Denk
2007-01-11 14:58             ` Matthias Fuchs

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=873b6hna01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.