Re: Can't build correct kernel for 13.07 linaro-ubuntu on pandaboard

2013-09-29 Thread Andy Green
; > Could someone give me some suggestions? You're using the U-Boot that worked on the Linaro image that works? Linaro toolchain to build the kernel? Same U-Boot environment pieces, whatever they are nowadays, boot.scr, ini, txt etc Same MLO file from the working image? You copied you

Re: Can't build correct kernel for 13.07 linaro-ubuntu on pandaboard

2013-09-29 Thread Andy Green
On 30 September 2013 02:54, Chao Xu wrote: > Hi, > > I tried to build linaro kernel for pandaboard. I have tried everything what > I can think of but the kernel still can't boot correctly. Any help will be > appreciated. Here is what I did: > 1. I flash the 13.07 linaro-ubuntu-pandaboard image int

Re: Does linux-linaro support kernel page size bigger than 4K?

2013-09-09 Thread Andy Green
On 10 September 2013 05:46, Subash Patel wrote: > Hi Xu, Qiang, > > I doubt if it has anything todo with linaro kernel. ARM linux code is > programming the page sizes as 4K. Steve Capper sent out some cool patches for Transparent Huge Pagetables http://lists.linaro.org/pipermail/linaro-kernel/20

Re: Panda, Android & Bluetooth

2013-08-17 Thread Andy Green
On 18 August 2013 14:41, Fathi Boudra wrote: > Hey Mike, > > On 17 August 2013 20:07, Mike Turquette wrote: >> On Thu, Aug 15, 2013 at 6:02 PM, Andy Green wrote: >>> On 16 August 2013 08:22, Mike Turquette wrote: >>>> Hi all, >>>> >>>

Re: Panda, Android & Bluetooth

2013-08-15 Thread Andy Green
On 16 August 2013 08:22, Mike Turquette wrote: > Hi all, > > I'm interested in looking at some Bluetooth stuff on my OMAP 4460 > Panda ES. Looking at the bug reports I don't see any Jelly Bean > releases that have BT working properly on Panda. Is this correct? > > Can you please point me to a rele

Re: [PATCH 2 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-13 Thread Andy Green
ndy > ~Deepak > > On 9 August 2013 07:34, Andy Green wrote: >> The following patches extend accurate time much further back into >> the boot process by adding an optional arch_early_time source that >> starts counting about 1.75ms after the MMU is enabled. >> >

[PATCH 2 1/2] scheduler: time: allow arch-specific time offset function

2013-08-09 Thread Andy Green
ormal time is available, it can stop counting and just add its offset, so time in the boot is monotonic. Signed-off-by: Andy Green --- include/linux/time.h |7 +++ kernel/sched/clock.c | 12 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/include/linux/time.h

[PATCH 2 2/2] arm: time: add globaltimer-based arch_early_time

2013-08-09 Thread Andy Green
zero = <1>; cpumask = <3>; }; Signed-off-by: Andy Green --- arch/arm/Kconfig |4 + arch/arm/Kconfig.debug| 10 arch/arm/boot/dts/mb8ac0300eb.dts |8 +++ arch/arm/kernel/time.c| 101 ++

