Re: [PATCH 0/2] Android fixes w.r.t. 3.6 kernel

2012-09-11 Thread John Stultz
On 09/10/2012 10:22 PM, Tushar Behera wrote: Ping !!! On 08/31/2012 09:57 AM, Tushar Behera wrote: Required for android-3.6 tree. Tushar Behera (2): netfilter: xt_quota2: Move away from NLMSG_PUT() netfilter: xt_quota2: Update parameter list in netlink_kernel_create

Re: CONFIG_NO_HZ + CONFIG_CPU_IDLE freeze the system (Was Re: [PATCH] acpi : remove power from acpi_processor_cx structure)

2012-09-11 Thread Daniel Lezcano
On 09/11/2012 02:18 AM, John Stultz wrote: On 09/10/2012 12:45 PM, Daniel Lezcano wrote: On 09/10/2012 07:14 PM, John Stultz wrote: In the meantime, I'll try to reproduce on my T61. If you could send me your .config, I'd appreciate it. http://pastebin.com/qSxqfdDK The header of the config

Re: [RFC PATCH v6] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-11 Thread Sylwester Nawrocki
On 09/10/2012 08:52 PM, Francesco Lavra wrote: On 09/10/2012 05:04 PM, Sylwester Nawrocki wrote: On 09/09/2012 06:01 PM, Francesco Lavra wrote: +static int s5k4ecgx_load_firmware(struct v4l2_subdev *sd) +{ + const struct firmware *fw; + int err, i, regs_num; + struct i2c_client *client =

Re: mfd: Implement devicetree support for AB8500 Btemp

2012-09-11 Thread Rajanikanth HV
On Monday 10 September 2012 07:31 PM, Arnd Bergmann wrote: On Monday 10 September 2012, Rajanikanth HV wrote: + +supplied-to: + This is a logical binding w.r.t power supply event change + across energy-management-module drivers where in the + runtime battery properties are

Re: [RFC PATCH v6] media: add v4l2 subdev driver for S5K4ECGX sensor

2012-09-11 Thread Sangwook Lee
Hi Francesco Thanks for your advice. @ Sylwester Thanks for your nice patch, and I will squash and then send it again. Thanks Sangwook On 10 September 2012 21:29, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: On 09/10/2012 08:52 PM, Francesco Lavra wrote: On 09/10/2012 05:04 PM,

Re: [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-11 Thread Daniel Lezcano
On 09/07/2012 11:19 PM, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Daniel Lezcano wrote: This variable is only used in the in processor_driver.c. This patch reduces the scope of the variable by moving it to this file. Well, the changelog is wrong (because the scope of the

Re: mfd: Implement devicetree support for AB8500 Btemp

2012-09-11 Thread Arnd Bergmann
On Tuesday 11 September 2012, Rajanikanth HV wrote: +Supplied-to: + This shall be power supply class dependency where in the runtime battery + properties will be shared across fuel guage and charging algorithm driver. I probably don't understand enough of this, but shouldn't

Re: [PATCH 2/6] acpi : move cpuidle_device field out of the acpi_processor_power structure

2012-09-11 Thread Daniel Lezcano
On 09/08/2012 12:06 AM, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Daniel Lezcano wrote: Currently we have the cpuidle_device field in the acpi_processor_power

Re: [PATCH 0/2] Android fixes w.r.t. 3.6 kernel

2012-09-11 Thread Andrey Konovalov
On 09/11/2012 10:19 AM, John Stultz wrote: On 09/10/2012 10:22 PM, Tushar Behera wrote: Ping !!! On 08/31/2012 09:57 AM, Tushar Behera wrote: Required for android-3.6 tree. Tushar Behera (2): netfilter: xt_quota2: Move away from NLMSG_PUT() netfilter: xt_quota2: Update parameter list

Re: CONFIG_NO_HZ + CONFIG_CPU_IDLE freeze the system (Was Re: [PATCH] acpi : remove power from acpi_processor_cx structure)

2012-09-11 Thread John Stultz
On 09/10/2012 11:58 PM, Daniel Lezcano wrote: Would you mind testing the following patch? It seems to resolve the issue, but I've not yet run it through my test suite to make sure it didn't break anything else. No problem, I will try it this evening. Is this problem related to all 32bits arch

Linaro Release 12.08 Postmortem Summary

2012-09-11 Thread David Zinman
Postmortem and lessons learned for Linaro's release 2012.08 https://wiki.linaro.org/Cycles/1208/Release/Review Highlights and Key Successes Linaro also held its first Virtual Connect event on 13 - 17 August, 2012. This online event used Google+ Hangouts on Air and

Re: [PATCH 1/6] acpi : move the acpi_idle_driver variable declaration

2012-09-11 Thread Rafael J. Wysocki
On Tuesday, September 11, 2012, Daniel Lezcano wrote: On 09/07/2012 11:19 PM, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Daniel Lezcano wrote: This variable is only used in the in processor_driver.c. This patch reduces the scope of the variable by moving it to this file.

Re: [PATCH 2/6] acpi : move cpuidle_device field out of the acpi_processor_power structure

2012-09-11 Thread Rafael J. Wysocki
On Tuesday, September 11, 2012, Daniel Lezcano wrote: On 09/08/2012 12:06 AM, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Rafael J. Wysocki wrote: On Friday, September 07, 2012, Daniel Lezcano wrote: Currently we have the

new fastmodel naming in LAVA

2012-09-11 Thread Andy Doan
A head's up for people submitting fastmodel jobs to LAVA. We've recently decided on a different naming scheme for the device/device-types in the lab. Previously it was: device-type: fastmodel device: fastmodel01, fastmodel02 We are changing this to be: device-type: rtsm_ve-a15x4-a7x4

Re: CONFIG_NO_HZ + CONFIG_CPU_IDLE freeze the system (Was Re: [PATCH] acpi : remove power from acpi_processor_cx structure)

2012-09-11 Thread Daniel Lezcano
On 09/11/2012 02:18 AM, John Stultz wrote: On 09/10/2012 12:45 PM, Daniel Lezcano wrote: On 09/10/2012 07:14 PM, John Stultz wrote: In the meantime, I'll try to reproduce on my T61. If you could send me your .config, I'd appreciate it. http://pastebin.com/qSxqfdDK The header of the config

2012-09-12 Android Platform Team Meeting Agenda Posted

2012-09-11 Thread Zach Pfeffer
Take a look at: https://wiki.linaro.org/Platform/Android/Meetings/2012-09-12 Feel free to add to the agenda and join us in #linaro-meeting on irc.freenode.net at 13:00 UTC on 2012/9/12. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM

Re: 2012-09-12 Android Platform Team Meeting Agenda Posted

2012-09-11 Thread Zygmunt Krynicki
W dniu 11.09.2012 23:56, Zach Pfeffer pisze: Take a look at: https://wiki.linaro.org/Platform/Android/Meetings/2012-09-12 Feel free to add to the agenda and join us in #linaro-meeting on irc.freenode.net at 13:00 UTC on 2012/9/12. Yay, google tester is in the agenda, thanks zach! ZK --