From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: "arnd-r2nGTMty4D4@public.gmane.org"
<arnd-r2nGTMty4D4@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org"
<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
"grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org"
<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
"iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org"
<iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>,
"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [v2 1/5] iommu: Add DMA window parser, of_get_dma_window()
Date: Thu, 21 Jun 2012 10:18:59 -0600 [thread overview]
Message-ID: <4FE34973.1020400@wwwdotorg.org> (raw)
In-Reply-To: <20120621.113023.1324461719984328307.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
On 06/21/2012 02:30 AM, Hiroshi Doyu wrote:
> From: Hiroshi DOYU <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
>
> 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 <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Acked-by: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
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?
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Hiroshi Doyu <hdoyu@nvidia.com>
Cc: "joerg.roedel@amd.com" <joerg.roedel@amd.com>,
"iommu@lists.linux-foundation.org"
<iommu@lists.linux-foundation.org>,
"arnd@arndb.de" <arnd@arndb.de>,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"grant.likely@secretlab.ca" <grant.likely@secretlab.ca>,
"rob.herring@calxeda.com" <rob.herring@calxeda.com>
Subject: Re: [v2 1/5] iommu: Add DMA window parser, of_get_dma_window()
Date: Thu, 21 Jun 2012 10:18:59 -0600 [thread overview]
Message-ID: <4FE34973.1020400@wwwdotorg.org> (raw)
In-Reply-To: <20120621.113023.1324461719984328307.hdoyu@nvidia.com>
On 06/21/2012 02:30 AM, Hiroshi Doyu wrote:
> From: Hiroshi DOYU <hdoyu@nvidia.com>
>
> 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 <hdoyu@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
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?
next prev parent reply other threads:[~2012-06-21 16:18 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-10 7:50 [PATCH 0/2] iommu/tegra: smmu: Add device tree support for SMMU Hiroshi DOYU
2012-05-10 7:50 ` [PATCH 1/2] " Hiroshi DOYU
2012-05-10 7:50 ` Hiroshi DOYU
2012-05-10 20:08 ` Stephen Warren
[not found] ` <4FAC2041.7030405-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-05-10 22:38 ` Grant Likely
2012-05-10 22:38 ` Grant Likely
2012-05-11 9:46 ` Joerg Roedel
2012-05-11 9:46 ` Joerg Roedel
[not found] ` <20120511094625.GA11750-5C7GfCeVMHo@public.gmane.org>
2012-05-11 18:04 ` Stephen Warren
2012-05-11 18:04 ` Stephen Warren
[not found] ` <1336636221-31575-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-05-14 17:41 ` Stephen Warren
2012-05-14 17:41 ` Stephen Warren
[not found] ` <4FB143C4.6030502-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-05-17 16:48 ` Stephen Warren
2012-05-17 16:48 ` Stephen Warren
2012-05-18 5:50 ` Hiroshi Doyu
[not found] ` <20120518085051.4a0fca863c5ab37cf8d42cb1-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-05-18 6:43 ` [PATCH 1/1] iommu/tegra: smmu: Add DMA window parser Hiroshi DOYU
2012-05-18 6:43 ` Hiroshi DOYU
2012-05-18 15:15 ` Stephen Warren
[not found] ` <4FB66796.1030007-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-05-18 20:56 ` Hiroshi Doyu
2012-05-18 20:56 ` Hiroshi Doyu
[not found] ` <20120518.235619.175499431618565933.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-05-21 12:47 ` joerg.roedel-5C7GfCeVMHo
2012-05-21 12:47 ` joerg.roedel
[not found] ` <20120521124707.GC2604-5C7GfCeVMHo@public.gmane.org>
2012-06-20 7:16 ` [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser, of_get_dma_window() Hiroshi DOYU
[not found] ` <1340176620-13012-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-06-20 7:16 ` [PATCH 2/5] iommu/tegra: smmu: Add device tree support for SMMU Hiroshi DOYU
[not found] ` <1340176620-13012-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-06-21 8:31 ` [v2 " Hiroshi Doyu
2012-06-20 7:16 ` [PATCH 3/5] iommu/tegra: smmu: Simplify allocation at once Hiroshi DOYU
2012-06-20 7:16 ` [PATCH 4/5] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*() Hiroshi DOYU
2012-06-20 7:17 ` [PATCH 5/5] iommu/tegra: smmu: Fix uninitialized var warning Hiroshi DOYU
2012-06-20 17:11 ` [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser, of_get_dma_window() Stephen Warren
2012-06-21 6:46 ` Hiroshi Doyu
[not found] ` <20120621.094611.2108645748323641310.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-06-21 6:57 ` Stephen Warren
2012-06-21 6:57 ` Stephen Warren
[not found] ` <4FE2C5F3.1010007-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-21 8:30 ` [v2 1/5] iommu: " Hiroshi Doyu
2012-06-21 8:30 ` Hiroshi Doyu
[not found] ` <20120621.113023.1324461719984328307.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-06-21 16:18 ` Stephen Warren [this message]
2012-06-21 16:18 ` Stephen Warren
[not found] ` <4FE34973.1020400-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-06-25 5:15 ` Hiroshi Doyu
2012-06-25 5:15 ` Hiroshi Doyu
[not found] ` <20120625081543.bf25af1f74d7d1057d9cd216-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-06-25 10:42 ` joerg.roedel-5C7GfCeVMHo
2012-06-25 10:42 ` joerg.roedel
2012-05-10 7:50 ` [PATCH 2/2] ARM: dt: tegra30.dtsi: Add SMMU node Hiroshi DOYU
2012-05-10 7:50 ` Hiroshi DOYU
2012-05-10 7:50 ` Hiroshi DOYU
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=4FE34973.1020400@wwwdotorg.org \
--to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
--cc=hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.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.