[PATCH 2 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-09 Thread Andy Green
be added to scheduler clock time in the first patch. --- Andy Green (2): scheduler: time: allow arch-specific time offset function arm: time: add globaltimer-based arch_early_time arch/arm/Kconfig | 16 ++ arch/arm/Kconfig.debug | 10 arch

Re: [PATCH 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-08 Thread Andy Green
On 8 August 2013 18:50, Peter Maydell wrote: > On 8 August 2013 11:23, Andy Green wrote: >> On 8 August 2013 17:35, Peter Maydell wrote >>> Can't you put the relevant information into the device tree >>> so that it works on multiplatform kernels? That's the

Re: [PATCH 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-08 Thread Andy Green
On 8 August 2013 17:35, Peter Maydell wrote: > On 8 August 2013 03:44, Andy Green wrote: >> These patches give accurate, monotonic timestamps from the very first log >> entry allowing insight into where the time is going during the whole of >> the boot process. >> &

[PATCH 1/2] scheduler: time: allow arch-specific time offset function

2013-08-07 Thread Andy Green
ormal time is available, it can stop counting and just add its offset, so time in the boot is monotonic. Signed-off-by: Andy Green --- include/linux/time.h |6 ++ kernel/sched/clock.c | 12 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/include/linux/time.h

[PATCH 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-07 Thread Andy Green
details on how to use it and examples of the results in the second patch. --- Andy Green (2): scheduler: time: allow arch-specific time offset function arm: time: add globaltimer-based arch_early_time arch/arm/Kconfig |4 +++ arch/arm/Kconf

[PATCH 2/2] arm: time: add globaltimer-based arch_early_time

2013-08-07 Thread Andy Green
ARM_GLOBALTIMER_FREQ=165500000 Signed-off-by: Andy Green --- arch/arm/Kconfig |4 +++ arch/arm/Kconfig.debug | 35 ++ arch/arm/kernel/head.S | 65 arch/arm/kernel/time.c | 41 ++

Re: LSK getting started

2013-08-06 Thread Andy Green
On Aug 6, 2013 11:06 PM, "Jon Medhurst (Tixy)" wrote: > > On Tue, 2013-08-06 at 21:12 +0800, Andy Green wrote: > > On 6 August 2013 20:47, Mark Brown wrote: > > > On Tue, Aug 06, 2013 at 08:24:52AM +0800, Andy Green wrote: > > > >> 6) wa

Re: LSK getting started

2013-08-06 Thread Andy Green
On 6 August 2013 20:47, Mark Brown wrote: > On Tue, Aug 06, 2013 at 08:24:52AM +0800, Andy Green wrote: > >> I went through and split out the fixes after examining each one. > > Please submit things normally - attachments are non-standard and > difficult to work with (both f

Re: LSK getting started

2013-08-05 Thread Andy Green
On 6 August 2013 11:03, John Stultz wrote: > On 08/05/2013 05:24 PM, Andy Green wrote: >> >> >> 2) warning-elimination: android: binder >> >> This seems to be a problem with a patch already upstream >> >> 3) warning-elimination: androidization: mm >

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 22:11, Mark Brown wrote: > On Mon, Aug 05, 2013 at 07:37:10PM +0800, Andy Green wrote: >> On 5 August 2013 18:59, Mark Brown wrote: > >> > - The regmap change isn't something that I've seen upstream... > >> If you mean where did the orig

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 18:59, Mark Brown wrote: > On Mon, Aug 05, 2013 at 06:42:33PM +0800, Andy Green wrote: >> On 5 August 2013 18:16, Mark Brown wrote: > >> > There may be other stuff lurking in linux-linaro that I'm not aware of, >> > everything is supposed to be

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 18:16, Mark Brown wrote: > On 5 August 2013 03:45, Andy Green wrote: > >> >> 1) There seems to be two choices, linux-linaro-lsk and >> linux-linaro-lsk-android. >> >> I chose the android one, I assume it has the same "androidization

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 18:00, Jon Medhurst (Tixy) wrote: > On Mon, 2013-08-05 at 10:53 +0100, Mark Brown wrote: >> On 5 August 2013 10:44, Jon Medhurst (Tixy) wrote: >> On Mon, 2013-08-05 at 17:13 +0800, Andy Green wrote: >> >> > The whole list is good th

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 16:58, Jon Medhurst (Tixy) wrote: > On Mon, 2013-08-05 at 10:45 +0800, Andy Green wrote: > >> 2) I saw the vexpress integration stuff from ARM LT was included >> already which is good, is there a wiki page (or README.html or the >> gitweb is also good) ex

Re: LSK getting started

