From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH V1 2/5] spmi: pmic-arb: rename pa_xx to pmic_arb_xx and other code cleanup Date: Wed, 5 Jul 2017 23:49:57 -0700 Message-ID: <20170706064957.GB22780@codeaurora.org> References: <1499084308-2232-1-git-send-email-kgunda@codeaurora.org> <1499084308-2232-3-git-send-email-kgunda@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:43346 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752510AbdGFGuE (ORCPT ); Thu, 6 Jul 2017 02:50:04 -0400 Content-Disposition: inline In-Reply-To: <1499084308-2232-3-git-send-email-kgunda@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Kiran Gunda Cc: Abhijeet Dharmapurikar , Christophe JAILLET , Nicholas Troast , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On 07/03, Kiran Gunda wrote: > This patch cleans up the following. > > - Rename the "pa" to "pmic_arb". > - Rename the spmi_pmic_arb *dev to spmi_pmic_arb *pmic_arb. > - Rename the pa_{read,write}_data() functions to > pmic_arb_{read,write}_data(). > - Rename channel to APID. > - Rename the HWIRQ_*() macros to hwirq_to_*(). > - Clean up qpnpint_irq_set_type() and pmic_arb_find_apid() > functions. > > Signed-off-by: Kiran Gunda > --- > drivers/spmi/spmi-pmic-arb.c | 454 +++++++++++++++++++++---------------------- > 1 file changed, 227 insertions(+), 227 deletions(-) > This patch is large and noisy. Have you tried running scripts/objdiff on this to make sure nothing changed? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project