From: cbouatmailru@gmail.com (Anton Vorontsov)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Cavium CNS3xxx updates for 2.6.38
Date: Wed, 22 Dec 2010 03:59:55 +0300 [thread overview]
Message-ID: <20101222005955.GA1837@oksana.dev.rtsoft.ru> (raw)
Hi Russell,
I guess it's a bit late, and I'm sorry about that. The pull
request doesn't contain anything earth shattering though.
A small fixup for the cns3xxx_pwr_soft_rst_force() function
+ EHCI/OHCI support (all drivers/usb/ patches were acked by
Greg and Alan).
I checked that cns3xxx tree pulls without conflicts into
devel and devel-stable branches (and builds fine too).
Please pull. Thanks!
The following changes since commit 3561d43fd289f590fdae672e5eb831b8d5cf0bf6:
Linus Torvalds (1):
Linux 2.6.37-rc3
are available in the git repository at:
git://git.infradead.org/users/cbou/linux-cns3xxx.git master
Anton Vorontsov (1):
ARM: cns3xxx: Make cns3xxx_pwr_soft_rst_force() to actually reset blocks
Mac Lin (3):
ARM: cns3xxx: Add new and export the old power management functions
ARM: cns3xxx: Add architecture definition for EHCI/OHCI controller
USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCs
arch/arm/mach-cns3xxx/cns3420vb.c | 54 ++++++++
arch/arm/mach-cns3xxx/core.h | 2 -
arch/arm/mach-cns3xxx/devices.c | 1 +
arch/arm/mach-cns3xxx/include/mach/cns3xxx.h | 2 -
arch/arm/mach-cns3xxx/include/mach/pm.h | 23 ++++
arch/arm/mach-cns3xxx/pm.c | 23 ++++
drivers/usb/Kconfig | 2 +
drivers/usb/host/Kconfig | 15 +++
drivers/usb/host/ehci-cns3xxx.c | 171 ++++++++++++++++++++++++++
drivers/usb/host/ehci-hcd.c | 5 +
drivers/usb/host/ohci-cns3xxx.c | 165 +++++++++++++++++++++++++
drivers/usb/host/ohci-hcd.c | 5 +
12 files changed, 464 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/mach-cns3xxx/include/mach/pm.h
create mode 100644 drivers/usb/host/ehci-cns3xxx.c
create mode 100644 drivers/usb/host/ohci-cns3xxx.c
reply other threads:[~2010-12-22 0:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20101222005955.GA1837@oksana.dev.rtsoft.ru \
--to=cbouatmailru@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).