Re: [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source

2015-03-02 Thread Charles Keepax
On Mon, Mar 02, 2015 at 08:00:43AM +, Lee Jones wrote:
 Charles,
 
 Why have you started using my kernel.org email address?
 
 Where did you even get it from?
 
 Please use my linaro.org one for MFD.
 
 Kind regards,
 Lee

Apologies I had assumed you have moved over to using that email
address I will switch back to using the Linaro one.

Thanks,
Charles
--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source

2015-03-02 Thread Lee Jones
On Mon, 02 Mar 2015, Charles Keepax wrote:

 On Mon, Mar 02, 2015 at 08:00:43AM +, Lee Jones wrote:
  Charles,
  
  Why have you started using my kernel.org email address?
  
  Where did you even get it from?
  
  Please use my linaro.org one for MFD.
  
  Kind regards,
  Lee
 
 Apologies I had assumed you have moved over to using that email
 address I will switch back to using the Linaro one.

It's better to assume MAINTAINERS is correct (until it isn't). ;)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source

2015-03-02 Thread Lee Jones
Charles,

Why have you started using my kernel.org email address?

Where did you even get it from?

Please use my linaro.org one for MFD.

Kind regards,
Lee

On Sat, 28 Feb 2015, Charles Keepax wrote:

 From: Richard Fitzgerald r...@opensource.wolfsonmicro.com
 
 Signed-off-by: Richard Fitzgerald r...@opensource.wolfsonmicro.com
 Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com
 ---
  drivers/mfd/arizona-core.c |3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)
 
 diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
 index 09ba8f1..dddaaef 100644
 --- a/drivers/mfd/arizona-core.c
 +++ b/drivers/mfd/arizona-core.c
 @@ -552,6 +552,9 @@ static int arizona_of_get_core_pdata(struct arizona 
 *arizona)
   ret);
   }
  
 + of_property_read_u32(arizona-dev-of_node, wlf,clk32k-src,
 +  pdata-clk32k_src);
 +
   of_property_for_each_u32(arizona-dev-of_node, wlf,inmode, prop,
cur, val) {
   if (count == ARRAY_SIZE(arizona-pdata.inmode))

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source

2015-03-01 Thread Lee Jones
On Sat, 28 Feb 2015, Charles Keepax wrote:

 From: Richard Fitzgerald r...@opensource.wolfsonmicro.com
 
 Signed-off-by: Richard Fitzgerald r...@opensource.wolfsonmicro.com
 Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com
 ---
  drivers/mfd/arizona-core.c |3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

Requires a DT, or at least a Clk Ack.

 diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
 index 09ba8f1..dddaaef 100644
 --- a/drivers/mfd/arizona-core.c
 +++ b/drivers/mfd/arizona-core.c
 @@ -552,6 +552,9 @@ static int arizona_of_get_core_pdata(struct arizona 
 *arizona)
   ret);
   }
  
 + of_property_read_u32(arizona-dev-of_node, wlf,clk32k-src,
 +  pdata-clk32k_src);
 +
   of_property_for_each_u32(arizona-dev-of_node, wlf,inmode, prop,
cur, val) {
   if (count == ARRAY_SIZE(arizona-pdata.inmode))

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/5] mfd: arizona: Add DT binding for setting 32kHz clock source

2015-02-28 Thread Charles Keepax
From: Richard Fitzgerald r...@opensource.wolfsonmicro.com

Signed-off-by: Richard Fitzgerald r...@opensource.wolfsonmicro.com
Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com
---
 drivers/mfd/arizona-core.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
index 09ba8f1..dddaaef 100644
--- a/drivers/mfd/arizona-core.c
+++ b/drivers/mfd/arizona-core.c
@@ -552,6 +552,9 @@ static int arizona_of_get_core_pdata(struct arizona 
*arizona)
ret);
}
 
+   of_property_read_u32(arizona-dev-of_node, wlf,clk32k-src,
+pdata-clk32k_src);
+
of_property_for_each_u32(arizona-dev-of_node, wlf,inmode, prop,
 cur, val) {
if (count == ARRAY_SIZE(arizona-pdata.inmode))
-- 
1.7.2.5

--
To unsubscribe from this list: send the line unsubscribe devicetree in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html