Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253479 > unrolled thread
| Started by | Yong Wu <yong.wu@mediatek.com> |
|---|---|
| First post | 2015-10-22 06:50 +0200 |
| Last post | 2015-10-23 11:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 0/6] MT8173 IOMMU SUPPORT Yong Wu <yong.wu@mediatek.com> - 2015-10-22 06:50 +0200
Re: [PATCH v5 0/6] MT8173 IOMMU SUPPORT Joerg Roedel <joro@8bytes.org> - 2015-10-23 11:30 +0200
| From | Yong Wu <yong.wu@mediatek.com> |
|---|---|
| Date | 2015-10-22 06:50 +0200 |
| Subject | Re: [PATCH v5 0/6] MT8173 IOMMU SUPPORT |
| Message-ID | <qmfZ8-8ua-3@gated-at.bofh.it> |
On Wed, 2015-10-14 at 14:56 +0200, Joerg Roedel wrote:
> On Fri, Oct 09, 2015 at 10:23:02AM +0800, Yong Wu wrote:
> > Yong Wu (6):
> > dt-bindings: iommu: Add binding for mediatek IOMMU
> > dt-bindings: mediatek: Add smi dts binding
> > iommu: add ARM short descriptor page table allocator
> > memory: mediatek: Add SMI driver
> > iommu/mediatek: Add mt8173 IOMMU driver
> > dts: mt8173: Add iommu/smi nodes for mt8173
> >
> > .../devicetree/bindings/iommu/mediatek,iommu.txt | 61 ++
> > .../memory-controllers/mediatek,smi-larb.txt | 25 +
> > .../bindings/memory-controllers/mediatek,smi.txt | 24 +
> > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 81 ++
> > drivers/iommu/Kconfig | 33 +
> > drivers/iommu/Makefile | 2 +
> > drivers/iommu/io-pgtable-arm-short.c | 827 +++++++++++++++++++++
> > drivers/iommu/io-pgtable-arm.c | 3 -
> > drivers/iommu/io-pgtable.c | 3 +
> > drivers/iommu/io-pgtable.h | 18 +-
> > drivers/iommu/mtk_iommu.c | 767 +++++++++++++++++++
> > drivers/memory/Kconfig | 8 +
> > drivers/memory/Makefile | 1 +
> > drivers/memory/mtk-smi.c | 274 +++++++
> > include/dt-bindings/memory/mt8173-larb-port.h | 105 +++
> > include/soc/mediatek/smi.h | 60 ++
>
> So this contains not only IOMMU code. Are the patches dependent on each
> other or can the iommu parts be merged independently?
>
> Joerg
>
Hi Joerg,
Sorry for reply late.
The ARM short descriptor is independent. This one can be merged
independently.
But the mtk-iommu depend on the drivers/memory/mtk-smi.c(mtk-iommu
has called a function of the mtk-smi).
So if there is dependence here, How should we do to merge them?
--
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/
[toc] | [next] | [standalone]
| From | Joerg Roedel <joro@8bytes.org> |
|---|---|
| Date | 2015-10-23 11:30 +0200 |
| Message-ID | <qmGPD-5Ae-5@gated-at.bofh.it> |
| In reply to | #1253479 |
On Thu, Oct 22, 2015 at 12:40:02PM +0800, Yong Wu wrote: > But the mtk-iommu depend on the drivers/memory/mtk-smi.c(mtk-iommu > has called a function of the mtk-smi). > So if there is dependence here, How should we do to merge them? I can surely merge mtk-smi too, if it gets proper Reviewed-by and Acked-by tags from the maintainer(s). Joerg -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web