From: cbouatmailru@gmail.com (Anton Vorontsov)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] Some Cavium CNS3xxx updates for 2.6.36
Date: Tue, 8 Jun 2010 21:00:30 +0400 [thread overview]
Message-ID: <20100608170030.GA26992@oksana.dev.rtsoft.ru> (raw)
Hi Russell,
The main reason for the v2 is, obviously, the defconfigs situation.
I dropped the defconfig update in this pull request.
There are also few improvements as suggested by by Ben Dooks and
Sergei Shtylyov, plus there is no longer the ugly
"../../../drivers/mmc/host/sdhci.h" include anymore.
As usual, I'm posting the updated patches as well.
The following changes since commit 9dda696f0de87a2e5cfabb147e28c76b7d3c6846:
Linus Torvalds (1):
Merge branch 'release' of git://git.kernel.org/.../aegl/linux-2.6
are available in the git repository at:
git://git.infradead.org/users/cbou/linux-cns3xxx.git master
Anton Vorontsov (4):
ARM: cns3xxx: Use IO memory accessors everywhere
ARM: cns3xxx: Add support for PCI Express ports
ARM: cns3xxx: Add support for SDHCI controllers
ARM: cns3xxx: Add support for AHCI controllers
arch/arm/Kconfig | 3 +-
arch/arm/mach-cns3xxx/Makefile | 3 +-
arch/arm/mach-cns3xxx/cns3420vb.c | 4 +
arch/arm/mach-cns3xxx/devices.c | 111 ++++++++
arch/arm/mach-cns3xxx/devices.h | 20 ++
arch/arm/mach-cns3xxx/include/mach/cns3xxx.h | 91 +++---
arch/arm/mach-cns3xxx/pcie.c | 389 ++++++++++++++++++++++++++
arch/arm/mach-cns3xxx/pm.c | 31 ++-
8 files changed, 596 insertions(+), 56 deletions(-)
create mode 100644 arch/arm/mach-cns3xxx/devices.c
create mode 100644 arch/arm/mach-cns3xxx/devices.h
create mode 100644 arch/arm/mach-cns3xxx/pcie.c
next reply other threads:[~2010-06-08 17:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-08 17:00 Anton Vorontsov [this message]
2010-06-08 17:01 ` [PATCH 1/4] ARM: cns3xxx: Use IO memory accessors everywhere Anton Vorontsov
2010-06-08 17:01 ` [PATCH 2/4] ARM: cns3xxx: Add support for PCI Express ports Anton Vorontsov
2010-06-08 17:01 ` [PATCH 3/4] ARM: cns3xxx: Add support for SDHCI controllers Anton Vorontsov
2010-06-08 17:02 ` [PATCH 4/4] ARM: cns3xxx: Add support for AHCI controllers Anton Vorontsov
2010-06-30 21:11 ` [GIT PULL v2] Some Cavium CNS3xxx updates for 2.6.36 Anton Vorontsov
2010-07-22 14:56 ` Anton Vorontsov
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=20100608170030.GA26992@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 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.