All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ajay Bhargav <ajay.bhargav@einfochips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [v3 1/3] USB: Armada100: Add UTMI PHY interface driver
Date: Mon, 20 Feb 2012 14:58:35 +0530	[thread overview]
Message-ID: <4F421243.3000706@einfochips.com> (raw)
In-Reply-To: <1329139664-31749-1-git-send-email-ajay.bhargav@einfochips.com>

On Monday 13 February 2012 06:57 PM, Ajay Bhargav wrote:
> This patch adds USB host controller's UTMI PHY interface driver for
> Armada100 SOCs.
>
> Signed-off-by: Ajay Bhargav<ajay.bhargav@einfochips.com>
> ---
> Changes for v2:
> 	- Fix: enable only required clock in MPMU
> Changes for v3:
> 	- Added timeout on while loops
> 	- moved utmi-armada100.h to arch include folder
>
>   arch/arm/include/asm/arch-armada100/armada100.h    |    8 ++
>   .../include/asm/arch-armada100/utmi-armada100.h    |   79 ++++++++++++++++
>   drivers/usb/host/utmi-armada100.c                  |   96 ++++++++++++++++++++
>   3 files changed, 183 insertions(+), 0 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-armada100/utmi-armada100.h
>   create mode 100644 drivers/usb/host/utmi-armada100.c
>
any comments on these patches?

Regards,
Ajay Bhargav

  parent reply	other threads:[~2012-02-20  9:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 13:27 [U-Boot] [v3 1/3] USB: Armada100: Add UTMI PHY interface driver Ajay Bhargav
2012-02-13 13:27 ` [U-Boot] [v3 2/3] USB: Armada100: EHCI Driver for Armada100 SOCs Ajay Bhargav
2012-03-02  7:27   ` Prafulla Wadaskar
2012-03-02 10:36     ` Marek Vasut
2012-03-03  3:12       ` Prafulla Wadaskar
2012-03-03  6:46         ` Marek Vasut
2012-02-13 13:27 ` [U-Boot] [v3 3/3] Armada100: gplugD: Add USB command support Ajay Bhargav
2012-03-02  7:28   ` Prafulla Wadaskar
2012-02-20  9:28 ` Ajay Bhargav [this message]
2012-03-02  7:27 ` [U-Boot] [v3 1/3] USB: Armada100: Add UTMI PHY interface driver Prafulla Wadaskar

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=4F421243.3000706@einfochips.com \
    --to=ajay.bhargav@einfochips.com \
    --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.