public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Priit Laes <plaes@plaes.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [linux-sunxi] [PATCH v2 2/5] sunxi: add USB EHCI driver
Date: Wed, 16 Jul 2014 14:28:58 +0300	[thread overview]
Message-ID: <1405510138.24203.3.camel@plaes.org> (raw)
In-Reply-To: <d499be72b6c319dfde9025e4d3d0ec1ede51d1fc.1405460093.git.rbyshko@gmail.com>

?hel kenal p?eval, T, 15.07.2014 kell 23:56, kirjutas Roman Byshko:
> Signed-off-by: Roman Byshko <rbyshko@gmail.com>
> ---
>  drivers/usb/host/Makefile     |   1 +
>  drivers/usb/host/ehci-sunxi.c | 212 
> ++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 213 insertions(+)
>  create mode 100644 drivers/usb/host/ehci-sunxi.c
>  
> diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
> index 04c1a64..c4f5157 100644
> --- a/drivers/usb/host/Makefile
> +++ b/drivers/usb/host/Makefile
> @@ -35,6 +35,7 @@ obj-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o
>  obj-$(CONFIG_USB_EHCI_MARVELL) += ehci-marvell.o
>  obj-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
>  obj-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o
> +obj-$(CONFIG_USB_EHCI_SUNXI) += ehci-sunxi.o
>  obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
>  obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
>  obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o
> diff --git a/drivers/usb/host/ehci-sunxi.c 
> b/drivers/usb/host/ehci-sunxi.c
> new file mode 100644
> index 0000000..8e2baa9
> --- /dev/null
> +++ b/drivers/usb/host/ehci-sunxi.c
> @@ -0,0 +1,212 @@
> +/*
> + * Copyright (C) 2014 Roman Byshko
> + *
> + * Roman Byshko <rbyshko@gmail.com>
> + *
> + * Based on code from
> + * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
> + *
> + * SPDX-License-Identifier:        GPL-2.0+
> + */
> +
> +#include <asm/arch/clock.h>
> +#include <asm/arch/clock.h>
Dupe ^^

  parent reply	other threads:[~2014-07-16 11:28 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   ` Priit Laes [this message]
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
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=1405510138.24203.3.camel@plaes.org \
    --to=plaes@plaes.org \
    --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