Re: [PATCH V5 2/2] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-11-11 Thread Zhang Rui
On Fri, 2012-11-09 at 19:29 +0800, hongbo.zhang wrote: > From: "hongbo.zhang" > > This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, > also adds the platform data to support the old fashion. > > Signed-off-by: hongbo.zhang > Reviewed-by: Viresh Kumar hmmm, who shou

Re: Test Result Summary of Calendar Week 45 for Linaro ubuntu.

2012-11-11 Thread Andy Green
On 11/12/12 11:57, the mail apparently from Botao Sun included: Hi Andy, The Audio input on Panda 4460 always bothers me. My microphone works well on my PC, Vexpress A9 board, but never works on Panda 4460. The plug is a standard 3 parts one. How did you work out this issue? With a line in cabl

Re: Test Result Summary of Calendar Week 45 for Linaro ubuntu.

2012-11-11 Thread Botao Sun
Hi Andy, The Audio input on Panda 4460 always bothers me. My microphone works well on my PC, Vexpress A9 board, but never works on Panda 4460. The plug is a standard 3 parts one. How did you work out this issue? With a line in cable? Thanks. Best Regards Botao Sun On Mon, Nov 12, 2012 at 2:51

Re: Test Result Summary of Calendar Week 45 for Linaro ubuntu.

2012-11-11 Thread Andy Green
On 11/09/12 15:20, the mail apparently from Botao Sun included: Hi - 3. Panda 4430 + ubuntu (Column AD): https://docs.google.com/a/linaro.org/spreadsheet/ccc?key=0AroPySpr4FnEdEwwZkhrZ1VYUEg2LTlQZzR0RlhzM3c#gid=0 Audio works. Dead lock error still exists in boot log, and the issues Audio ha

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

2012-11-11 Thread Viresh Kumar
On 12 November 2012 01:12, Rob Herring wrote: > On 11/11/2012 11:27 AM, Viresh Kumar wrote: >> On 11 November 2012 19:42, Rob Herring wrote: >>> On 11/06/2012 10:22 PM, viresh kumar wrote: >> cluster0: cluster@0 { + data1 = <0x50 0x60 0x70>; +

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

2012-11-11 Thread Rob Herring
On 11/11/2012 11:27 AM, Viresh Kumar wrote: > On 11 November 2012 19:42, Rob Herring wrote: >> On 11/06/2012 10:22 PM, viresh kumar wrote: > >>> cluster0: cluster@0 { >>> + data1 = <0x50 0x60 0x70>; >>> + data2 = <0x5000 0x6000 0x7000>;

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

2012-11-11 Thread Viresh Kumar
On 11 November 2012 19:42, Rob Herring wrote: > On 11/06/2012 10:22 PM, viresh kumar wrote: >> cluster0: cluster@0 { >> + data1 = <0x50 0x60 0x70>; >> + data2 = <0x5000 0x6000 0x7000>; >> + data3 = <0x5000 0x600

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

2012-11-11 Thread Rob Herring
On 11/06/2012 10:22 PM, viresh kumar wrote: > On Tue, Nov 6, 2012 at 7:48 PM, Rob Herring wrote: >>> +#define of_property_read_array(_np, _pname, _out, _sz) >>> \ > >>> + while (_sz--) \ >>> + *_out++ = (type