[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAHQjnOO2Me5C6it=M0OFKdRcK0LObDR8+hPGyuUb21oqGwsg0g@mail.gmail.com>
Date: Wed, 14 Mar 2012 01:38:05 +0900
From: KyongHo Cho <pullip.cho@...sung.com>
To: Joerg Roedel <joerg.roedel@....com>
Cc: linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
iommu@...ts.linux-foundation.org,
Younglak Kim <younglak1004.kim@...sung.com>,
Subash Patel <subash.ramaswamy@...aro.org>,
Kukjin Kim <kgene.kim@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Sanghyun Lee <sanghyun75.lee@...sung.com>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v11 3/3] iommu/exynos: Add iommu driver for Exynos Platforms
On Tue, Mar 13, 2012 at 7:00 PM, Joerg Roedel <joerg.roedel@....com> wrote:
> On Tue, Mar 13, 2012 at 05:50:16PM +0900, KyongHo Cho wrote:
>> >> +struct sysmmu_drvdata {
>> >> + struct device *sysmmu;
>> >> + char *dbgname;
>> >> + int nsfrs;
>> >> + void __iomem **sfrbases;
>> >> + struct clk *clk[2];
>> >> + int activations;
>> >> + rwlock_t lock;
>> >> + struct iommu_domain *domain;
>> >> + sysmmu_fault_handler_t fault_handler;
>> >> + unsigned long pgtable;
>> >> + struct iommu_client client;
>> >> +};
>> >
>> > Is there any reason why 'struct iommu_client' is a seperate data
>> > structure? Otherwise it can be merged with 'truct sysmmu_drvdata'.
>
> Of course this doesn't need to be changed immediatly. I just asked if
> there was a specific reason for this seperation.
>
>> The problems will be soon fixed and I will post next patch tomorrow.
>
> Fine. Please also get the Acked-bys from the Exynos maintainer on
> patches 1 and 2 at least. I'll merge it then.
>
Thank you.
AFAIK, Exynos maintainer is somewhat busy for his own job.
I will ask him to ack my patch soon.
Best regards,
Cho KyongHo.
--
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