From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752097AbbKBETl (ORCPT ); Sun, 1 Nov 2015 23:19:41 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:63409 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbbKBETj (ORCPT ); Sun, 1 Nov 2015 23:19:39 -0500 X-AuditID: cbfec7f5-f794b6d000001495-23-5636e458110c Subject: Re: [PATCH v2] mfd: sec-core: Rename MFD and regulator names differently To: Alim Akhtar , lee.jones@linaro.org, broonie@kernel.org References: <1446437169-29550-1-git-send-email-alim.akhtar@samsung.com> Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org From: Krzysztof Kozlowski Message-id: <5636E450.80002@samsung.com> Date: Mon, 02 Nov 2015 13:19:28 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-version: 1.0 In-reply-to: <1446437169-29550-1-git-send-email-alim.akhtar@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrHLMWRmVeSWpSXmKPExsVy+t/xa7qRT8zCDN7xWTyYt43NYurDJ2wW r18YWtz/epTR4vKuOWwWM87vY3Jg89i0qpPN4861PWwefVtWMXp83iQXwBLFZZOSmpNZllqk b5fAlfHi/RGWggOcFfsb57E0MJ5j72Lk5JAQMJF4cuUoM4QtJnHh3nq2LkYuDiGBpYwS5041 M0M4Xxgltjy+zwZSJSwQLDF94iawbhGBUIkZ8x+AdQsJuEv0rmkFq2EWcJb4tqQZzGYTMJbY vHwJmM0roCFxad9NsF4WAVWJk7M/gMVFBSIkJk5oYIWoEZT4MfkeC4jNKeAh0XfrB1ANB9BM PYn7F7UgxstLbF7zlnkCo8AsJB2zEKpmIalawMi8ilE0tTS5oDgpPddIrzgxt7g0L10vOT93 EyMklL/uYFx6zOoQowAHoxIP7wFPszAh1sSy4srcQ4wSHMxKIrxeN4BCvCmJlVWpRfnxRaU5 qcWHGKU5WJTEeWfueh8iJJCeWJKanZpakFoEk2Xi4JRqYLwiPTXDbxXr5fjdbd57I73Dt2Sc vj2xY3IkZ3ri5562axVNvTd5OXumqEQouPnN/5fm+eWI0/vP5ae6sw6nRO5YtcFRzJNjx8OI A59d2pcHhT+8nM+9V5L1e6JcVF/N3ZSrvXfqLzyduolZaOPrPcdtz7PtP8bd16PFIXjjj9Ii j22rmgy6PiuxFGckGmoxFxUnAgDgguxvYQIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02.11.2015 13:06, Alim Akhtar wrote: > Currently S2MPSXX multifunction device is named as *-pmic, > and these MFDs also supports regulator as a one of its MFD cell which > has the same name, because current name is confusing and we want to > sort it out. > > We did discussed different approaches about how the MFD and it > cells need to be named here [1]. > Based in the discussion this patch rename MFD regulator name as > *-regulator instead of current *-pmic. > > This patch also changes the corresponding entries in the regulator driver > to keep git-bisect happy. > > [1]-> https://lkml.org/lkml/2015/10/28/417 > > Suggested-by: Lee Jones > Signed-off-by: Alim Akhtar > --- > Changes since V1: > * Squashed the two patches in one as sugeested by Lee > * Based on the top of [1] > [1]-> https://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg47736.html > > drivers/mfd/sec-core.c | 8 ++++---- > drivers/regulator/s2mps11.c | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > Looks good: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof