All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/5] sunxi: add USB options to configs
Date: Thu, 17 Jul 2014 10:43:27 +0200	[thread overview]
Message-ID: <201407171043.27203.marex@denx.de> (raw)
In-Reply-To: <09700f333fc4f4f672bb8e9ed53242a432f89f3d.1405460093.git.rbyshko@gmail.com>

On Tuesday, July 15, 2014 at 11:56:50 PM, Roman Byshko wrote:

I will stop reviewing here until all these patches have proper commit message.

> Signed-off-by: Roman Byshko <rbyshko@gmail.com>
> ---
>  include/configs/sunxi-common.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/include/configs/sunxi-common.h
> b/include/configs/sunxi-common.h index 5d72d62..c7746bb 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -181,6 +181,12 @@
>  #define CONFIG_BOOTP_SEND_HOSTNAME
>  #endif
> 
> +#ifdef CONFIG_USB_EHCI
> +#define CONFIG_CMD_USB
> +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1
> +#define CONFIG_USB_STORAGE
> +#endif
> +
>  #if !defined CONFIG_ENV_IS_IN_MMC && \
>      !defined CONFIG_ENV_IS_IN_NAND && \
>      !defined CONFIG_ENV_IS_IN_FAT && \

Best regards,
Marek Vasut

  parent reply	other threads:[~2014-07-17  8:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15 21:56 [U-Boot] [PATCH v2 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support Roman Byshko
2014-07-15 21:56 ` [U-Boot] [PATCH v2 1/5] sunxi: add defines to control USB Host clocks/resets Roman Byshko
2014-07-16 19:26   ` Ian Campbell
2014-07-15 21:56 ` [U-Boot] [PATCH v2 2/5] sunxi: add USB EHCI driver Roman Byshko
2014-07-16  6:58   ` Ian Campbell
2014-07-16 11:04     ` [U-Boot] [linux-sunxi] " Hans de Goede
2014-07-16 11:28   ` [U-Boot] [linux-sunxi] " Priit Laes
2014-07-17  8:41   ` [U-Boot] " Marek Vasut
2014-07-18 19:13   ` Ian Campbell
2014-07-15 21:56 ` [U-Boot] [PATCH v2 3/5] sunxi: add USB options to configs Roman Byshko
2014-07-16 19:27   ` Ian Campbell
2014-07-17  8:43   ` Marek Vasut [this message]
2014-07-15 21:56 ` [U-Boot] [PATCH v2 4/5] sun7i: add USB EHCI configuration Roman Byshko
2014-07-16 19:27   ` Ian Campbell
2014-07-15 21:56 ` [U-Boot] [PATCH v2 5/5] sun7i: cubietruck: enable USB EHCI Roman Byshko
2014-07-16 19:28   ` Ian Campbell
2014-07-15 22:05 ` [U-Boot] [PATCH v2 0/5] ARM: Allwinner sun7i (A20) USB Host EHCI support Roman B.
2014-07-16  8:34   ` 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=201407171043.27203.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 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.