From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver Date: Tue, 22 Jul 2014 11:32:52 +0100 Message-ID: <20140722103252.GD8406@lee--X1> References: <1405613855-27572-1-git-send-email-svarbanov@mm-sol.com> <1405613855-27572-5-git-send-email-svarbanov@mm-sol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1405613855-27572-5-git-send-email-svarbanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stanimir Varbanov Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Samuel Ortiz , Ian Campbell , Pawel Moll , Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , Courtney Cavin , Bjorn Andersson , Josh Cartwright List-Id: linux-arm-msm@vger.kernel.org On Thu, 17 Jul 2014, Stanimir Varbanov wrote: > The pm8921-core driver presently supports pm8921 and pm8058 > Qualcomm PMICs. To avoid confusion with new generation PMICs > (like pm8941) rename the pm8921-core driver to more > appropriate name pm8xxx-ssbi, which reflects better that > those chips use SSBI interface. >=20 > Signed-off-by: Stanimir Varbanov > --- > drivers/mfd/Kconfig | 14 +++++----- > drivers/mfd/Makefile | 2 +- > drivers/mfd/{pm8921-core.c =3D> pm8xxx-ssbi.c} | 38 +++++++++++++-= ------------ > 3 files changed, 27 insertions(+), 27 deletions(-) > rename drivers/mfd/{pm8921-core.c =3D> pm8xxx-ssbi.c} (92%) Patch looks fine to me. Acked-by: Lee Jones I'm assuming we want to wait for the others in the set to be ready before applying? [...] --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Tue, 22 Jul 2014 11:32:52 +0100 Subject: [PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver In-Reply-To: <1405613855-27572-5-git-send-email-svarbanov@mm-sol.com> References: <1405613855-27572-1-git-send-email-svarbanov@mm-sol.com> <1405613855-27572-5-git-send-email-svarbanov@mm-sol.com> Message-ID: <20140722103252.GD8406@lee--X1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 17 Jul 2014, Stanimir Varbanov wrote: > The pm8921-core driver presently supports pm8921 and pm8058 > Qualcomm PMICs. To avoid confusion with new generation PMICs > (like pm8941) rename the pm8921-core driver to more > appropriate name pm8xxx-ssbi, which reflects better that > those chips use SSBI interface. > > Signed-off-by: Stanimir Varbanov > --- > drivers/mfd/Kconfig | 14 +++++----- > drivers/mfd/Makefile | 2 +- > drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} | 38 +++++++++++++------------- > 3 files changed, 27 insertions(+), 27 deletions(-) > rename drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} (92%) Patch looks fine to me. Acked-by: Lee Jones I'm assuming we want to wait for the others in the set to be ready before applying? [...] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754726AbaGVKdB (ORCPT ); Tue, 22 Jul 2014 06:33:01 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:52063 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754658AbaGVKc7 (ORCPT ); Tue, 22 Jul 2014 06:32:59 -0400 Date: Tue, 22 Jul 2014 11:32:52 +0100 From: Lee Jones To: Stanimir Varbanov Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Samuel Ortiz , Ian Campbell , Pawel Moll , Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , Courtney Cavin , Bjorn Andersson , Josh Cartwright Subject: Re: [PATCH v2 4/4] mfd: pm8921: rename pm8921-core driver Message-ID: <20140722103252.GD8406@lee--X1> References: <1405613855-27572-1-git-send-email-svarbanov@mm-sol.com> <1405613855-27572-5-git-send-email-svarbanov@mm-sol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1405613855-27572-5-git-send-email-svarbanov@mm-sol.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Jul 2014, Stanimir Varbanov wrote: > The pm8921-core driver presently supports pm8921 and pm8058 > Qualcomm PMICs. To avoid confusion with new generation PMICs > (like pm8941) rename the pm8921-core driver to more > appropriate name pm8xxx-ssbi, which reflects better that > those chips use SSBI interface. > > Signed-off-by: Stanimir Varbanov > --- > drivers/mfd/Kconfig | 14 +++++----- > drivers/mfd/Makefile | 2 +- > drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} | 38 +++++++++++++------------- > 3 files changed, 27 insertions(+), 27 deletions(-) > rename drivers/mfd/{pm8921-core.c => pm8xxx-ssbi.c} (92%) Patch looks fine to me. Acked-by: Lee Jones I'm assuming we want to wait for the others in the set to be ready before applying? [...] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog