Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343922
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT |
| Date | 2016-02-26 10:00 +0100 |
| Message-ID | <r6mpI-x9-5@gated-at.bofh.it> (permalink) |
| References | <r59Xz-6rQ-5@gated-at.bofh.it> <r66uC-603-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Joerg, Am Donnerstag, den 25.02.2016, 16:50 +0100 schrieb Joerg Roedel: > On Tue, Feb 23, 2016 at 01:20:46AM +0800, Yong Wu wrote: > > Yong Wu (5): > > dt-bindings: iommu: Add binding for mediatek IOMMU > > dt-bindings: mediatek: Add smi dts binding > > 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 | 68 ++ > > .../memory-controllers/mediatek,smi-common.txt | 24 + > > .../memory-controllers/mediatek,smi-larb.txt | 25 + > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 81 +++ > > drivers/iommu/Kconfig | 16 + > > drivers/iommu/Makefile | 1 + > > drivers/iommu/mtk_iommu.c | 737 +++++++++++++++++++++ > > drivers/memory/Kconfig | 8 + > > drivers/memory/Makefile | 1 + > > drivers/memory/mtk-smi.c | 273 ++++++++ > > include/dt-bindings/memory/mt8173-larb-port.h | 111 ++++ > > include/soc/mediatek/smi.h | 58 ++ > > 12 files changed, 1403 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iommu/mediatek,iommu.txt > > create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > > create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt > > create mode 100644 drivers/iommu/mtk_iommu.c > > create mode 100644 drivers/memory/mtk-smi.c > > create mode 100644 include/dt-bindings/memory/mt8173-larb-port.h > > create mode 100644 include/soc/mediatek/smi.h > > Applied all, thanks. Do you have a stable branch that I could base the mediatek-drm patches on and that I may include in a pull request to be merged via drm-next? regards Philipp
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v10 0/5] MT8173 IOMMU SUPPORT Yong Wu <yong.wu@mediatek.com> - 2016-02-23 02:30 +0100
[PATCH v10 4/5] iommu/mediatek: Add mt8173 IOMMU driver Yong Wu <yong.wu@mediatek.com> - 2016-02-23 02:30 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Joerg Roedel <joro@8bytes.org> - 2016-02-25 17:00 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Philipp Zabel <p.zabel@pengutronix.de> - 2016-02-26 10:00 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Joerg Roedel <joro@8bytes.org> - 2016-02-26 12:10 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Philipp Zabel <p.zabel@pengutronix.de> - 2016-02-26 16:50 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Matthias Brugger <matthias.bgg@gmail.com> - 2016-03-02 11:50 +0100
Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT Arnd Bergmann <arnd@arndb.de> - 2016-03-02 12:30 +0100
csiph-web