From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: linux-omap@vger.kernel.org, Hiroshi DOYU <hiroshi.doyu@nokia.com>,
Hari Kanigeri <h-kanigeri2@ti.com>,
linux-arm-kernel@lists.arm.linux.org.uk
Subject: Re: [RFC/PATCH 3/3] omap3-iommu: remote registration
Date: Mon, 18 May 2009 14:02:33 +0100 [thread overview]
Message-ID: <20090518130233.GD3067@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <94a0d4530905180546p47c887afj109b3b60cdd24a00@mail.gmail.com>
On Mon, May 18, 2009 at 03:46:07PM +0300, Felipe Contreras wrote:
> On Mon, May 18, 2009 at 3:11 PM, Russell King - ARM Linux
> <linux@arm.linux.org.uk> wrote:
> > The real problem here seems to be the TI DSP bridge code, and if that's
> > the case why can't we just avoid registering IVA2 if the TI DSP bridge
> > code is enabled. That solves your stated problem without creating
> > additional management issues.
>
> The bridgedriver is expected to move and use iommu eventually, but not
> right now, so I guess the iva2 device should be registered only if
> MPU_BRIDGE_IOMMU is defined.
>
> But then what's the point of having the isp iommu device if the camera
> driver is disabled? Wouldn't that be wasting resources? Then if CAMERA
> is not defined the isp device should not be registered either.
So have something like:
config OMAP_IOMMU
tristate
and then have both MPU_BRIDGE_IOMMU and the camera support (and whatever
else) select it. That way, you only end up with the IOMMU support code
built into the kernel if you have users of it.
These low-level internal services drivers really don't need to be
publically visible in the configuration system.
As for the run-time size, that's truely minimal.
> And finally if none of the two are enabled then you don't really
> iommu. By having omap_iommu_add all the dependencies would be handled
> automatically, right? 'modprobe bridgedriver' would load iommu.
Think about it - the dependencies _already_ have to be there to use
the iommu services.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-05-18 13:02 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-16 10:05 [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration Felipe Contreras
2009-05-16 10:05 ` [RFC/PATCH 1/3] omap3-iommu: reorganize Felipe Contreras
2009-05-16 10:05 ` [RFC/PATCH 2/3] omap3-iommu: split init function into omap_iommu_add Felipe Contreras
2009-05-16 10:05 ` [RFC/PATCH 3/3] omap3-iommu: remote registration Felipe Contreras
2009-05-18 12:11 ` Russell King - ARM Linux
2009-05-18 12:46 ` Felipe Contreras
2009-05-18 13:02 ` Russell King - ARM Linux [this message]
2009-05-18 13:21 ` Felipe Contreras
2009-05-18 13:40 ` Russell King - ARM Linux
2009-05-18 14:00 ` Felipe Contreras
2009-05-18 13:35 ` Hiroshi DOYU
2009-05-18 13:52 ` Felipe Contreras
2009-05-18 13:59 ` Hiroshi DOYU
2009-05-18 13:54 ` Hiroshi DOYU
2009-05-18 12:07 ` [RFC/PATCH 1/3] omap3-iommu: reorganize Russell King - ARM Linux
2009-05-18 12:59 ` Felipe Contreras
2009-05-18 13:03 ` Russell King - ARM Linux
2009-05-16 16:36 ` [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration Russell King - ARM Linux
2009-05-16 18:32 ` Felipe Contreras
2009-05-18 5:16 ` Hiroshi DOYU
2009-05-18 5:33 ` Hiroshi DOYU
2009-05-18 11:51 ` Felipe Contreras
2009-05-18 11:48 ` Felipe Contreras
2009-05-18 13:48 ` Hiroshi DOYU
2009-06-28 0:18 ` Felipe Contreras
-- strict thread matches above, loose matches on Subject: below --
2009-05-07 20:02 [PATCH 3/6] omap iommu: omap3 iommu device registration Felipe Contreras
2009-05-07 20:11 ` [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration Felipe Contreras
2009-05-07 20:11 ` [RFC/PATCH 1/3] omap3-iommu: reorganize Felipe Contreras
2009-05-07 20:11 ` [RFC/PATCH 2/3] omap3-iommu: split init function into omap_iommu_add Felipe Contreras
2009-05-07 20:11 ` [RFC/PATCH 3/3] omap3-iommu: remote registration Felipe Contreras
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=20090518130233.GD3067@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=felipe.contreras@gmail.com \
--cc=h-kanigeri2@ti.com \
--cc=hiroshi.doyu@nokia.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--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.