Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751768AbdG1FeR (ORCPT ); Fri, 28 Jul 2017 01:34:17 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:32942 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751747AbdG1FeP (ORCPT ); Fri, 28 Jul 2017 01:34:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 28 Jul 2017 11:04:14 +0530 From: kgunda@codeaurora.org To: Stephen Boyd Cc: gregkh@linuxfoundation.org, Abhijeet Dharmapurikar , David Collins , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH V1 06/12] spmi: pmic-arb: replace the writel_relaxed with __raw_writel In-Reply-To: <20170728000126.GV2146@codeaurora.org> References: <1500535910-28705-1-git-send-email-kgunda@codeaurora.org> <1500535910-28705-7-git-send-email-kgunda@codeaurora.org> <20170728000126.GV2146@codeaurora.org> Message-ID: <0a308e4bee12832d2bbaf4c55a6a169f@codeaurora.org> User-Agent: Roundcube Webmail/1.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 516 Lines: 14 On 2017-07-28 05:31, Stephen Boyd wrote: > On 07/20, Kiran Gunda wrote: >> Replace the writel_relaxed with __raw_writel to avoid byte swapping >> in pmic_arb_write_data() function. That way the code is independent >> of the CPU endianness. >> >> Signed-off-by: Kiran Gunda >> Reviewed-by: Stephen Boyd > > This also needs a Fixes tag. > > Fixes: 111a10bf3e53 ("spmi: pmic-arb: rename spmi_pmic_arb_dev to > spmi_pmic_arb") Sure. will add the tag and send the patch.