linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: qcom_rpm: Remove unused define
@ 2016-06-13  0:34 Linus Walleij
  2016-06-14 17:48 ` Stephen Boyd
  2016-06-15 14:09 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2016-06-13  0:34 UTC (permalink / raw)
  To: Samuel Ortiz, Lee Jones, linux-kernel
  Cc: Linus Walleij, Stephen Boyd, Bjorn Andersson, Andy Gross

This define RPM_SIGNAL probably pertains to the IPC signal which
we ended up fetching from the device tree instead. the define is
unused, remove it.

Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/mfd/qcom_rpm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c
index 1be47ad6441b..4f589cf75549 100644
--- a/drivers/mfd/qcom_rpm.c
+++ b/drivers/mfd/qcom_rpm.c
@@ -70,8 +70,6 @@ struct qcom_rpm {
 #define RPM_NOTIFICATION	BIT(30)
 #define RPM_REJECTED		BIT(31)
 
-#define RPM_SIGNAL		BIT(2)
-
 static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = {
 	[QCOM_RPM_CXO_CLK] =			{ 25, 9, 5, 1 },
 	[QCOM_RPM_PXO_CLK] =			{ 26, 10, 6, 1 },
-- 
2.4.11

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: qcom_rpm: Remove unused define
  2016-06-13  0:34 [PATCH] mfd: qcom_rpm: Remove unused define Linus Walleij
@ 2016-06-14 17:48 ` Stephen Boyd
  2016-06-15 14:09 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2016-06-14 17:48 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Samuel Ortiz, Lee Jones, linux-kernel, Bjorn Andersson, Andy Gross

On 06/13, Linus Walleij wrote:
> This define RPM_SIGNAL probably pertains to the IPC signal which
> we ended up fetching from the device tree instead. the define is
> unused, remove it.
> 
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Andy Gross <andy.gross@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: qcom_rpm: Remove unused define
  2016-06-13  0:34 [PATCH] mfd: qcom_rpm: Remove unused define Linus Walleij
  2016-06-14 17:48 ` Stephen Boyd
@ 2016-06-15 14:09 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2016-06-15 14:09 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Samuel Ortiz, linux-kernel, Stephen Boyd, Bjorn Andersson, Andy Gross

On Mon, 13 Jun 2016, Linus Walleij wrote:

> This define RPM_SIGNAL probably pertains to the IPC signal which
> we ended up fetching from the device tree instead. the define is
> unused, remove it.
> 
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
> Cc: Andy Gross <andy.gross@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/mfd/qcom_rpm.c | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c
> index 1be47ad6441b..4f589cf75549 100644
> --- a/drivers/mfd/qcom_rpm.c
> +++ b/drivers/mfd/qcom_rpm.c
> @@ -70,8 +70,6 @@ struct qcom_rpm {
>  #define RPM_NOTIFICATION	BIT(30)
>  #define RPM_REJECTED		BIT(31)
>  
> -#define RPM_SIGNAL		BIT(2)
> -
>  static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = {
>  	[QCOM_RPM_CXO_CLK] =			{ 25, 9, 5, 1 },
>  	[QCOM_RPM_PXO_CLK] =			{ 26, 10, 6, 1 },

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-15 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13  0:34 [PATCH] mfd: qcom_rpm: Remove unused define Linus Walleij
2016-06-14 17:48 ` Stephen Boyd
2016-06-15 14:09 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).