From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbcADG4s (ORCPT ); Mon, 4 Jan 2016 01:56:48 -0500 Received: from mailgw01.mediatek.com ([218.249.47.110]:41334 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751271AbcADG4p (ORCPT ); Mon, 4 Jan 2016 01:56:45 -0500 X-Listener-Flag: 11101 Message-ID: <1451890598.11799.3.camel@mhfsdcap03> Subject: Re: [PATCH v7 3/5] memory: mediatek: Add SMI driver From: Yong Wu To: Matthias Brugger CC: Joerg Roedel , Thierry Reding , Mark Rutland , Robin Murphy , Will Deacon , Daniel Kurtz , Tomasz Figa , Lucas Stach , "Rob Herring" , Catalin Marinas , , Sasha Hauer , , , , , , , , , , , , Date: Mon, 4 Jan 2016 14:56:38 +0800 In-Reply-To: <1450426183-1571-4-git-send-email-yong.wu@mediatek.com> References: <1450426183-1571-1-git-send-email-yong.wu@mediatek.com> <1450426183-1571-4-git-send-email-yong.wu@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 > [...]