lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 26 Feb 2016 09:55:55 +0100
From:	Philipp Zabel <p.zabel@...gutronix.de>
To:	Joerg Roedel <joro@...tes.org>
Cc:	Yong Wu <yong.wu@...iatek.com>,
	Thierry Reding <treding@...dia.com>,
	Mark Rutland <mark.rutland@....com>,
	Matthias Brugger <matthias.bgg@...il.com>,
	Robin Murphy <robin.murphy@....com>,
	Will Deacon <will.deacon@....com>,
	Daniel Kurtz <djkurtz@...gle.com>,
	Tomasz Figa <tfiga@...gle.com>,
	Lucas Stach <l.stach@...gutronix.de>,
	Rob Herring <robh+dt@...nel.org>,
	Catalin Marinas <catalin.marinas@....com>,
	linux-mediatek@...ts.infradead.org,
	Sasha Hauer <kernel@...gutronix.de>,
	srv_heupstream@...iatek.com, devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	iommu@...ts.linux-foundation.org, pebolle@...cali.nl,
	arnd@...db.de, mitchelh@...eaurora.org, youhua.li@...iatek.com,
	kendrick.hsu@...iatek.com
Subject: Re: [PATCH v10 0/5] MT8173 IOMMU SUPPORT

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