Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-18 Thread Viresh Kumar
On 19 November 2012 12:05, Rajanikanth HV wrote: > On 19 November 2012 12:00, Viresh Kumar wrote: >> Firstly you tried square braces [ ], I am not sure if that is allowed. >> Can you point me to the specification? > http://www.devicetree.org/Device_Tree_Usage > " > a-byte-data-property = [0x01 0x

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-18 Thread Rajanikanth HV
On 19 November 2012 12:00, Viresh Kumar wrote: > Firstly you tried square braces [ ], I am not sure if that is allowed. > Can you point me to the specification? http://www.devicetree.org/Device_Tree_Usage " a-byte-data-property = [0x01 0x23 0x34 0x56]; " > > And simply passing 0x50, 0x60 etc.. wil

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-18 Thread Viresh Kumar
On 19 November 2012 11:54, Rajanikanth HV wrote: >> data1 = /bits/ 8 <0x50 0x60 0x70>; > as per spec, format for data byte defines will be: > data1 = [ 0x50 0x60 0x70 ]; > however, i see a parse error from device tree compiler when i tried. Firstly you tried square braces [ ], I am not sure if th

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-18 Thread Rajanikanth HV
On 19 November 2012 09:24, Viresh Kumar wrote: > On 12 November 2012 09:03, Viresh Kumar wrote: >> On 12 November 2012 01:12, Rob Herring wrote: >>> I don't think the size is stored in the dtb. It is only in the dts. You >>> need to define the size in the binding definitions and use '/bits/' >>>

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Anton Vorontsov
On Mon, Nov 19, 2012 at 09:28:59AM +0530, Rajanikanth HV wrote: > > FWIW, I fixed these warnings. > > > > CHECK drivers/power/ab8500_bmdata.c > > drivers/power/ab8500_bmdata.c:146:23: warning: symbol > > 'temp_to_batres_tbl_thermistor' was not declared. Should it be static? > > drivers/power/a

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Rajanikanth HV
> On 19 November 2012 09:16, Anton Vorontsov wrote: > (But I'm bouncing the patches to Samuel and Mark anyway, jfyi.) > > p.s. > > FWIW, I fixed these warnings. > > CHECK drivers/power/ab8500_bmdata.c > drivers/power/ab8500_bmdata.c:146:23: warning: symbol > 'temp_to_batres_tbl_thermistor' wa

Re: [PATCH Resend V2] dt: add helper function to read u8 & u16 variables & arrays

2012-11-18 Thread Viresh Kumar
On 12 November 2012 09:03, Viresh Kumar wrote: > On 12 November 2012 01:12, Rob Herring wrote: >> I don't think the size is stored in the dtb. It is only in the dts. You >> need to define the size in the binding definitions and use '/bits/' >> annotation. With this the data is packed. Then the ar

Re: [PATCH 0/4] Implement device tree support for ab8500 BM Devices

2012-11-18 Thread Anton Vorontsov
On Wed, Oct 31, 2012 at 03:40:29PM +, Rajanikanth H.V wrote: > From: "Rajanikanth H.V" > > This patch-set adds device tree binding for ab8500 battery-managed > devices. Removes the redundant platform structure maintained > across bm devices and implements common DT probe routine across all th

Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard

2012-11-18 Thread Andy Green
On 11/18/12 16:24, the mail apparently from Fathi Boudra included: Wrong mailing list, forwarding lo linaro-dev -- Forwarded message -- From: Alex Stefanescu Date: 18 November 2012 02:09 Subject: trouble using wifi on Linaro Ubuntu for Pandaboard Hello, I'm having trouble conn

Re: [PATCH V6 1/2] Thermal: Add ST-Ericsson DB8500 thermal driver.

2012-11-18 Thread Zhang Rui
On Sun, 2012-11-18 at 15:29 +0100, Francesco Lavra wrote: > On 11/15/2012 01:51 PM, Zhang Rui wrote: > > On Thu, 2012-11-15 at 18:56 +0800, hongbo.zhang wrote: > >> From: "hongbo.zhang" > >> > >> This driver is based on the thermal management framework in thermal_sys.c. > >> A > >> thermal zone d

Re: [PATCH V6 1/2] Thermal: Add ST-Ericsson DB8500 thermal driver.

2012-11-18 Thread Francesco Lavra
On 11/15/2012 01:51 PM, Zhang Rui wrote: > On Thu, 2012-11-15 at 18:56 +0800, hongbo.zhang wrote: >> From: "hongbo.zhang" >> >> This driver is based on the thermal management framework in thermal_sys.c. A >> thermal zone device is created with the trip points to which cooling devices >> can be bou

Re: [PATCH] genirq: Add default affinity mask command line option

2012-11-18 Thread Francesco Lavra
Hi, On 11/12/2012 05:57 PM, Punit Agrawal wrote: > I am attaching a patch by Thomas Gleixner which adds a kernel > command line parameter to set the defauilt IRQ affinity mask. Could > you please integrate this in your tree for the next Linaro release? > > I've been using this patch for sometime

Re: [RFC] cpuidle - remove the power_specified field in the driver

2012-11-18 Thread Daniel Lezcano
On 11/18/2012 09:40 AM, Francesco Lavra wrote: > Hi, > > On 11/12/2012 09:26 PM, Daniel Lezcano wrote: >> This patch follows the discussion about reinitializing the power usage >> when a C-state is added/removed. >> >> https://lkml.org/lkml/2012/10/16/518 >> >> We realized the power usage field i

Re: [RFC] cpuidle - remove the power_specified field in the driver

2012-11-18 Thread Francesco Lavra
Hi, On 11/12/2012 09:26 PM, Daniel Lezcano wrote: > This patch follows the discussion about reinitializing the power usage > when a C-state is added/removed. > > https://lkml.org/lkml/2012/10/16/518 > > We realized the power usage field is never filled and when it is > filled for tegra, the pow

Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard

2012-11-18 Thread Fathi Boudra
Wrong mailing list, forwarding lo linaro-dev -- Forwarded message -- From: Alex Stefanescu Date: 18 November 2012 02:09 Subject: trouble using wifi on Linaro Ubuntu for Pandaboard Hello, I'm having trouble connecting to wifi on the Linaro Ubuntu releases for the Pandaboard. I've