Re: [PATCH 1/2] ab8500: remove explicit handling of battery type

2012-12-04 Thread Lee Jones
> From: "Rajanikanth H.V" > > dt property, 'battery-type' shall be one of supported technology type > instead blank. > refer:Documentation/devicetree/bindings/power_supply/ab8500/fg.txt > for the list of supported types > > thanks to Francesco Lavra for highlighting missing of_node_put(...

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread Amit Kucheria
On Sat, Dec 1, 2012 at 8:36 AM, Anton Vorontsov wrote: > On Fri, Nov 30, 2012 at 05:30:03PM +0400, Andrey Konovalov wrote: > [...] >> >>>How do you suggest to solve these issues? >> >> >> >>That you, Andrey and >> >>the 'the guy maintaining the Android topic' >> >> Deepak, is that ^^^ John, Anton,

New WiFi access points in LAVA

2012-12-04 Thread Dave Pigott
Hi all, I've now added 3 routers supporting b, g and n. They are: LAVA-WiFi-B Fixed IP address: 192.168.1.17 SSID: LAVA-WiFi-B ChangeHuntDevise LAVA-WiFi-G Fixed IP address: 192.168.1.24 SSID: LAVA-WiFi-G DoubleSuezBun LAVA-WiFi-N Fixed IP address: 192.168.1.9 SSID: LAVA-Wife-N GeneralWaveFlig

[PATCH 1/2 v2] ab8500: Remove initial "UNKNOWN" battery-type string assignment

2012-12-04 Thread Rajanikanth H . V
From: "Rajanikanth H.V" DT property 'stericsson,battery-type' shall be one of supported technology type Acked-by: Lee Jones Signed-off-by: Rajanikanth H.V --- drivers/power/ab8500_bmdata.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/power/ab8500_b

Re: [Linaro-validation] New WiFi access points in LAVA

2012-12-04 Thread Andy Doan
On 12/04/2012 04:10 AM, Dave Pigott wrote: Hi all, I've now added 3 routers supporting b, g and n. They are: LAVA-WiFi-B Fixed IP address: 192.168.1.17 SSID: LAVA-WiFi-B ChangeHuntDevise LAVA-WiFi-G Fixed IP address: 192.168.1.24 SSID: LAVA-WiFi-G DoubleSuezBun LAVA-WiFi-N Fixed IP address:

Re: [PATCH] bootwrapper: Fix check for architected timer

2012-12-04 Thread Peter Maydell
On 30 November 2012 15:30, Jon Medhurst (Tixy) wrote: > From: Will Deacon > > We need to set the flags when checking the feature register. > > Signed-off-by: Will Deacon > --- > > I found this patch in another fork of the bootwrapper and it looks like > something we should have. On the A15 and b

Re: [PATCH] bootwrapper: Fix check for architected timer

2012-12-04 Thread Peter Maydell
On 4 December 2012 16:01, Peter Maydell wrote: > Er, this patch doesn't apply at all to the kvm bootwrapper. Whoops, false alarm due to failure to drive git properly (was on an ancient branch). Reviewed-by: Peter Maydell -- PMM ___ linaro-dev mailin

Re: [PATCH v2] bootwrapper: Enable non-secure access to the CCI

2012-12-04 Thread Peter Maydell
On 3 December 2012 20:23, Jon Medhurst (Tixy) wrote: > We boot the kernel in non-secure mode and by default access to > the CCI device is not enabled for non-secure access, so we must > enable this if we want Linux to manage CPU hotplug on big.LITTLE > models. > > Signed-off-by: Jon Medhurst Rev

Re: [PATCH v2] bootwrapper: Enable non-secure access to the CCI

2012-12-04 Thread Jon Medhurst (Tixy)
On Tue, 2012-12-04 at 16:18 +, Peter Maydell wrote: > On 3 December 2012 20:23, Jon Medhurst (Tixy) wrote: > > We boot the kernel in non-secure mode and by default access to > > the CCI device is not enabled for non-secure access, so we must > > enable this if we want Linux to manage CPU hotpl

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread John Stultz
On 12/04/2012 02:39 AM, Amit Kucheria wrote: On Sat, Dec 1, 2012 at 8:36 AM, Anton Vorontsov wrote: On Fri, Nov 30, 2012 at 05:30:03PM +0400, Andrey Konovalov wrote: [...] How do you suggest to solve these issues? That you, Andrey and the 'the guy maintaining the Android topic' Deepak, is th

[ANNOUNCE] linux-linaro kernel schedule for 12.12

2012-12-04 Thread Andrey Konovalov
Greetings, The current 12.12 schedule has been published on wiki: https://wiki.linaro.org/Platform/DevPlatform/LinuxLinaroKernelSchedule This is a short cycle: the linux-linaro (ll) tree freeze is December 13. llct has been updated to v3.7-rc8, the tag is llct-20121205.0 Tomorrow I'll rebuild

Re: [PATCH] gpu: ion: Use RB_CLEAR_NODE instead of rb_init_node

2012-12-04 Thread John Stultz
On 11/15/2012 02:02 AM, Tushar Behera wrote: rb_init_node() has been removed from the kernel, use alternate macro. Signed-off-by: Tushar Behera --- This patch also needs to go into android-3.7 tree. Thanks for this. Sorry it took me so long, but I've just now merged this into the linaro-an

Re: [PATCH 1/3] usb: gadget: android: Fix build error because of removal of usb_gadget_controller_number

2012-12-04 Thread John Stultz
On 11/15/2012 01:17 AM, Tushar Behera wrote: Required as per commit ed9cbda ("usb: gadget: remove usb_gadget_controller_number()"). Signed-off-by: Tushar Behera Thanks! Merged into linaro-android-3.7-anton-rebase. -john ___ linaro-dev mailing list

Re: [PATCH 2/3] usb: gadget: android: Fix build error because of change in composite driver framework

2012-12-04 Thread John Stultz
On 11/15/2012 01:17 AM, Tushar Behera wrote: Signed-off-by: Tushar Behera --- Thanks! Merged into linaro-android-3.7-anton-rebase. -john ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH 3/3] netfilter: xt_quota2: Remove extra parameter from netlink_kernel_create

