From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hiroshi Doyu Subject: Re: [v2 1/5] iommu: Add DMA window parser, of_get_dma_window() Date: Mon, 25 Jun 2012 08:15:43 +0300 Message-ID: <20120625081543.bf25af1f74d7d1057d9cd216@nvidia.com> References: <4FE20457.8090307@wwwdotorg.org> <20120621.094611.2108645748323641310.hdoyu@nvidia.com> <4FE2C5F3.1010007@wwwdotorg.org> <20120621.113023.1324461719984328307.hdoyu@nvidia.com> <4FE34973.1020400@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FE34973.1020400-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Stephen Warren Cc: "arnd-r2nGTMty4D4@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org" , "grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org" , "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-tegra@vger.kernel.org On Thu, 21 Jun 2012 18:18:59 +0200 Stephen Warren wrote: > On 06/21/2012 02:30 AM, Hiroshi Doyu wrote: > > From: Hiroshi DOYU > > > > This code was based on: > > "arch/microblaze/kernel/prom_parse.c" > > "arch/powerpc/kernel/prom_parse.c" > > > > Can replace "of_parse_dma_window()" in the above. This supports > > different formats flexibly. "prefix" can be configured if any. "busno" > > and "index" are optionally specified. Set NULL and 0 if not used. > > > > Signed-off-by: Hiroshi DOYU > > Acked-by: Stephen Warren Thanks. > BTW, I only see patches 1 & 2 of 5 in this series; did you only mean to > post just 2 patches or did the others get lost on the way to my system > somehow? I reposted only [1/5] and [2/5] as "v2" because the rests are same. Probably it was better to send a whole series again. Sorry for confusion.