From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753356AbbCIVzp (ORCPT ); Mon, 9 Mar 2015 17:55:45 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:63353 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbbCIVzn (ORCPT ); Mon, 9 Mar 2015 17:55:43 -0400 From: Arnd Bergmann To: Paul Bolle Cc: Yong Wu , Rob Herring , Joerg Roedel , Matthias Brugger , Robin Murphy , Will Deacon , Daniel Kurtz , Tomasz Figa , Lucas Stach , Mark Rutland , Catalin Marinas , linux-mediatek@lists.infradead.org, Sasha Hauer , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH 1/5] soc: mediatek: Add SMI driver Date: Mon, 09 Mar 2015 22:54:36 +0100 Message-ID: <57664636.GGm8GTyWMF@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1425923977.2317.4.camel@tiscali.nl> References: <1425638900-24989-1-git-send-email-yong.wu@mediatek.com> <1425902271.13300.18.camel@mhfsdcap03> <1425923977.2317.4.camel@tiscali.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:Txk55uPLb9Hfp2gPc3VIul4GJektPcIkQrnGPUigwv2qIqlA/lp IFTzO1+AjQ35X3GvpyebtuclWmHdOpfOuvMof8Ygd0LUdutgi68H2WZ7aUHMG/Pl9UPhkK5 K95V7nxI+FTF3S9TCDMwbtVg+FBA1r5RypOWGNlmXbiNNCVfXvLKUu0EkfP9W00OWMdzJAN Ark3jDwUiql2GgQtRGrQw== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 09 March 2015 18:59:37 Paul Bolle wrote: > Hi Yong, > > Yong Wu schreef op ma 09-03-2015 om 19:57 [+0800]: > > On Fri, 2015-03-06 at 12:30 +0100, Paul Bolle wrote: > > > On Fri, 2015-03-06 at 18:48 +0800, yong.wu@mediatek.com wrote: > > > > --- a/drivers/soc/mediatek/Kconfig > > > > +++ b/drivers/soc/mediatek/Kconfig > > > > @@ -20,3 +20,10 @@ config MT8173_PMIC_WRAP > > > > PMIC wrapper is a proprietary hardware in MT8173 to make > > > > communication protocols to access PMIC device. > > > > This driver implement access protocols for MT8173. > > > > + > > > > +config MTK_SMI > > > > + bool > > > > > > Nit: make this one tab instead of 8 spaces, please. > > > > > > > + help > > > > + Smi help enable/disable iommu in mt8173 and control the > > > > + clock of each local arbiter. > > > > + It should be true while MTK_IOMMU enable. > > > > > > I don't think anyone using the *config tools will ever see this text, as > > > there's no prompt. So you might as well make this a comment or drop it > > > altogether. > > > > > We could search it in the tool even though we don't see it. In next > > version, I will try to make it a comment. No, please leave it the way it was. I prefer having help texts even for silent options over using comments to do the same. Arnd