From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 12/24] SPEAr: Enable usb device high speed support
Date: Sat, 31 Mar 2012 20:28:07 +0200 [thread overview]
Message-ID: <201203312028.07635.marex@denx.de> (raw)
In-Reply-To: <720dfbd6855ccd9337d50dc566914d94e24ab726.1333090212.git.amit.virdi@st.com>
Dear Amit Virdi,
> From: Vipin KUMAR <vipin.kumar@st.com>
Cc me with usb related stuff please.
Does USBTTY work for you? Tom complained about it.
>
> This patch enables the support for usb high speed device for spear platform
> SOCs
>
> Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
> Signed-off-by: Amit Virdi <amit.virdi@st.com>
> ---
> include/configs/spear-common.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/spear-common.h
> b/include/configs/spear-common.h index df8bec5..ce01026 100644
> --- a/include/configs/spear-common.h
> +++ b/include/configs/spear-common.h
> @@ -41,6 +41,7 @@
> /* USBD driver configuration */
> #define CONFIG_DW_UDC
> #define CONFIG_USB_DEVICE
> +#define CONFIG_USBD_HS
> #define CONFIG_USB_TTY
>
> #define CONFIG_USBD_PRODUCT_NAME "SPEAr SoC"
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-03-31 18:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-30 6:54 [U-Boot] [PATCH V2 00/24] SPEAr: Update platform support for SPEAr3xx/6xx Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 01/24] SPEAr: Fix ARM relocation support Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 02/24] SPEAr: Eliminate dependency on Xloader table Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 03/24] SPEAr: Place ethaddr write and read within CONFIG_CMD_NET Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 04/24] SPEAr: Configure network support for spear SoCs Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 05/24] SPEAr: Add macb driver support for spear310 and spear320 Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 06/24] SPEAr: Add interface information in initialization Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 07/24] SPEAr: Add basic arch related support for SPEAr SoCs Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 08/24] SPEAr: Add configuration options for spear3xx and spear6xx boards Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 09/24] SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK) Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 10/24] SPEAr: Change the default environment variables Amit Virdi
2012-03-30 6:54 ` [U-Boot] [PATCH V2 11/24] SPEAr: Initialize SNOR in early_board_init_f Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 12/24] SPEAr: Enable usb device high speed support Amit Virdi
2012-03-31 18:28 ` Marek Vasut [this message]
2012-04-02 6:50 ` Amit Virdi
2012-04-02 14:14 ` Tom Rini
2012-03-30 6:55 ` [U-Boot] [PATCH V2 13/24] SPEAr: Enable udc and usb-console support only for usbtty configuration Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 14/24] SPEAr: Enable autoneg for ethernet Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 15/24] SPEAr: Enable dcache for fast file transfer Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 16/24] SPEAr: Enable CONFIG_SYS_FLASH_PROTECTION Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 17/24] SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASE Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 18/24] SPEAr: Enable CONFIG_SYS_FLASH_EMPTY_INFO macro Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 19/24] SPEAr: Enable ONFI nand flash detection for spear3xx and 6xx and evb Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 20/24] SPEAr: Remove CONFIG_MTD_NAND_VERIFY_WRITE to speed up NAND access Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 21/24] SPEAr: explicitly select clk src for UART Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 22/24] SPEAr: Correct SoC ID offset in misc configuration space Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 23/24] cleanup/SPEAr: Remove unnecessary parenthesis Amit Virdi
2012-03-30 6:55 ` [U-Boot] [PATCH V2 24/24] cleanup/SPEAr: Define configuration flags more elegantly Amit Virdi
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=201203312028.07635.marex@denx.de \
--to=marex@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