From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Enable pxa310 usb otg port host mode
Date: Wed, 21 Jul 2010 17:49:22 +0300 [thread overview]
Message-ID: <4C4708F2.5050707@compulab.co.il> (raw)
In-Reply-To: <1279199446-30526-1-git-send-email-grinberg@compulab.co.il>
Eric,
Any comments?
> This patch series introduces the U2D Controller and
> Host driver for PXA3xx and enables cm-x300 usb host port2.
>
> This patch series depends on
> "Generic ULPI driver extention" patch series,
> which is currently sent for review to
> linux-usb at vger.kernel.org mailing list
>
> Igor Grinberg (3):
> [ARM] pxa3xx: Add U2D controller and driver
> [ARM] usb/host/ohci-pxa27x: enable OHCI over U2DC
> [ARM] pxa/cm-x300: enable USB host port2
>
> arch/arm/mach-pxa/Kconfig | 4 +
> arch/arm/mach-pxa/Makefile | 2 +-
> arch/arm/mach-pxa/cm-x300.c | 77 ++++++
> arch/arm/mach-pxa/devices.c | 28 ++
> arch/arm/mach-pxa/devices.h | 1 +
> arch/arm/mach-pxa/include/mach/pxa3xx-u2d.h | 35 +++
> arch/arm/mach-pxa/pxa3xx-u2d.c | 392 +++++++++++++++++++++++++++
> arch/arm/mach-pxa/pxa3xx.c | 2 +-
> drivers/usb/host/ohci-pxa27x.c | 7 +
> 9 files changed, 546 insertions(+), 2 deletions(-)
> create mode 100644 arch/arm/mach-pxa/include/mach/pxa3xx-u2d.h
> create mode 100644 arch/arm/mach-pxa/pxa3xx-u2d.c
>
>
>
--
Regards,
Igor.
next prev parent reply other threads:[~2010-07-21 14:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-15 13:10 [PATCH 0/3] Enable pxa310 usb otg port host mode Igor Grinberg
2010-07-15 13:10 ` [PATCH 1/3] [ARM] pxa3xx: Add U2D controller and driver Igor Grinberg
2010-07-15 13:10 ` [PATCH 2/3] [ARM] usb/host/ohci-pxa27x: enable OHCI over U2DC Igor Grinberg
2010-07-15 13:10 ` [PATCH 3/3] [ARM] pxa/cm-x300: enable USB host port2 Igor Grinberg
2010-07-21 14:49 ` Igor Grinberg [this message]
2010-07-21 16:11 ` [PATCH 0/3] Enable pxa310 usb otg port host mode Eric Miao
2010-07-22 5:41 ` Igor Grinberg
2010-07-22 7:21 ` Eric Miao
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=4C4708F2.5050707@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=linux-arm-kernel@lists.infradead.org \
/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.