[PATCH 1/3] powertop: Disable pci bus measurement for arm platforms

2011-07-14 Thread Amit Daniel Kachhap
This patch disables pci related measurement which is not needed for ARM platforms and also library libpci is not needed. Signed-off-by: Amit Daniel Kachhap --- Android.mk |7 ++- devices/runtime_pm.cpp |3 ++- lib.cpp|7 --- main.cpp

[PATCH 3/3] powertop: ncurses: Enable ncurses for android and miscellaneous changes

2011-07-14 Thread Amit Daniel Kachhap
This patch enables ncurses for android. NCURSES_NOMACRO flag is enabled as there is some conflict with stl libraries. Signed-off-by: Amit Daniel Kachhap --- Android.mk | 23 +++ display.cpp|5 - display.h |3 ++- lib.cpp

[PATCH 0/3] powertop: Adding support for android.

2011-07-14 Thread Amit Daniel Kachhap
The following set of patches add changes in powertop needed for arm android platforms. These patches depends on the below mentioned patches. http://www.mail-archive.com/power@bughost.org/msg02078.html Amit Daniel Kachhap (3): powertop: Disable pci bus measurement for arm platforms perf-event:

[PATCH 2/3] powertop: perf-event: Add defination of __NR_perf_event_open for arm platforms

2011-07-14 Thread Amit Daniel Kachhap
This patch adds defination for __NR_perf_event_open if not present for arm platforms. Signed-off-by: Amit Daniel Kachhap --- perf/perf_event.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/perf/perf_event.h b/perf/perf_event.h index 563ffc7..eac4a73 100644 --- a/per

Re: [PATCH 1/1] Add ARM cpu topology definition