2013-08-05 Thread Andy Green
On 5 August 2013 10:45, Andy Green wrote: > Hi Mark - > > I have some small practical questions about LSK. I was able to make a > tree with our linux-linaro-core-tracking@v3.10 LT patches on LSK basis > work well (so far). > > I found this repo (it needs its ./descriptio

LSK getting started

2013-08-04 Thread Andy Green
Hi Mark - I have some small practical questions about LSK. I was able to make a tree with our linux-linaro-core-tracking@v3.10 LT patches on LSK basis work well (so far). I found this repo (it needs its ./description updating) https://git.linaro.org/gitweb?p=kernel/linux-linaro-stable.git;a=sum

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 2 August 2013 07:38, Peter Maydell wrote: > On 2 August 2013 00:26, Andy Green wrote: >> On 2 August 2013 01:46, Jon Medhurst (Tixy) wrote: >>> with vexpress we have the added complication thrown into the mix that >>> people use it a lot with QEMU ;-) >> &

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 2 August 2013 01:46, Jon Medhurst (Tixy) wrote: > On Thu, 2013-08-01 at 17:40 +0100, Peter Maydell wrote: >> On 1 August 2013 09:30, Ryan Harkin wrote: >> > The vexpress defconfig has always been broken. >> >> ...maybe we could fix it? > > It has been suggested that should be deleted as people

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 1 August 2013 16:30, Ryan Harkin wrote: > On 1 August 2013 07:57, Andy Green wrote: >> On 1 August 2013 14:11, Viresh Kumar wrote: >>> Hi Andrey, >>> >>> linaro/configs/* is getting bigger and bigger, probably its the right time >>> to >&g

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 1 August 2013 14:11, Viresh Kumar wrote: > Hi Andrey, > > linaro/configs/* is getting bigger and bigger, probably its the right time to > organize it better for the future. There can be multiple things that we can > do to avoid confusions of names but for now probably we can create > separate d

Re: [PATCH] uboot optimize memmove

2013-07-29 Thread Andy Green
Looping Will... On 29 July 2013 16:28, Dirk Behme wrote: > On 26.07.2013 15:42, Andy Green wrote: >> >> On 26 July 2013 20:58, Wolfgang Denk wrote: > > ... >>> >>> you not make sure that you provide optimized implementations for such >>> functi

Re: [PATCH] uboot optimize memmove

2013-07-28 Thread Andy Green
Dear Wolfgang Denk, On 27 July 2013 03:06, Wolfgang Denk wrote: > Dear Andy Green, > > In message > you > wrote: >> >> > Instead of making assumptions on the performance of memcpy() and >> >> As I wrote, I measured the performance and got a very big

Re: [PATCH] uboot optimize memmove

2013-07-26 Thread Andy Green
On 26 July 2013 20:58, Wolfgang Denk wrote: > Dear Andy Green, > > In message <20130726065323.27333.82421.stgit@localhost.localdomain> you wrote: >> While studying the reason why kernel copy from NOR was so slow on our >> platform, >> I realized U-Boot is pu

[PATCH] uboot optimize memmove

2013-07-25 Thread Andy Green
mostly in 32-bit reads and writes) if there's no overlap in source and dest, resulting in a huge speedup on our platform (480ms copy from 32-bit NOR ---> 140ms) Signed-off-by: Andy Green --- lib/string.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/

Re: Perf test giving strange results

2013-06-26 Thread Andy Green
On 26 June 2013 17:57, Milosz Wasilewski wrote: > On 26 June 2013 09:16, Andy Green wrote: Hi Milosz - >> test 5 (parse event tests) seems to be badly broken. >> >> Is this just our problem or is it broken for everyone? > > I'm not sure if the reason is the

Perf test giving strange results

2013-06-26 Thread Andy Green
Hi - Trying perf test on llct-based 3.10-rc6 isn't entirely happy. root@aa9-eb:~# perf test 1: vmlinux symtab matches kallsyms: FAILED! 2: detect open syscall event : Ok 3: detect open syscall event on all cpus : Ok 4: read

Re: Gator with IKS config but not running on big.LITTLE

2013-06-20 Thread Andy Green
On 20 June 2013 17:34, Dave Martin wrote: > On Thu, Jun 13, 2013 at 12:08:49PM +0100, Jon Medhurst (Tixy) wrote: >> On Thu, 2013-06-13 at 12:14 +0800, Andy Green wrote: >> > Hi - >> > >> > Something maybe unrelated after inserting gator successful

Re: Gator with IKS config but not running on big.LITTLE

2013-06-12 Thread Andy Green
ew DT properties we need somewhere to be compatible? Our actual pmu section just looks like this pmu { compatible = "arm,cortex-a9-pmu"; interrupts = <0 98 0x4>, <0 99 0x4>; }; -Andy On 13 June 2013 08:26, Andy Green wrote: > Thanks for the info: you're right

Re: Gator with IKS config but not running on big.LITTLE

2013-06-12 Thread Andy Green
Thanks for the info: you're right I missed that. When I add it, the BUG is gone on gator module insertion, so from my POV we can call it fixed. -Andy On 11 June 2013 23:12, Jon Medhurst (Tixy) wrote: > On Tue, 2013-06-11 at 22:49 +0800, Andy Green wrote: >> Blows chunks the

Re: Gator with IKS config but not running on big.LITTLE

2013-06-11 Thread Andy Green
<&L2>; reg = <1>; }; }; I think it's following Lorenzo's method. -Andy On 11 June 2013 22:34, Jon Medhurst (Tixy) wrote: > On Tue, 2013-06-11 at 22:09 +0800, Andy Green wrote: >> Thanks. This and the similar issue with perf might be telling us a >> globa

Re: Gator with IKS config but not running on big.LITTLE

2013-06-11 Thread Andy Green
Thanks. This and the similar issue with perf might be telling us a global probed SoC capability flag for bL or-ed with the config being there might be helpful. -Andy On 11 June 2013 22:01, Jon Medhurst (Tixy) wrote: > On Tue, 2013-06-11 at 21:30 +0800, Andy Green wrote: >> No, unfort

Re: Gator with IKS config but not running on big.LITTLE

2013-06-11 Thread Andy Green
to do with it being on a big.LITTLE or not... -Andy On 11 June 2013 21:23, Jon Medhurst (Tixy) wrote: > On Tue, 2013-06-11 at 21:08 +0800, Andy Green wrote: >> I see... I was still on -rc4 >> >> https://git.linaro.org/gitweb?p=kernel/linux-linaro-t

Re: Gator with IKS config but not running on big.LITTLE

2013-06-11 Thread Andy Green
I see... I was still on -rc4 https://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.git;a=commitdiff;h=882503738c0cbef28da55b511913c0c603016e26 ...behind the times... thanks for the fix. -Andy On 11 June 2013 21:04, Jon Medhurst (Tixy) wrote: > On Tue, 2013-06-11 at 20:29 +0800, A

Gator with IKS config but not running on big.LITTLE

2013-06-11 Thread Andy Green
Hi - If you have a CONFIG_ARCH_MULTIPLATFORM kernel, with big.LITTLE configured but running on say, a CA9 system, and you have gator from llct, and you insert gator root@localhost:~# modprobe gator [ 73.951009] [ cut here ] [ 73.955673] kernel BUG at /projects/lina

Re: [ANNOUNCE] linux-linaro kernel schedule / llct age

2013-06-04 Thread Andy Green
On 05/06/13 04:05, the mail apparently from Andrey Konovalov included: On 06/04/2013 03:22 AM, Andy Green wrote: On 22/05/13 02:48, the mail apparently from Andrey Konovalov included: The next steps are: May 22: ll rebuild based on llct-20130521.0 May 23: ll rebuild based on llct-20130521.0

Re: [ANNOUNCE] linux-linaro kernel schedule / llct age

2013-06-03 Thread Andy Green
ttle unbalanced with all the excitement of "code freezes", "releases", "schedules" that make the choo-choo noises for the monthly release train set, we're not giving the llct tracking activity enough love? -Andy -- Andy Green | Fujitsu Landing Team Lea

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Andy Green
On 30/05/13 18:50, the mail apparently from Dave Martin included: On Thu, May 30, 2013 at 10:06:20AM +0800, Andy Green wrote: Hi - We're using one kernel binary with BL Switcher enabled in config, but able to work on SoC without Big Little. This is OK except where the BL patches touch th

Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-29 Thread Andy Green
onment. -Andy Author: Andy Green Date: Thu May 30 09:44:17 2013 +0800 bl switcher fix dont assume bl active in pmu probe Signed-off-by: Andy Green diff --git a/arch/arm/kernel/perf_event_cpu.c b/arch/arm/kernel/perf_event_cpu.c index b3ae24f..c02ea21 100644 --- a/

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
possible it's a quirk of the driver for that particular host controller, but there is no problem via even a very cheap USB2 hub. About root yes depending what groups your user is in or what udev has got, you need to run arm-probe or aepd as root just to access the ttyACM. -Andy -- Andy Gre

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
< 0.00043Aavg < 0.0030A, 0.00W < 0.67Wavg < 0.000544W exited I noticed that on this laptop with USB3 ports, AEP won't work plugged in direct (LMP, using a similar NXP chip are the same). They need to be connected via a USB2 hub in order to work. Maybe that's someth

Re: arm-probe (with ARM Energy probe)

2013-05-27 Thread Andy Green
=2daed868003999ec3da619a4b0ebc9b4c11b6b6f;hb=HEAD It changed recently to use /dev/serial/by-id/... and instead of polling for AEPs just collect all the ones mentioned. -Andy -- Andy Green | Fujitsu Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.05 published

2013-05-15 Thread Andy Green
es allowed after this date). Thanks, Andrey ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Andy Green | Fujitsu Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow L

Re: automated build coverage

2013-05-13 Thread Andy Green
ermines the point of LAVA, now we get notifications that the build attempt failed. However since I didn't touch tilt-3.4 or tilt-tracking for months, it's surprising the number of failure reports we periodically get that are basically Lava infrastructure choking on trying to build it, no

Re: Mali-ization

2013-04-17 Thread Andy Green
On 17/04/13 19:11, the mail apparently from Jon Medhurst (Tixy) included: On Wed, 2013-04-17 at 16:28 +0530, Tushar Behera wrote: On 04/16/2013 09:46 AM, Andy Green wrote: On 16/04/13 10:08, the mail apparently from Selina Kuo included: Hi, John, Your assumption is right. The ump code is

Re: Mali-ization

2013-04-16 Thread Andy Green
On 16/04/13 17:39, the mail apparently from Selina Kuo included: On 16 April 2013 16:20, Andy Green wrote: On 16/04/13 14:29, the mail apparently from Jon Medhurst (Tixy) included: On Tue, 2013-04-16 at 12:16 +0800, Andy Green wrote: On 16/04/13 10:08, the mail apparently from Selina Kuo

Re: Mali-ization

2013-04-16 Thread Andy Green
On 16/04/13 14:29, the mail apparently from Jon Medhurst (Tixy) included: On Tue, 2013-04-16 at 12:16 +0800, Andy Green wrote: On 16/04/13 10:08, the mail apparently from Selina Kuo included: Hi, John, Your assumption is right. The ump code is part of the out-of-tree mali driver. - Selina

Re: Mali-ization

2013-04-15 Thread Andy Green
rote: On 04/13/2013 03:22 AM, Andy Green wrote: On 13/04/13 09:07, the mail apparently from Andy Green included: I'm hoping someone else will write the patches ^^ but if not I'll try to sort something out. The attached series gets it building cleanly against current llct with ION.

Re: Mali-ization

2013-04-14 Thread Andy Green
On 13/04/13 18:22, the mail apparently from Andy Green included: On 13/04/13 09:07, the mail apparently from Andy Green included: I'm hoping someone else will write the patches ^^ but if not I'll try to sort something out. The attached series gets it building cleanly against cu

Re: Mali-ization

2013-04-13 Thread Andy Green
On 13/04/13 09:07, the mail apparently from Andy Green included: I'm hoping someone else will write the patches ^^ but if not I'll try to sort something out. The attached series gets it building cleanly against current llct with ION. It can't be tested on my side atm. Th

Re: Mali-ization

2013-04-12 Thread Andy Green
On 13/04/13 08:50, the mail apparently from John Stultz included: On 04/12/2013 05:34 PM, Andy Green wrote: Hi - At the moment the Mali T624 OOT module sources I have do not build against 3.9-rcX / linux-linaro-core-tracking. A colleague checked it and it does build against 3.4. The problems

Mali-ization

2013-04-12 Thread Andy Green
IP revision. But there aren't that many AFAIK. How does this sound to folks? -Andy -- Andy Green | Fujitsu Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg -

Re: kernel NULL pointer dereference

2013-01-28 Thread Andy Green
On 28/01/13 21:10, the mail apparently from Renato Golin included: On 28 January 2013 12:43, Andy Green mailto:andy.gr...@linaro.org>> wrote: Without this or something doing a similar deal, a Panda ES will blow chunks after a short period at 1.2GHz. Hi Andy, I agree kernel pa

Re: kernel NULL pointer dereference

2013-01-28 Thread Andy Green
sensor and TI's "thermal framework" which monitors it and messes with the cpu frequency limit. Without this or something doing a similar deal, a Panda ES will blow chunks after a short period at 1.2GHz. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source

Fwd: Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard

2012-11-21 Thread Andy Green
Original Message Subject:Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard Date: Sun, 18 Nov 2012 22:13:57 -0800 (PST) From: Alex Stefanescu Reply-To: Alex Stefanescu To: Andy Green Thank you for the reply. It worked! -- Alex Stef

Re: Fwd: trouble using wifi on Linaro Ubuntu for Pandaboard

2012-11-18 Thread Andy Green
t:on Link Quality=40/70 Signal level=-70 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:2 Missed beacon:0 # dhclient wlan0 Again your connection should have DNS, route and be workable. If you're missing s

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

2012-11-11 Thread Andy Green
pture Preamplifier Volume' 2 amixer cset name='Capture Volume' 4 arecord -v -v -D hw:0,0 -d 5 -f s32_LE -c 2 -r 48000 record.wav -Andy On Mon, Nov 12, 2012 at 2:51 PM, Andy Green mailto:andy.gr...@linaro.org>> wrote: On 11/09/12 15:20, the m

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

2012-11-11 Thread Andy Green
he SGX driver. They seem content to ship it like that and despite it sounds dire it doesn't make trouble. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/lina

Re: linux-linaro kernel trees move to 3.7 and 12.11 schedule

2012-11-07 Thread Andy Green
mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/l

Re: [RFC] Energy/power monitoring within the kernel

2012-10-23 Thread Andy Green
s could make some sense. If you turn the problem upside down to solve the representation question first, maybe there's a way forward defining the "power tree" in terms of regulators, and then adding something in struct regulator that spams readers with timestamped results if the

Re: Planning topcs for inclusion in linux-linaro

2012-10-07 Thread Andy Green
not going to try to move to Linux 3.7 this month? That's correct. We didn't have the kernel.org release based (vs -rc based) Our plan is retarget on 3.6 basis next week and before long generate a tilt-3.6. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source

Re: llct "stable" trees

2012-09-05 Thread Andy Green
On 09/05/12 17:19, the mail apparently from Andy Green included: On 09/04/12 12:13, the mail apparently from Ricardo Salveti included: Hi - 1) Can we have linux stable point release content in tilt-3.4? Rather than my doing it, isn't it better to add it to llc-3.4 and merge it on t

Re: llct "stable" trees

2012-09-05 Thread Andy Green
not so much 4) focus, although we currently hope to inherit a lot of working OMAP4 stuff from mainline automagically. So the thinking is tilt-3.4 will be around for a while as the mature OMAP4 solution with a lot of proven PM tuning and the 3.6 work is trying to sort out OMAP5 support a

llct "stable" trees

2012-08-30 Thread Andy Green
but there must be some cases where this makes some sense. Again people looking after the feature tree for llct are best placed to make those calls about, "hm, that looks like it should maybe also go on the last couple of llc release trees". What do you think about this? -Andy --

Re: tilt-3.4 compilation broken

2012-08-24 Thread Andy Green
same sources cheap) and I don't have any contamination of ./ happening. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http://linaro.org/l

Re: TI LT Android for Panda board and perf

2012-08-15 Thread Andy Green
+0xbc/0x114) [ 66.725158] [] (cpu_idle+0x0/0x114) from [] (secondary_start_kernel+0x130/0x154) [ 66.734802] r5:0001 r4:0001 [ 66.738616] [] (secondary_start_kernel+0x0/0x154) from [<804dd6d4>] (0x804dd6d4) [ 66.747314] r6:10c0387d r5:0015 r4:a608c06a r3:c04dd6bc [ 66.753326] pan

Re: Build failure for Omap

2012-07-13 Thread Andy Green
e only currently interested in omap, try tilt-3.4 from there with omap4plus_defconfig. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http://linaro

Re: Problem building Precise Ubuntu Desktop

2012-07-03 Thread Andy Green
On 03/07/12 22:03, the mail apparently from David Cullen included: Hello, Andy, On 7/3/2012 2:14 AM, Andy Green wrote: On 07/03/12 03:47, the mail apparently from David Cullen included: After running some experiments here, I discovered that the Linaro Ubuntu images only work with displays

Re: Problem building Precise Ubuntu Desktop

2012-07-02 Thread Andy Green
oing its side (as distinct from SGX module perhaps) okay from the sound of it. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitte

Re: Black screen when booting Ubuntu

2012-06-29 Thread Andy Green
ek TI are providing a big update around SGX1.9 and other new features I guess that will impact it. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http

Re: alloc failed, but?

2012-06-27 Thread Andy Green
K hack being added. I also remember the same problems about kevents being dropped getting looked at like a year ago without any solid result, it'll be interesting if anyone understands and can explain what the underlying issue is. -Andy -- Andy Green |

Re: [Linaro-validation] Can we use mmcblk0p8?

2012-06-18 Thread Andy Green
On 06/19/12 11:04, the mail apparently from Michael Hudson-Doyle included: Andy Green writes: On 06/19/12 09:45, the mail apparently from Michael Hudson-Doyle included: Paul Larson writes: One thing I was thinking, is whether we could munge the boot script when we install it to this

Re: [Linaro-validation] Can we use mmcblk0p8?

2012-06-18 Thread Andy Green
Lava ever supporting / testing non-SD boot paths, or is that going to be supported by this sdmux implementation? -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitte

Re: Git repo for kernel config fragments created

2012-06-11 Thread Andy Green
default for, we can express most or all of the config relationships there, reducing this to CONFIG_ANDROID=y -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com

Re: linux-linaro-core-tracking updated to 3.5

2012-06-11 Thread Andy Green
On 06/12/12 02:44, the mail apparently from Andrey Konovalov included: Andy Green pointed out that this patch http://www.mail-archive.com/linux-omap@vger.kernel.org/msg63852.html is important for OMAP... thanks to Tushar for digging up the context of it for us. We're carrying a repli

Re: android-3.4 ... / Audit of OOT android code

2012-06-10 Thread Andy Green
On 06/10/2012 05:53 PM, the mail apparently from Andy Green included: These are the suspicious things I found from the diff between linaro-android-3.4 (from http://git.linaro.org/gitweb?p=people/jstultz/android.git;a=shortlog;h=refs/heads/linaro-android-3.4 at HEAD

Re: Call for topics for the 12.06 linux-linaro* trees

2012-06-08 Thread Andy Green
, if it doesn't already with this update. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http://li

Re: android-3.4 or android-3.4-compat

2012-05-24 Thread Andy Green
On 24/05/12 09:11, Somebody in the thread at some point said: On 05/23/2012 05:25 PM, Andy Green wrote: On 24/05/12 06:42, Somebody in the thread at some point said: Am I right in thinking the issue you're running into here is that your customer has direct expectations for the tree y

Re: android-3.4 or android-3.4-compat

2012-05-23 Thread Andy Green
On 24/05/12 06:42, Somebody in the thread at some point said: On Wed, May 23, 2012 at 02:21:50PM +0800, Andy Green wrote: If we KNOW that deconfiguration of CONFIG_ANDROID is equivalent to not having Androidization patched in, people will stop wanting to get rid of the patches. But since

Re: thermal issue on panda

2012-05-23 Thread Andy Green
n Wed, May 16, 2012 at 8:51 AM, Andy Green wrote: On 16/05/12 19:49, Somebody in the thread at some point said: On 14 May 2012 16:12, Andy Greenwrote: On 14/05/12 20:53, Somebody in the thread at some point said: On 14/05/12 20:45, Somebody in the thread at some point said: Hi A

Re: android-3.4 or android-3.4-compat

2012-05-22 Thread Andy Green
On 22/05/12 23:57, Somebody in the thread at some point said: On 05/21/2012 09:21 PM, Andy Green wrote: On 22/05/12 01:58, Somebody in the thread at some point said: On Mon, May 21, 2012 at 10:33:47AM -0700, John Stultz wrote: like Andy, I am a bit concerned that we merge the android stuff

Re: 12.05 linux-linaro kernel tree

2012-05-21 Thread Andy Green
On 22/05/12 04:02, Somebody in the thread at some point said: On Thu, May 10, 2012 at 10:43 PM, Andy Green wrote: On 11/05/12 08:27, Somebody in the thread at some point said: 4. in between RCs, we only move mainline on our linux-linaro release baseline forward if we see a working tracking

Re: android-3.4 or android-3.4-compat

2012-05-21 Thread Andy Green
e's Androidization series. It suggests we're just shovelling them on without any plan at the moment. If we're claiming we are converging these patches to upstream, "working out integration issues" then we should be auditing them for being properly dependent on CONFIG

Re: android-3.4 or android-3.4-compat

2012-05-21 Thread Andy Green
On 21/05/12 18:27, Somebody in the thread at some point said: hi, On Fri, May 18, 2012 at 6:00 AM, Andy Green mailto:andy.gr...@linaro.org>> wrote: So I just wanted to check first with folks to make sure there are no objections to merging in the -compat changes, and th

Re: android-3.4 or android-3.4-compat

2012-05-17 Thread Andy Green
are basing off llct that includes Androidizaton, even vanilla will have possibly invasive wakelock code. It might be good to briefly audit the changes to confirm they don't appear if CONFIG_ANDROID is off. Google might not take much care about that case but I think it might be important

Re: 12.05 linux-linaro kernel tree

2012-05-17 Thread Andy Green
On 17/05/12 23:01, Somebody in the thread at some point said: On Thu, 2012-05-17 at 22:40 +0800, Andy Green wrote: On 17/05/12 17:41, Somebody in the thread at some point said: On Thu, 2012-05-10 at 23:34 +0400, Andrey Konovalov wrote: Greetings, So far I wasn't updating the linux-l

Re: New Gator version ready for Linaro kernels / Mali

2012-05-17 Thread Andy Green
On 17/05/12 22:44, Somebody in the thread at some point said: On Thu, May 17, 2012 at 3:33 PM, Andy Green wrote: On 17/05/12 21:26, Somebody in the thread at some point said: On Thu, May 17, 2012 at 2:21 PM, Scott Bambrough wrote: On 12-05-17 03:37 AM, Jon Medhurst (Tixy) wrote: On

Re: 12.05 linux-linaro kernel tree

2012-05-17 Thread Andy Green
from ARM LT on one other LT tree as a one-off. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - http://twitter.com/#!/linaroorg - http

Re: New Gator version ready for Linaro kernels / Mali

2012-05-17 Thread Andy Green
On 17/05/12 21:26, Somebody in the thread at some point said: On Thu, May 17, 2012 at 2:21 PM, Scott Bambrough wrote: On 12-05-17 03:37 AM, Jon Medhurst (Tixy) wrote: On Thu, 2012-05-17 at 07:42 +0800, Andy Green wrote: Just curious... how many LTs have Mali stuff? If it's more tha

Re: New Gator version ready for Linaro kernels / Mali

2012-05-17 Thread Andy Green
On 17/05/12 15:37, Somebody in the thread at some point said: On Thu, 2012-05-17 at 07:42 +0800, Andy Green wrote: Just curious... how many LTs have Mali stuff? If it's more than one, we should perhaps be talking about moving it to linux-linaro-core-tracking. We have two teams with

Re: New Gator version ready for Linaro kernels / Mali

2012-05-16 Thread Andy Green
ing userlands in multiple LTs which will need some time. Even if Mali is in good sync today between multiple LTs the architecture of each LT having their own copy of what's meant to be permanently in sync invites problems. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open so

Re: thermal issue on panda

2012-05-16 Thread Andy Green
On 16/05/12 19:49, Somebody in the thread at some point said: On 14 May 2012 16:12, Andy Green wrote: On 14/05/12 20:53, Somebody in the thread at some point said: On 14/05/12 20:45, Somebody in the thread at some point said: Hi Aneesh, Adding linaro-dev in the loop as someone else could

Re: 12.05 linux-linaro kernel tree

2012-05-15 Thread Andy Green
what's going to mainline than what the LTs individually have. Otherwise there'll never be any genuine unified tree. -Andy -- Andy Green | TI Landing Team Leader Linaro.org │ Open source software for ARM SoCs | Follow Linaro http://facebook.com/pages/Linaro/155974581091106 - htt

  1   2   3   >