From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V7] mcx: support for HTKW mcx board
Date: Mon, 06 Feb 2012 14:42:07 +0200 [thread overview]
Message-ID: <4F2FCA9F.1040003@compulab.co.il> (raw)
In-Reply-To: <1328453859-10070-1-git-send-email-sbabic@denx.de>
Hi Stefano,
Cc'd Govindraj.
On 02/05/12 16:57, Stefano Babic wrote:
> From: Ilya Yanok <yanok@emcraft.com>
>
> This patch adds support for the HTKW mcx AM3517-based board.
> Serial, Ethernet, NAND, MMC, RTC, EHCI USB host and both
> NAND and MMC SPLs are supported.
>
> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Tom Rini <tom.rini@gmail.com>
> Cc: Detlev Zundel <dzu@denx.de>
[...]
> diff --git a/board/htkw/mcx/mcx.c b/board/htkw/mcx/mcx.c
> new file mode 100644
> index 0000000..dcc8707
> --- /dev/null
> +++ b/board/htkw/mcx/mcx.c
[...]
> +#ifdef CONFIG_USB_EHCI
> +static struct omap_usbhs_board_data usbhs_bdata = {
> + .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
> + .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
> + .port_mode[2] = OMAP_EHCI_PORT_MODE_PHY,
This looks wrong, as port3 is TLL only, so it cannot have a PHY,
or am I missing something?
> +};
> +
> +int ehci_hcd_init(void)
> +{
> + int ret;
> +
> + ret = omap_ehci_hcd_init(&usbhs_bdata);
> + if (ret < 0)
> + return ret;
> +
> + return 0;
> +}
return omap_ehci_hcd_init(&usbhs_bdata);
?
> +
> +int ehci_hcd_stop(void)
> +{
> + int ret;
> +
> + ret = omap_ehci_hcd_stop();
> + return ret;
> +}
same here:
return omap_ehci_hcd_stop();
?
[...]
--
Regards,
Igor.
next prev parent reply other threads:[~2012-02-06 12:42 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 23:15 [U-Boot] [PATCH V4 0/2] Support for HTKW mcx board Ilya Yanok
2011-12-12 23:15 ` [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3 Ilya Yanok
2011-12-19 23:17 ` Ilya Yanok
2011-12-22 6:55 ` Govindraj
2011-12-22 8:14 ` Igor Grinberg
2011-12-22 9:26 ` Govindraj
2011-12-22 9:59 ` Igor Grinberg
2011-12-22 10:49 ` Govindraj
2011-12-22 11:18 ` Igor Grinberg
2011-12-22 11:42 ` Govindraj
2011-12-22 13:24 ` Ilya Yanok
2012-01-15 20:40 ` Remy Bohmer
2012-01-15 22:04 ` Tom Rini
2012-01-16 7:58 ` Govindraj
2012-01-16 9:57 ` Stefano Babic
2012-01-17 6:14 ` Govindraj
2012-01-25 10:32 ` Stefano Babic
2012-01-25 20:49 ` Tom Rini
2012-01-27 9:07 ` Govindraj
2012-01-27 9:12 ` Stefano Babic
2011-12-12 23:15 ` [U-Boot] [PATCH V4 2/2] mcx: support for HTKW mcx board Ilya Yanok
2011-12-13 18:52 ` Tom Rini
2011-12-13 18:57 ` Ilya Yanok
2011-12-13 19:13 ` Ilya Yanok
2011-12-13 19:30 ` Tom Rini
2011-12-13 19:44 ` Ilya Yanok
2011-12-13 21:47 ` Tom Rini
2011-12-14 0:06 ` Ilya Yanok
2011-12-14 2:48 ` Tom Rini
2011-12-14 16:09 ` Ilya Yanok
2011-12-13 23:54 ` [U-Boot] [PATCH V5 " Ilya Yanok
2011-12-14 16:05 ` [U-Boot] [PATCH V6 " Ilya Yanok
2011-12-19 22:55 ` Ilya Yanok
2011-12-19 22:56 ` Tom Rini
2011-12-19 23:07 ` Ilya Yanok
2011-12-19 23:12 ` Anatolij Gustschin
2011-12-19 23:16 ` Ilya Yanok
2012-02-05 14:57 ` [U-Boot] [PATCH V7] " Stefano Babic
2012-02-06 12:42 ` Igor Grinberg [this message]
2012-02-08 9:30 ` [U-Boot] [PATCH V8] " Stefano Babic
2012-02-08 10:07 ` Igor Grinberg
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=4F2FCA9F.1040003@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