Re: [PATCH v7 3/5] memory: mediatek: Add SMI driver
From: Yong Wu <hidden>
Date: 2016-01-04 06:56:48
Also in:
linux-arm-kernel, linux-iommu, linux-mediatek, lkml
From: Yong Wu <hidden>
Date: 2016-01-04 06:56:48
Also in:
linux-arm-kernel, linux-iommu, linux-mediatek, lkml
On Fri, 2015-12-18 at 16:09 +0800, Yong Wu wrote:
This patch add SMI(Smart Multimedia Interface) driver. This driver is responsible to enable/disable iommu and control the power domain and clocks of each local arbiter.
Hi Matthias,
What's your opinion about the SMI in this version?
Sorry to disturb you again since SMI need your review before Joerg
accept it.
Signed-off-by: Yong Wu <yong.wu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> --- drivers/memory/Kconfig | 8 ++ drivers/memory/Makefile | 1 + drivers/memory/mtk-smi.c | 268 +++++++++++++++++++++++++++++++++++++++++++++ include/soc/mediatek/smi.h | 58 ++++++++++ 4 files changed, 335 insertions(+) create mode 100644 drivers/memory/mtk-smi.c create mode 100644 include/soc/mediatek/smi.h
[...]