INFO: possible circular locking dependency detected (v3.2-rc1)

2011-11-11 Thread Shawn Guo
I'm running v3.2-rc1 kernel with CONFIG_PROVE_LOCKING enabled on imx6 and imx5 with Linaro rootfs (nano, developer) and seeing a circular locking dependency warning. ---8< [3.520947] Freeing init memory: 260K Loading, please wait... [3.713140] [3.714647] ==

Initial linaro-android-3.1 kernel for 11.11

2011-11-11 Thread john stultz
Just wanted to announce that the initial Linaro+Android-3.1 kernel for 11.11 is available. I've tagged it as: linux-linaro-3.1-2011.11-0-android-0 >From the branch: git://android.git.linaro.org/kernel/linaro-android.git linaro-android-3.1-agreen-rebase Please remember Nico is freezing the 11.11

Re: [U-Boot] Patches for SMSC LAN911X driver on UBoot and QEMU

2011-11-11 Thread Mike Frysinger
On Friday 11 November 2011 08:28:13 Cachet Bertrand wrote: > I have made some modification to the SMSC LAN911X driver for both UBoot and > QEMU in order to be able to use SMSC LAN9X based network drivers during > the u-boot stage. i'm not sure if you're attempting to get things merged into upstrea

Re: (cross-post) Efika MX anyone?

2011-11-11 Thread Johan Dams
Hi. You can try to get one of our bootable SD cards (e.g., ARMHF: http://www.powerdeveloper.org/platforms/efikamx/linux) and replace the root file system with one of the more recent versions from e.g., Linaro. Best regards, Johan -- Johan Dams Director, Software Engineering Genesi USA (+1) 210 5

Re: Freeze date for the Linaro 11.11 kernel release

2011-11-11 Thread Nicolas Pitre
On Fri, 11 Nov 2011, Amit Kachhap wrote: > Hi Nicolas, > > Please pull the samsung cpuidle code from, > > (git://git.linaro.org/people/amitdanielk/linux.git branch: > samsung_cpuidle_l2_retention). Merged, thanks. Nicolas ___ linaro-dev mailing li

[Activity] Power Management WG Weekly Status report for week ending 2011-11-11

2011-11-11 Thread Mounir Bsaibes
Enclosed please find the link to the Weekly Status report & meeting minutes for the Power Management working group for the week ending 2011-11-11 == Weekly Status Report == https://wiki.linaro.org/WorkingGroups/PowerManagement/Status/2011-11-10 == Meeting Minutes == https://wiki.linaro.org/Wor

Re: [PATCH] pinctrl: Add explicit gpio_disable_free pinmux_op

2011-11-11 Thread Linus Walleij
On Wed, Nov 9, 2011 at 5:28 PM, Stephen Warren wrote: > Does this patch look good? Yep it's applied. Linus ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

[Activity] Kernel WG Weekly Status report for week ending 2011-11-11

2011-11-11 Thread Mounir Bsaibes
Enclosed please find the link to the Weekly Status & Individual Activity reports for the kernel working group for the week ending 2011-11-11 == Weekly Status Report == https://wiki.linaro.org/WorkingGroups/Kernel/Status/2011-11-10 == Individual Activity Report == https://wiki.linaro.org/Worki

(cross-post) Efika MX anyone?

2011-11-11 Thread Zygmunt Krynicki
W dniu 11.11.2011 03:55, Adilson Oliveira pisze: Hi. I'm re-posting a question from a canonical folk about Efika MX, I think the audience here will be more capable of helping out. -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I got an Efika MX and I wondered if anyone qwas able to i

Re: LAVA validation status

2011-11-11 Thread Dave Pigott
Hi Paul, On 11 Nov 2011, at 10:56, Paul Sokolovsky wrote: > Hello Dave, > > On Fri, 11 Nov 2011 10:36:45 + > Dave Pigott wrote: > > [] >> look and feel!), we're asking that you hold off submitting jobs to >> LAVA until we give the go-ahead. > > "Hold-off" as in "please don't submit jobs n

Re: [PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-11 Thread Sylwester Nawrocki
On 11/11/2011 07:28 AM, Amit Kachhap wrote: > On 4 November 2011 23:03, Sylwester Nawrocki wrote: >> On 11/04/2011 06:03 PM, amit.kach...@linaro.org wrote: >>> From: Amit Daniel Kachhap >>> >>> Following the merge of CPU PM notifiers and L2 resume code, this patch >>> removes useless code to save

Patches for SMSC LAN911X driver on UBoot and QEMU

2011-11-11 Thread Cachet Bertrand
Hi, I have made some modification to the SMSC LAN911X driver for both UBoot and QEMU in order to be able to use SMSC LAN9X based network drivers during the u-boot stage. 1) U-Boot In UBoot, when the LAN911X device is reseted, the READY bit is checked and device is wake up by writing onto

Re: android powertop is always segment fault

2011-11-11 Thread Jello huang
It is the problem that kernel donot export "processor" to /proc/cpuinfo when just one cpu core. but i donot why u can use powertop without this problem problem ? On 10 November 2011 17:33, Jello huang wrote: > Hi Tony, > > i snapshot the below code and my board is arm11. > > Thanks > Jello Hu

Re: LAVA validation status

2011-11-11 Thread Paul Sokolovsky
Hello Dave, On Fri, 11 Nov 2011 10:36:45 + Dave Pigott wrote: [] > look and feel!), we're asking that you hold off submitting jobs to > LAVA until we give the go-ahead. "Hold-off" as in "please don't submit jobs now - they disrupt us", or "if you submit now, be prepared to not get expected

Re: Freeze date for the Linaro 11.11 kernel release

2011-11-11 Thread Amit Kachhap
Hi Nicolas, Please pull the samsung cpuidle code from, (git://git.linaro.org/people/amitdanielk/linux.git branch: samsung_cpuidle_l2_retention). The above branch is rebased on top of your tree and contains some necessary patches already in mainline. All these patches are submitted and under re

Re: dependencies between actions in the dispatcher

2011-11-11 Thread yong qin
> > 1) Change submit results to not be an action. 2) Add a result_locations list and action_data dictionary to > LavaContext. My half-thought through idea is that actions will use > the action name as a prefix, e.g. deploy_linaro_image for a qemu > client might set 'deploy_linaro_image.qemu