linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] OMAP: iommu: hwmod, reset handling and runtime PM
@ 2012-06-16  1:55 Omar Ramirez Luna
  2012-06-16  1:55 ` [PATCH 1/6] ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected Omar Ramirez Luna
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Omar Ramirez Luna @ 2012-06-16  1:55 UTC (permalink / raw)
  To: linux-arm-kernel

Introduced hwmod support for OMAP3 (iva, isp) and OMAP4 (ipu, dsp),
along with the corresponding runtime PM and routines to deassert reset
lines, enable/disable clocks and configure sysc registers.

Due to compatibility an ifdef needs to be propagated (previously on
iommu resource info) to hwmod data in OMAP3, so users of iommu and
tidspbridge can avoid issues of two modules managing mmu data/irqs/resets;
this until tidspbridge can be safely migrated to iommu framework.

Although IOMMU hwmod patches were already submitted in the past,
this series adds few more changes, like:
- New reset handling, based on a series that needs to be accepted first.
- Fix for compile break if IOMMU_API is not selected.

Previous work can be found at:

http://www.mail-archive.com/linux-omap at vger.kernel.org/msg60133.html

Omar Ramirez Luna (6):
  ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected
  ARM: OMAP3: hwmod data: add mmu data for iva and isp
  ARM: OMAP4: hwmod data: add mmu hwmod for ipu and dsp
  ARM: OMAP3/4: iommu: migrate to hwmod framework
  ARM: OMAP2+: iommu: add reset handling
  ARM: OMAP3/4: iommu: adapt to runtime pm

 arch/arm/mach-omap2/devices.c              |    2 +-
 arch/arm/mach-omap2/iommu2.c               |   36 ------
 arch/arm/mach-omap2/omap-iommu.c           |  166 ++++++---------------------
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  115 +++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  136 ++++++++++++++++++++++-
 arch/arm/plat-omap/include/plat/iommu.h    |   25 ++++-
 arch/arm/plat-omap/include/plat/iommu2.h   |    2 -
 drivers/iommu/omap-iommu.c                 |   68 ++++++-----
 8 files changed, 346 insertions(+), 204 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-07-18 17:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16  1:55 [PATCH 0/6] OMAP: iommu: hwmod, reset handling and runtime PM Omar Ramirez Luna
2012-06-16  1:55 ` [PATCH 1/6] ARM: OMAP: iommu: fix including iommu.h without IOMMU_API selected Omar Ramirez Luna
2012-06-16  1:56 ` [PATCH 2/6] ARM: OMAP3: hwmod data: add mmu data for iva and isp Omar Ramirez Luna
2012-06-16  1:56 ` [PATCH 3/6] ARM: OMAP4: hwmod data: add mmu hwmod for ipu and dsp Omar Ramirez Luna
2012-06-19 12:36   ` Cousson, Benoit
2012-06-19 16:39     ` Omar Ramirez Luna
2012-06-19 17:48       ` Cousson, Benoit
2012-06-28  1:27         ` Omar Ramirez Luna
2012-07-09 13:50           ` Omar Ramirez Luna
2012-06-16  1:56 ` [PATCH 4/6] ARM: OMAP3/4: iommu: migrate to hwmod framework Omar Ramirez Luna
2012-06-16  1:56 ` [PATCH 5/6] ARM: OMAP2+: iommu: add reset handling Omar Ramirez Luna
2012-06-16  1:56 ` [PATCH 6/6] ARM: OMAP3/4: iommu: adapt to runtime pm Omar Ramirez Luna
2012-07-17 10:11 ` [PATCH 0/6] OMAP: iommu: hwmod, reset handling and runtime PM Joerg Roedel
2012-07-17 10:51   ` Ohad Ben-Cohen
2012-07-18 17:15     ` Omar Ramirez Luna

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).