From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH V1 1/4] spmi: pmic-arb: return __iomem pointer instead of offset Date: Wed, 5 Jul 2017 23:51:43 -0700 Message-ID: <20170706065143.GC22780@codeaurora.org> References: <1499086338-19498-1-git-send-email-kgunda@codeaurora.org> <1499086338-19498-2-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]:43686 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbdGFGvo (ORCPT ); Thu, 6 Jul 2017 02:51:44 -0400 Content-Disposition: inline In-Reply-To: <1499086338-19498-2-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 , David Collins , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On 07/03, Kiran Gunda wrote: > Modify the pmic_arb version ops to return an __iomem pointer > to the address instead of an offset. That way we do not need to > care about the base address changes in the new HW version. > > Signed-off-by: Kiran Gunda > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project