From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c
Date: Wed, 01 Feb 2012 13:01:46 +0200 [thread overview]
Message-ID: <4F291B9A.4090001@compulab.co.il> (raw)
In-Reply-To: <4F2530C0.5020105@denx.de>
Hi Stefano,
On 01/29/12 13:42, Stefano Babic wrote:
> On 29/01/2012 10:42, Igor Grinberg wrote:
>> Hi Govindraj,
>>
>
> Hi all,
>
>> Put Remy on Cc.
>
> Remy resigned as USB maintainer - but Tom is aware about these patches...
Right. This patch touches the USB subsystem, therefore I put Remy in Cc.
>
>>
>> Note: my new mail client for some reason, messes with white spaces...
>> (Thunderbird (9) just gets better and better...)
>
> I had the opposite problem - this patch from patchwork is messy.
> Patchworks mixed some answer with the patch and it is not appliable. But
> using Thunderbird 9 I had no problem...
>
>> So, please ignore those.
>> BTW, is there anyone who has those issues fixed and can save me a wasted
>> hour?
>
> I do not know exactly your problem, but I pushed my tree for TAM3517 on
>
> git.denx.de/u-boot-imx, spl_linux_twister branch
>
> Maybe this can help you
Thanks, actually it turned out to be some kind of dynamic libraries problem
that Thunderbird uses (probably spelling libraries...), so reinstalling
Thunderbird along with all libraries it depends on, did the trick.
>
>>> diff --git a/include/configs/omap4_panda.h
>>> b/include/configs/omap4_panda.h
>>> index 23c0230..0228a66 100644
>>> --- a/include/configs/omap4_panda.h
>>> +++ b/include/configs/omap4_panda.h
>>> @@ -38,6 +38,8 @@
>>> #define CONFIG_USB_HOST
>>> #define CONFIG_USB_EHCI
>>> #define CONFIG_USB_EHCI_OMAP
>>> +#define CONFIG_USB_ULPI
>>> +#define CONFIG_USB_OMAP_ULPI_VIEWPORT
>>> #define CONFIG_USB_STORAGE
>>> #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
>>
>> This also should apply for TAM3517 board.
>> Stefano, can you test this on TAM3517?
>
> Tested on twister / TAM3517, I can read a USB pen.
>
> Tested-by: Stefano Babic <sbabic@denx.de>
Thanks for testing!
Govidraj, can the "enabling the ULPI for boards" reside
in a separate patch and also include the boards that were
tested with it (e.g. TAM3517)?
Thanks.
--
Regards,
Igor.
next prev parent reply other threads:[~2012-02-01 11:01 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-06 9:03 [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs Govindraj.R
2012-01-06 9:03 ` [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c Govindraj.R
2012-01-10 16:07 ` Marek Vasut
2012-01-11 6:07 ` Govindraj
2012-01-11 10:52 ` Marek Vasut
2012-01-11 11:32 ` Govindraj
2012-01-11 12:46 ` Marek Vasut
2012-01-11 13:00 ` Govindraj
2012-01-11 13:28 ` Marek Vasut
2012-01-11 14:13 ` Govindraj
2012-01-11 14:34 ` Marek Vasut
2012-01-11 15:03 ` Igor Grinberg
2012-01-11 18:50 ` Marek Vasut
2012-01-12 5:45 ` Govindraj
2012-01-12 9:23 ` Igor Grinberg
2012-01-12 10:52 ` Govindraj
2012-01-17 6:10 ` Govindraj
2012-01-18 17:51 ` Igor Grinberg
2012-01-19 8:15 ` Govindraj
2012-01-22 12:20 ` Igor Grinberg
2012-01-25 9:04 ` Govindraj
2012-01-25 13:40 ` Igor Grinberg
2012-01-27 13:29 ` Govindraj
2012-01-29 9:42 ` Igor Grinberg
2012-01-29 11:42 ` Stefano Babic
2012-02-01 11:01 ` Igor Grinberg [this message]
2012-02-01 11:26 ` Stefano Babic
2012-02-01 13:22 ` Igor Grinberg
2012-02-03 12:52 ` Govindraj
2012-02-03 12:50 ` Govindraj
2012-02-03 13:18 ` Igor Grinberg
2012-01-17 18:17 ` Igor Grinberg
2012-01-06 9:03 ` [U-Boot] [PATCH v2 2/4] OMAP3+: Clock: Adding ehci clock enabling Govindraj.R
2012-01-06 9:04 ` [U-Boot] [PATCH v2 3/4] OMAP4: clock-common: Move the usb dppl configuration to new func Govindraj.R
2012-01-06 9:04 ` [U-Boot] [PATCH v2 4/4] OMAP3+: ehci-omap: enable usb host ports for beagle/panda Govindraj.R
2012-02-26 23:13 ` [U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs Marek Vasut
2012-02-27 6:27 ` Govindraj
2012-02-27 13:51 ` Marek Vasut
2012-02-27 14:31 ` Tom Rini
2012-02-27 16:29 ` Marek Vasut
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=4F291B9A.4090001@compulab.co.il \
--to=grinberg@compulab.co.il \
--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