Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755353AbZA1Lip (ORCPT ); Wed, 28 Jan 2009 06:38:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754819AbZA1Lic (ORCPT ); Wed, 28 Jan 2009 06:38:32 -0500 Received: from smtp.nokia.com ([192.100.122.233]:29727 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754593AbZA1Lib (ORCPT ); Wed, 28 Jan 2009 06:38:31 -0500 Date: Wed, 28 Jan 2009 13:37:58 +0200 (EET) Message-Id: <20090128.133758.55858977.Hiroshi.DOYU@nokia.com> To: linux@arm.linux.org.uk Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org Subject: Re: [PATCH 3/6] omap iommu: omap3 iommu device registration From: Hiroshi DOYU In-Reply-To: <20090128104157.GC15907@n2100.arm.linux.org.uk> References: <20090117162139.GB12341@n2100.arm.linux.org.uk> <20090127.232935.68131092.Hiroshi.DOYU@nokia.com> <20090128104157.GC15907@n2100.arm.linux.org.uk> X-Mailer: Mew version 5.2 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Jan 2009 11:38:00.0904 (UTC) FILETIME=[DFC54C80:01C9813C] X-Nokia-AV: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1406 Lines: 36 From: ext Russell King - ARM Linux Subject: Re: [PATCH 3/6] omap iommu: omap3 iommu device registration Date: Wed, 28 Jan 2009 11:41:57 +0100 > On Tue, Jan 27, 2009 at 11:29:35PM +0200, Hiroshi DOYU wrote: > > I attached the update one. > > Thanks. I want to hold off on taking these just a little bit longer. OK. agreed. > > +static const struct iommu_platform_data omap3_iommu_pdata[] __initconst = { > > + { > > + .name = "isp", > > + .nr_tlb_entries = 8, > > + .clk_name = "cam_ick", > > + }, > > + { > > + .name = "iva2", > > + .nr_tlb_entries = 32, > > + .clk_name = "iva2_ck", > > With the omap clk implementation in a state of flux, hopefully moving > towards something which better reflects the intentions of the clk API, > passing clk names around becomes entirely wasteful and unnecessary. > > That's not to say that what you currently have won't work with the patches > as they currently stand - it will work as is. I'd just rather avoid > having to have a separate patch to convert this code as well. OK. I'll update later, then. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/