[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121117124918.GC11220@8bytes.org>
Date: Sat, 17 Nov 2012 13:49:18 +0100
From: 'Joerg Roedel' <joro@...tes.org>
To: Cho KyongHo <pullip.cho@...sung.com>
Cc: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
'Sanghyun Lee' <sanghyun75.lee@...sung.com>,
'Kukjin Kim' <kgene.kim@...sung.com>,
'Subash Patel' <subash.ramaswamy@...aro.org>,
prathyush.k@...sung.com, rahul.sharma@...sung.com
Subject: Re: [PATCH 4/4] iommu/exynos: enhancements of System MMU driver with
DT
On Wed, Nov 14, 2012 at 05:51:12PM +0900, Cho KyongHo wrote:
> This commit enhances power management of System MMU and its client
> devices with the following changes:
> - Each System MMU device becomes the parent device of its client
> device while probe(). Thus, exynos-iommu driver must be initialized
> before client devices.
> - System MMU driver does not pm_runtime_get/put() by itself and runtime
> power gating is performed by client devices.
> - System is safe when suspend/resume without any care by client device
> drivers.
>
> In addition, System MMUs can be seperate into several groups that are
> belongs to a single client device like FIMC-IS block. If such blocks are
> controlled by a single device descriptor, all System MMUs in the blocks
> must be enabled/disabled by a single device descriptor. The problem is
> that clock gating and power gating may be not the same among all System
> MMUs in the blocks. Thus, System MMUs are grouped by clock gating and
> power gating and they are chained by parent-child relationships.
>
> exynos-iommu driver now also supports debugfs to identify the state of
> each System MMU.
>
> The last big change is to support DT. The desription of the properties
> of DT nodes are described in the source file.
>
> Signed-off-by: KyongHo Cho <pullip.cho@...sung.com>
> ---
> drivers/iommu/Kconfig | 17 +-
> drivers/iommu/exynos-iommu.c | 1420 +++++++++++++++++++++++++++++++-----------
> 2 files changed, 1077 insertions(+), 360 deletions(-)
This patch does multiple things and is quite large. Please split it down
into reasonable chunks and resubmit.
Patches 1-3 look good to me and I do not mind taking them for 3.8.
Please let me know if you prefer these patches standalone in 3.8 or
together with this patch split up.
Joerg
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists