All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] M28 USB Support
Date: Mon, 24 Oct 2011 13:21:33 +0200	[thread overview]
Message-ID: <1319455296-15996-1-git-send-email-marek.vasut@gmail.com> (raw)

This set of patches enables the EHCI USB host support in the iMX28 CPU and
enables the port on the M28EVK board.

Marek Vasut (3):
  iMX28: Add USB and USB PHY register definitions
  iMX28: Add USB HOST driver
  M28EVK: Enable USB HOST support

 arch/arm/include/asm/arch-mx28/regs-usb.h    |  178 ++++++++++++++++++++++++++
 arch/arm/include/asm/arch-mx28/regs-usbphy.h |  151 ++++++++++++++++++++++
 board/denx/m28evk/m28evk.c                   |    7 +
 drivers/usb/host/Makefile                    |    1 +
 drivers/usb/host/ehci-mxs.c                  |  154 ++++++++++++++++++++++
 include/configs/m28evk.h                     |   12 ++
 6 files changed, 503 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx28/regs-usb.h
 create mode 100644 arch/arm/include/asm/arch-mx28/regs-usbphy.h
 create mode 100644 drivers/usb/host/ehci-mxs.c

Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Remy Bohmer <linux@bohmer.net>

-- 
1.7.6.3

             reply	other threads:[~2011-10-24 11:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 11:21 Marek Vasut [this message]
2011-10-24 11:21 ` [U-Boot] [PATCH 1/3] iMX28: Add USB and USB PHY register definitions Marek Vasut
2011-10-24 11:21 ` [U-Boot] [PATCH 2/3] iMX28: Add USB HOST driver Marek Vasut
2011-10-24 11:21 ` [U-Boot] [PATCH 3/3] M28EVK: Enable USB HOST support 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=1319455296-15996-1-git-send-email-marek.vasut@gmail.com \
    --to=marek.vasut@gmail.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.