2012-12-04 Thread John Stultz
On 11/15/2012 01:17 AM, Tushar Behera wrote: Required as per commit 9f00d9776bc5 ("netlink: hide struct module parameter in netlink_kernel_create"). Signed-off-by: Tushar Behera Thanks! Merged into linaro-android-3.7-anton-rebase. -john ___ lina

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread John Stultz
On 12/04/2012 10:47 AM, John Stultz wrote: On 12/04/2012 02:39 AM, Amit Kucheria wrote: Any conclusion to this discussion? I'd really like the latest version of interactive governor to be carried in all Linaro releases (Android and Ubuntu). The one from the Android tree isn't the latest. Sorry

Re: Bisected regression: mmc: omap_hsmmc: remove private DMA API implementation prevents Pandaboard ES to boot

2012-12-04 Thread Robert Nelson
On Tue, Dec 4, 2012 at 6:51 PM, Juri Lelli wrote: > Hi all, > in the process of testing scheduler patches on a Pandaboard ES, I > found a possible regression regarding OMAP mmc. The system is a > Pandaboard ES (OMAP4460 ES1.1) running Linaro 12.10 (GNU/Linux > 3.4.0-2-linaro-lt-omap armv7l). > > T

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread Viresh Kumar
On 5 December 2012 06:32, John Stultz wrote: > Ok, so I've taken the 3.7 rebase tree Anton did while I was on leave and > cherry-picked a number of newer changes from the AOSP/android-3.4 branch. > This should contain the latest AOSP cpufreq-interactive, ion, and sync > drivers. > > You can find i

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread John Stultz
On 12/04/2012 08:10 PM, Viresh Kumar wrote: On 5 December 2012 06:32, John Stultz wrote: Ok, so I've taken the 3.7 rebase tree Anton did while I was on leave and cherry-picked a number of newer changes from the AOSP/android-3.4 branch. This should contain the latest AOSP cpufreq-interactive, io

Re: [GIT PULL] cpufreq-interactive-gov-master-v1

2012-12-04 Thread Viresh Kumar
On 5 December 2012 09:55, John Stultz wrote: > So while I can try to update the linaro-android tree more frequently, > maintaining that tree is more of a background task. So when my other > commitments consume my attention, sometimes that update frequency is slower. > Also, given we're already 3 r

Re: [PATCH Resend 0/3] sched: fix nr_busy_cpus

2012-12-04 Thread Viresh Kumar
On Mon, Dec 3, 2012 at 5:56 PM, Vincent Guittot wrote: > The nr_busy_cpus field of the sched_group_power is sometime different from 0 > whereas the platform is fully idle. This serie fixes 3 use cases: > - when the SCHED softirq is raised on an idle core for idle load balance but >the platfor

Re: HMP patches v2

2012-12-04 Thread Viresh Kumar
On 17 November 2012 00:02, Liviu Dudau wrote: > Here are the latest patches for HMP tunables to be included in the MP branch > for the 12.11 > release. They depend on Vincent Guittot's patches that you have on -exp-v12 > branch which > we need included in the PULL request. Testing shows that the