2011-07-14 Thread John Stultz
On Tue, 2011-07-12 at 18:23 +0300, Amit Kucheria wrote: > From: Vincent Guittot > > (Patch accepted by Russell for 3.1: > http://www.spinics.net/lists/arm-kernel/msg131273.html) > > The affinity between ARM processors is defined in the MPIDR register. > We can identify which processors are in th

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread David Long
On Thu, 2011-07-14 at 20:53 -0600, Grant Likely wrote: >You should have everything you need to fix it. If > CONFIG_SYS_BOOTMAPSZ is defined, then U-Boot will not use memory > larger that that for the dtb or atags. > > Right now CONFIG_SYS_BOOTMAPSZ is not set by default, but we could > default i

Re: [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread Grant Likely
On Thu, Jul 14, 2011 at 03:12:25PM -0400, David Long wrote: > On Fri, 2011-07-15 at 03:50 +0900, Grant Likely wrote: > > > > Regardless of this patch, the pandaboard uboot still needs to be > > fixed. Setting an fdt_high variable is useful for debug, but it is not > > a fix. > > > > > Then som

0xbench clone causing all Android builds to fail

2011-07-14 Thread Zach Pfeffer
Working on it... ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread David Long
On Thu, 2011-07-14 at 15:21 -0500, Scott Wood wrote: > You have memory below where the kernel is loaded? Our boot script loads the kernel 2MB into physical RAM. It loads the initrd and fdt from the same NAND flash file system into RAM below that. When we boot without specifying an FDT, u-boot

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread David Long
On Thu, 2011-07-14 at 14:43 -0500, Scott Wood wrote: > You need to use lmb_reserve() to exclude any memory regions that are not > suitable for boot images -- see powerpc's arch_lmb_reserve() and > get_effective_memsize()/CONFIG_SYS_LINUX_LOWMEM_MAX_SIZE. If one excludes HIGHMEM from the area u-

Re: [PATCH 07/11] Watchdog: DA9052 watchdog support v1

2011-07-14 Thread Wim Van Sebroeck
Hi Ashish, Dajun, > > This driver adds support for the watchdog functionality provided by the > > Dialog > > Semiconductor DA9052 PMIC chip. > > > > Signed-off-by: David Dajun Chen > > Signed-off-by: Ashish Jangam > > --- > If there are no comments then can you ACK this patch? I remain with m

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread Jerry Van Baren
Hi Dave, This looks reasonable, with one minor nit... On 07/09/2011 04:40 PM, David A. Long wrote: From: David A. Long Add a new "fdt_high" enviroment variable. This can be used to control (or prevent) the relocation of the flattened device tree on boot. It can be used to prevent relocation

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread Scott Wood
On Thu, 14 Jul 2011 15:12:25 -0400 David Long wrote: > On Fri, 2011-07-15 at 03:50 +0900, Grant Likely wrote: > > > > Regardless of this patch, the pandaboard uboot still needs to be > > fixed. Setting an fdt_high variable is useful for debug, but it is not > > a fix. > > > > > Then someone

Re: [beagleboard] [ANNOUNCE] First Linaro 11.07 Build Released

2011-07-14 Thread Fred Arneto
On Sun, Jul 10, 2011 at 2:07 PM, Zach Pfeffer wrote: > All, > > I'm happy to announce the first 11.07 build for generic Panda and > Beagle C4. Unfortunately Beagle xM doesn't boot, but Panda and Beagle > C4 look great! > > https://android-build.linaro.org/builds/~linaro-android/beagle-11.07-releas

Re: [PATCH 1/1] Add ARM cpu topology definition

2011-07-14 Thread Nicolas Pitre
On Tue, 12 Jul 2011, Amit Kucheria wrote: > From: Vincent Guittot > > (Patch accepted by Russell for 3.1: > http://www.spinics.net/lists/arm-kernel/msg131273.html) That is good enough for me. I merged it in the linaro-2.6.39 tree for now, and I'll pick it up from mainline when linaro-3.0 open

Re: [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread David Long
On Fri, 2011-07-15 at 03:50 +0900, Grant Likely wrote: > Regardless of this patch, the pandaboard uboot still needs to be > fixed. Setting an fdt_high variable is useful for debug, but it is not > a fix. > Then someone needs to own the issue of stopping the current u-boot default behavior of

Re: [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread Grant Likely
On Thursday, July 14, 2011, David Long wrote: > > > > > > > > On Thu, 2011-07-14 at 09:10 -0400, Jerry Van Baren wrote: > > > Hi Dave, > > This looks reasonable, with one minor nit... > > > > > > > Need spaces around the "=" > > I will add the spaces before applying the patch unless you send an >

Re: Consistent names for Linaro kernel trees and releases

2011-07-14 Thread Deepak Saxena
On 8 July 2011 12:50, john stultz wrote: > On Fri, 2011-07-08 at 12:35 -0700, Deepak Saxena wrote: >> On 1 July 2011 12:14, Deepak Saxena wrote: >> > Each of the trees have various tags and branches based on how each >> > team and developer >> > works and I don't want to ask folks to change what

Re: Linaro 11.07 weekly testing 2011-07-14

2011-07-14 Thread Andy Doan
On 07/14/2011 10:27 AM, Tom Gall wrote: > * Android: > http://snapshots.linaro.org/11.05-daily/linaro-android/leb-panda/20110714/ The latest android build appears to be from last week. Did the build fail for this week? -andy ___ linaro-dev m

Linaro 11.07 weekly testing 2011-07-14

2011-07-14 Thread Tom Gall
their way to the next release: 11.07. * Android: http://snapshots.linaro.org/11.05-daily/linaro-android/leb-panda/20110714/ * Ubuntu: http://snapshots.linaro.org/11.05-daily/linaro-ubuntu-desktop/20110714/0/images/tar/ http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/panda-x11-base/

Re: [U-Boot] [uboot PATCH v2] Add uboot "fdt_high" enviroment variable

2011-07-14 Thread David Long
On Thu, 2011-07-14 at 09:10 -0400, Jerry Van Baren wrote: > Hi Dave, > > This looks reasonable, with one minor nit... > > Need spaces around the "=" > > I will add the spaces before applying the patch unless you send an > updated patch. > OK, thanks much. Someone else recently pointed t

Re: Please tag commits referred to by pinned and release manifests in Android builds

2011-07-14 Thread Paul Sokolovsky
Hello Nicolas, On Wed, 13 Jul 2011 08:22:08 +0200 "Dechesne, Nicolas" wrote: > On Tue, Jul 12, 2011 at 9:07 AM, Ricardo Salveti > > wrote: > > > Is there other way to fix this at the tool instead of forcing the > > component tree owner to not rebase the tree? > > > > if the problem is that yo

Re: Please tag commits referred to by pinned and release manifests in Android builds

2011-07-14 Thread Paul Sokolovsky
Hello John, On Tue, 12 Jul 2011 02:13:40 -0600 John Rigby wrote: [] > If I read the prior emails correctly then the commit needs to be > reachable by a head but not necessarily "the" head as in master so I > believe that I can still rebase master (or whatever) as long as > released commits are s

[Patch v1 08/11] Touch: DA9052 touchscreen driver

2011-07-14 Thread ashishj3
This driver add support for DA9052 4-wire resistive ADC interfaced touchscreen controller. DA9052 is a MFD therefore this driver depends on DA9052 core driver for core functionalities. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/input/touchscreen/Kconfig |

[Patch v1 04/11]Power: DA9052 battery driver

2011-07-14 Thread ashishj3
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/power/Kconfig |7 + drivers/power/Makefile |1 + drivers/power/da9052-battery.c | 602

Re: [PATCH 07/11] Watchdog: DA9052 watchdog support v1

2011-07-14 Thread ashishj3
On Tue, 2011-07-05 at 18:51 +0530, ashishj3 wrote: > This driver adds support for the watchdog functionality provided by the Dialog > Semiconductor DA9052 PMIC chip. > > Signed-off-by: David Dajun Chen > Signed-off-by: Ashish Jangam > --- If there are no comments then can you ACK this patch?