From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] ARM: atmel: add RNDIS gadget support
Date: Tue, 10 Sep 2013 16:29:17 +0200 [thread overview]
Message-ID: <201309101629.18010.marex@denx.de> (raw)
In-Reply-To: <1378807422-1583-4-git-send-email-voice.shen@atmel.com>
Dear Bo Shen,
> Add RNDIS gadget support to test atmel usba udc driver
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
>
> ---
> Changes in v2:
> - Add a common header to hold atmel usba udc information for different
> SoCs
> ---
> arch/arm/cpu/armv7/at91/sama5d3_devices.c | 12 +++++
> arch/arm/include/asm/arch-at91/at91_common.h | 1 +
> arch/arm/include/asm/arch-at91/atmel_usba_udc.h | 64
> +++++++++++++++++++++++ board/atmel/sama5d3xek/sama5d3xek.c |
> 13 +++++
> include/configs/sama5d3xek.h | 8 +++
> 5 files changed, 98 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-at91/atmel_usba_udc.h
>
> diff --git a/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> b/arch/arm/cpu/armv7/at91/sama5d3_devices.c index e55e1c6..51f0a6d 100644
> --- a/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> +++ b/arch/arm/cpu/armv7/at91/sama5d3_devices.c
> @@ -202,3 +202,15 @@ void at91_lcd_hw_init(void)
> at91_periph_clk_enable(ATMEL_ID_LCDC);
> }
> #endif
> +
> +#ifdef CONFIG_USB_GADGET_ATMEL_USBA
> +void at91_udp_hw_init(void)
> +{
> + struct at91_pmc *pmc = (struct at91_pmc *)ATMEL_BASE_PMC;
> +
> + /* Enable UPLL clock */
> + writel(AT91_PMC_UPLLEN | AT91_PMC_BIASEN, &pmc->uckr);
> + /* Enable UDPHS clock */
> + at91_periph_clk_enable(ATMEL_ID_UDPHS);
> +}
> +#endif
> diff --git a/arch/arm/include/asm/arch-at91/at91_common.h
> b/arch/arm/include/asm/arch-at91/at91_common.h index 9f54fdd..abcb97d
> 100644
> --- a/arch/arm/include/asm/arch-at91/at91_common.h
> +++ b/arch/arm/include/asm/arch-at91/at91_common.h
> @@ -19,6 +19,7 @@ void at91_serial2_hw_init(void);
> void at91_seriald_hw_init(void);
> void at91_spi0_hw_init(unsigned long cs_mask);
> void at91_spi1_hw_init(unsigned long cs_mask);
> +void at91_udp_hw_init(void);
> void at91_uhp_hw_init(void);
> void at91_lcd_hw_init(void);
>
> diff --git a/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
> b/arch/arm/include/asm/arch-at91/atmel_usba_udc.h new file mode 100644
> index 0000000..6f540d2
> --- /dev/null
> +++ b/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
This new file should be added alongside the USB driver, not board stuff.
[...]
Best regards,
Marek Vasut
next prev parent reply other threads:[~2013-09-10 14:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 10:03 [U-Boot] [PATCH v2 0/3] USB: atmel: add atmel usba udc driver support Bo Shen
2013-09-10 10:03 ` [U-Boot] [PATCH v2 1/3] USB: gadget: add atmel usba udc driver Bo Shen
2013-09-10 14:31 ` Marek Vasut
2013-09-10 10:03 ` [U-Boot] [PATCH v2 2/3] ARM: atmel: correct UDPHS name Bo Shen
2013-09-10 14:29 ` Marek Vasut
2013-09-10 10:03 ` [U-Boot] [PATCH v2 3/3] ARM: atmel: add RNDIS gadget support Bo Shen
2013-09-10 14:29 ` Marek Vasut [this message]
2013-09-11 10:15 ` Bo Shen
2013-09-10 14:27 ` [U-Boot] [PATCH v2 0/3] USB: atmel: add atmel usba udc driver support Marek Vasut
2013-09-11 10:14 ` Bo Shen
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=201309101629.18010.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