From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/14] Omap low-level device init updates for 2.6.33
Date: Thu, 12 Nov 2009 16:07:07 -0800 [thread overview]
Message-ID: <20091113000444.9034.41293.stgit@localhost> (raw)
Hi all,
Here are some patches for review for the upcoming merge window.
This series mostly updates the low-level device init code to
support the new omap processors. Few more clean-up patches are
included too.
Regards,
Tony
---
Anand Gadiyar (1):
omap: update plat/usb.h to allow ehci driver to build
Felipe Balbi (1):
omap: Add platform init code for EHCI driver
Felipe Contreras (1):
omap: iommu: reorganize
Hiroshi DOYU (2):
omap: iommu: avoid remapping if it's been mapped in MPU side
omap: iovmm: remove cache flush operation
Kevin Hilman (1):
omap3: keep SoC features on the same line
Madhu (4):
omap3630: Add HSMMC related checks
omap3630: Configure HSMMC1 to 4-bit
omap3630: Set omap3630 MMC1 I/O speed to 52Mhz
omap3: HSMMC2 8-bit mux configuration
Paul Walmsley (1):
omap3: drop all IVA-related address base definitions
Peter Ujfalusi (1):
omap: McBSP: Do not use extensive spin locks for dma_op_mode
Sriram (1):
omap3: evm: make HSMMC driver built-in
Tony Lindgren (1):
omap3: move check_revision above check_features
arch/arm/configs/omap3_evm_defconfig | 2
arch/arm/mach-omap2/Makefile | 1
arch/arm/mach-omap2/board-3430sdp.c | 13 ++
arch/arm/mach-omap2/board-omap3beagle.c | 13 ++
arch/arm/mach-omap2/board-omap3evm.c | 15 ++
arch/arm/mach-omap2/board-omap3pandora.c | 13 ++
arch/arm/mach-omap2/board-overo.c | 21 ++-
arch/arm/mach-omap2/devices.c | 8 +
arch/arm/mach-omap2/id.c | 13 +-
arch/arm/mach-omap2/mmc-twl4030.c | 17 ++
arch/arm/mach-omap2/mux.c | 8 +
arch/arm/mach-omap2/omap3-iommu.c | 62 +++++----
arch/arm/mach-omap2/usb-ehci.c | 192 ++++++++++++++++++++++++++++
arch/arm/plat-omap/include/plat/control.h | 3
arch/arm/plat-omap/include/plat/mux.h | 4 +
arch/arm/plat-omap/include/plat/omap34xx.h | 11 +-
arch/arm/plat-omap/include/plat/usb.h | 17 ++
arch/arm/plat-omap/iovmm.c | 13 +-
arch/arm/plat-omap/mcbsp.c | 6 -
19 files changed, 363 insertions(+), 69 deletions(-)
create mode 100644 arch/arm/mach-omap2/usb-ehci.c
--
Signature
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/14] Omap low-level device init updates for 2.6.33
Date: Thu, 12 Nov 2009 16:07:07 -0800 [thread overview]
Message-ID: <20091113000444.9034.41293.stgit@localhost> (raw)
Hi all,
Here are some patches for review for the upcoming merge window.
This series mostly updates the low-level device init code to
support the new omap processors. Few more clean-up patches are
included too.
Regards,
Tony
---
Anand Gadiyar (1):
omap: update plat/usb.h to allow ehci driver to build
Felipe Balbi (1):
omap: Add platform init code for EHCI driver
Felipe Contreras (1):
omap: iommu: reorganize
Hiroshi DOYU (2):
omap: iommu: avoid remapping if it's been mapped in MPU side
omap: iovmm: remove cache flush operation
Kevin Hilman (1):
omap3: keep SoC features on the same line
Madhu (4):
omap3630: Add HSMMC related checks
omap3630: Configure HSMMC1 to 4-bit
omap3630: Set omap3630 MMC1 I/O speed to 52Mhz
omap3: HSMMC2 8-bit mux configuration
Paul Walmsley (1):
omap3: drop all IVA-related address base definitions
Peter Ujfalusi (1):
omap: McBSP: Do not use extensive spin locks for dma_op_mode
Sriram (1):
omap3: evm: make HSMMC driver built-in
Tony Lindgren (1):
omap3: move check_revision above check_features
arch/arm/configs/omap3_evm_defconfig | 2
arch/arm/mach-omap2/Makefile | 1
arch/arm/mach-omap2/board-3430sdp.c | 13 ++
arch/arm/mach-omap2/board-omap3beagle.c | 13 ++
arch/arm/mach-omap2/board-omap3evm.c | 15 ++
arch/arm/mach-omap2/board-omap3pandora.c | 13 ++
arch/arm/mach-omap2/board-overo.c | 21 ++-
arch/arm/mach-omap2/devices.c | 8 +
arch/arm/mach-omap2/id.c | 13 +-
arch/arm/mach-omap2/mmc-twl4030.c | 17 ++
arch/arm/mach-omap2/mux.c | 8 +
arch/arm/mach-omap2/omap3-iommu.c | 62 +++++----
arch/arm/mach-omap2/usb-ehci.c | 192 ++++++++++++++++++++++++++++
arch/arm/plat-omap/include/plat/control.h | 3
arch/arm/plat-omap/include/plat/mux.h | 4 +
arch/arm/plat-omap/include/plat/omap34xx.h | 11 +-
arch/arm/plat-omap/include/plat/usb.h | 17 ++
arch/arm/plat-omap/iovmm.c | 13 +-
arch/arm/plat-omap/mcbsp.c | 6 -
19 files changed, 363 insertions(+), 69 deletions(-)
create mode 100644 arch/arm/mach-omap2/usb-ehci.c
--
Signature
next reply other threads:[~2009-11-13 0:07 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-13 0:07 Tony Lindgren [this message]
2009-11-13 0:07 ` [PATCH 00/14] Omap low-level device init updates for 2.6.33 Tony Lindgren
2009-11-13 0:07 ` [PATCH 01/14] omap: update plat/usb.h to allow ehci driver to build Tony Lindgren
2009-11-13 0:07 ` Tony Lindgren
2009-11-13 0:07 ` [PATCH 02/14] omap: Add platform init code for EHCI driver Tony Lindgren
2009-11-13 0:07 ` Tony Lindgren
2009-11-13 0:07 ` [PATCH 03/14] omap: iommu: avoid remapping if it's been mapped in MPU side Tony Lindgren
2009-11-13 0:07 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 04/14] omap: iovmm: remove cache flush operation Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 05/14] omap: iommu: reorganize Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 06/14] omap: McBSP: Do not use extensive spin locks for dma_op_mode Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 07/14] omap3630: Add HSMMC related checks Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 08/14] omap3630: Configure HSMMC1 to 4-bit Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:08 ` [PATCH 09/14] omap3630: Set omap3630 MMC1 I/O speed to 52Mhz Tony Lindgren
2009-11-13 0:08 ` Tony Lindgren
2009-11-13 0:09 ` [PATCH 10/14] omap3: HSMMC2 8-bit mux configuration Tony Lindgren
2009-11-13 0:09 ` Tony Lindgren
2009-11-13 0:09 ` [PATCH 11/14] omap3: evm: make HSMMC driver built-in Tony Lindgren
2009-11-13 0:09 ` Tony Lindgren
2009-11-13 0:09 ` [PATCH 12/14] omap3: move check_revision above check_features Tony Lindgren
2009-11-13 0:09 ` Tony Lindgren
2009-11-13 20:55 ` [PATCH 12/14] omap3: move check_revision above check_features, v2 Tony Lindgren
2009-11-13 20:55 ` Tony Lindgren
2009-11-13 0:09 ` [PATCH 13/14] omap3: keep SoC features on the same line Tony Lindgren
2009-11-13 0:09 ` Tony Lindgren
2009-11-13 0:09 ` [PATCH 14/14] omap3: drop all IVA-related address base definitions Tony Lindgren
2009-11-13 0:09 ` Tony Lindgren
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=20091113000444.9034.41293.stgit@localhost \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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.