From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/9] MX5x USB support
Date: Wed, 7 Dec 2011 19:37:55 +0100 [thread overview]
Message-ID: <201112071937.55708.marek.vasut@gmail.com> (raw)
In-Reply-To: <1323282798-31358-1-git-send-email-marek.vasut@gmail.com>
> This patchset adds the USB support for MX5x. Most of the code is based on
> work of Wolfgang Grandegger with modifications done by various other
> authors. I also included version of ULPI support code cleaned up by Igor
> Grinberg.
>
> NOTE: I'd really love to get this code into .12 release. Remy, Wolfgang, do
> you think it'd be possible? I'd really help adoption of the MX5x USB code
> greatly as well as cleanup of the ULPI code (which is sadly in a bad
> shape).
>
> Jana Rapava (1):
> USB: Add generic ULPI layer and a viewport
>
> Marek Vasut (4):
> USB: MX5: Abstract out mx51 USB pixmux configuration
> USB: MX5: Add MX5 usb post-init callback
> USB: EHCI: Allow EHCI post-powerup configuration in board files
> USB: efikamx: Enable USB on EfikaMX and EfikaSB
>
> Wolfgang Grandegger (4):
> USB: MX5: add helper functions to enable USB clocks
> USB: MX5: add generic USB EHCI support for mx51 and mx53
> USB: mx53loco: add end enable USB host support on port 1
> USB: mx51evk: add end enable USB host support on port 1
>
> Makefile | 1 +
> arch/arm/cpu/armv7/mx5/clock.c | 72 +++++++
> arch/arm/include/asm/arch-mx5/clock.h | 5 +
> arch/arm/include/asm/arch-mx5/crm_regs.h | 3 +
> board/efikamx/Makefile | 4 +
> board/efikamx/efikamx-usb.c | 210 +++++++++++++++++++++
> board/efikamx/efikamx.c | 15 ++
> board/freescale/mx51evk/mx51evk.c | 62 ++++++
> board/freescale/mx53loco/mx53loco.c | 10 +
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/ehci-hcd.c | 12 +-
> drivers/usb/host/ehci-mx5.c | 255 +++++++++++++++++++++++++
> drivers/usb/ulpi/Makefile | 44 +++++
> drivers/usb/ulpi/ulpi-viewport.c | 118 ++++++++++++
> drivers/usb/ulpi/ulpi.c | 227 +++++++++++++++++++++++
> include/configs/efikamx.h | 47 ++++-
> include/configs/mx51evk.h | 13 ++
> include/configs/mx53loco.h | 13 ++
> include/usb/ehci-fsl.h | 16 ++
> include/usb/ulpi.h | 298
> ++++++++++++++++++++++++++++++ 20 files changed, 1418 insertions(+), 8
> deletions(-)
> create mode 100644 board/efikamx/efikamx-usb.c
> create mode 100644 drivers/usb/host/ehci-mx5.c
> create mode 100644 drivers/usb/ulpi/Makefile
> create mode 100644 drivers/usb/ulpi/ulpi-viewport.c
> create mode 100644 drivers/usb/ulpi/ulpi.c
> create mode 100644 include/usb/ulpi.h
>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Jana Rapava <fermata7@gmail.com>
> Cc: Remy Bohmer <linux@bohmer.net>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Wolfgang Grandegger <wg@denx.de>
If some of the patches didn't make it through gmail because of the different
From:, please check git://git.denx.de/u-boot-marex.git, "usb" branch.
M
next prev parent reply other threads:[~2011-12-07 18:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 18:33 [U-Boot] [PATCH 0/9] MX5x USB support Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 1/9] USB: MX5: add helper functions to enable USB clocks Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 2/9] USB: MX5: add generic USB EHCI support for mx51 and mx53 Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 3/9] USB: MX5: Abstract out mx51 USB pixmux configuration Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 4/9] USB: MX5: Add MX5 usb post-init callback Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 5/9] USB: mx53loco: add end enable USB host support on port 1 Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 6/9] USB: mx51evk: " Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 7/9] USB: EHCI: Allow EHCI post-powerup configuration in board files Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 8/9] USB: Add generic ULPI layer and a viewport Marek Vasut
2011-12-07 18:33 ` [U-Boot] [PATCH 9/9] USB: efikamx: Enable USB on EfikaMX and EfikaSB Marek Vasut
2011-12-07 18:37 ` Marek Vasut [this message]
2011-12-10 16:57 ` [U-Boot] [PATCH 0/9] MX5x USB support Remy Bohmer
2011-12-08 18:59 ` Wolfgang Grandegger
2011-12-10 16:46 ` Remy Bohmer
2011-12-10 19:13 ` Marek Vasut
2011-12-10 21:25 ` 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=201112071937.55708.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox