Linaro Document

2011-09-22 Thread tommy.hong
Hi,folks,are there some Linaro Document which used for developer? B.R Tommy@China ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: 11.09 Snapshot Linaro+Android Baseline Release

2011-09-22 Thread Zach Pfeffer
Awesome, John. Thanks! On 22 September 2011 18:16, John Stultz wrote: > Just wanted to announce the availability of the September 2011 > Linaro/Android baseline development snapshot: > > linux-linaro-3.0-2011.09-0-android-1 > > This is based on the linux-linaro-3.0-2011.09-0 kernel + the upstream

Re: [PATCH v2 0/7] Add a generic struct clk

2011-09-22 Thread Turquette, Mike
On Thu, Sep 22, 2011 at 3:26 PM, Mike Turquette wrote: > Hi all, > > The goal of this series is to provide a cross-platform clock framework > that platforms can use to model their clock trees and perform common > operations on them.  Currently everyone re-invents their own clock tree > inside plat

11.09 Snapshot Linaro+Android Baseline Release

2011-09-22 Thread John Stultz
Just wanted to announce the availability of the September 2011 Linaro/Android baseline development snapshot: linux-linaro-3.0-2011.09-0-android-1 This is based on the linux-linaro-3.0-2011.09-0 kernel + the upstream Android branch from Google, and provides the base kernel tree that LT android tre

[PATCH v2 1/7] clk: Add a generic clock infrastructure

2011-09-22 Thread Mike Turquette
From: Jeremy Kerr We currently have ~21 definitions of struct clk in the ARM architecture, each defined on a per-platform basis. This makes it difficult to define platform- (or architecture-) independent clock sources without making assumptions about struct clk, and impossible to compile two plat

[PATCH v2 5/7] clk: Add Kconfig option to build all generic clk drivers

2011-09-22 Thread Mike Turquette
From: Mark Brown Currently drivers for the generic clk subsystem must be selected by platforms using them in order to enable build. When doing development on the API or generic build time testing it is useful to be able to build unused drivers in order to improve coverage so supply a Kconfig opti

[PATCH v2 6/7] clk: Add initial WM831x clock driver

2011-09-22 Thread Mike Turquette
From: Mark Brown The WM831x and WM832x series of PMICs contain a flexible clocking subsystem intended to provide always on and system core clocks. It features: - A 32.768kHz crystal oscillator which can optionally be used to pass through an externally generated clock. - A FLL which can be clo

[PATCH v2 7/7] x86: Enable generic clk API on x86

2011-09-22 Thread Mike Turquette
From: Mark Brown Enable the generic clk API on x86, enabling use of the API by drivers for x86 modules and also improving build coverage for clock API using devices. Signed-off-by: Mark Brown --- No change since v1 arch/x86/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) d

[PATCH v2 4/7] clk: Add simple gated clock

2011-09-22 Thread Mike Turquette
From: Jeremy Kerr Signed-off-by: Jeremy Kerr Signed-off-by: Mark Brown Signed-off-by: Jamie Iles Signed-off-by: Mike Turquette --- Changes since v1: Add copyright header Fold in Jamie's patch for set-to-disable clks Use BIT macro instead of shift drivers/clk/Kconfig|4 ++ drivers/cl

[PATCH v2 2/7] clk: Implement clk_set_rate

2011-09-22 Thread Mike Turquette
From: Jeremy Kerr Implement clk_set_rate by adding a set_rate callback to clk_hw_ops. Rates are propagated down the clock tree and recalculated. Also adds a flag for signaling that parents must change rates to achieve the desired frequency (upstream propagation). TODO: Upstream propagation is n

[PATCH v2 3/7] clk: Add fixed-rate clock

2011-09-22 Thread Mike Turquette
From: Jeremy Kerr Signed-off-by: Jeremy Kerr Signed-off-by: Mark Brown Signed-off-by: Mike Turquette --- Changes since v1: Add copyright header drivers/clk/Kconfig |4 drivers/clk/Makefile|1 + drivers/clk/clk-fixed.c | 24 include/linux/clk.h

[PATCH v2 0/7] Add a generic struct clk

2011-09-22 Thread Mike Turquette
Hi all, The goal of this series is to provide a cross-platform clock framework that platforms can use to model their clock trees and perform common operations on them. Currently everyone re-invents their own clock tree inside platform code which makes it impossible for drivers to use the clock AP

Re: Android Tracking Tree

2011-09-22 Thread Zach Pfeffer
On 22 September 2011 11:50, Zach Pfeffer wrote: > and everyone... > > On 22 September 2011 11:48, Zach Pfeffer wrote: >> Adding kiko, Alexander and Scott. >> >> On 22 September 2011 10:39, Zach Pfeffer wrote: >>> I just wanted to get a thread going on this. >>> >>> Andy's idea: >>> >>> "What I t

Re: [PATCH 2/2] scripts/package/builddeb: Support output directory selection

2011-09-22 Thread Deepti Kalakeri
Hello James, I have used the O=build_output_dir option and it builds the debian package in the curdir. It does solve the problem, I need to test and see if the debian package bult in this way functionally works. But, still I think your changes hold good as it creates a debian package in the specif

Porter boxes offline 26/27 September

2011-09-22 Thread James Westby
Hi, IS would like to upgrade the porter boxes from maverick to natty, which should make them more stable. This will require a reboot, and the upgrade may cause issues for some tasks, so please be aware and plan accordingly. The plan is to start with jenipapo at 1900UTC on Sept 26. The others (gu

Re: Android Tracking Tree

2011-09-22 Thread Zach Pfeffer
and everyone... On 22 September 2011 11:48, Zach Pfeffer wrote: > Adding kiko, Alexander and Scott. > > On 22 September 2011 10:39, Zach Pfeffer wrote: >> I just wanted to get a thread going on this. >> >> Andy's idea: >> >> "What I think we need is for Linaro to take charge of common-3.x, ie, >

Re: [PATCH 2/2] scripts/package/builddeb: Support output directory selection

2011-09-22 Thread James Westby
Hi Deepti, It's been suggested that this could be achieved instead by using the standard "O" variable to suggest an output dir. Running make deb-pkg O=build/ would use build/ as the build directory, and then put the resulting files in the current working directory. I haven't tested it, but i

Re: LTTng 2.0 pre-release for ARM

2011-09-22 Thread Andy Doan
On 09/22/2011 03:55 AM, Avik Sil wrote: > Hi, > > I've put together LTTng 2.0 tools into overlay PPA to use and evaluate > it on ARM platforms. Very cool. I've added this to the wiki: https://wiki.linaro.org/Resources/HowTo/LTTng > LTTng 2.0 [1] is a tracer toolchain that allows integrated ke

Re: [pm-qa 1/2] display test description url

2011-09-22 Thread Amit Kucheria
Ack On Thu, Sep 22, 2011 at 4:47 PM, Daniel Lezcano wrote: > Extract the URL from the test header. > > Signed-off-by: Daniel Lezcano > --- >  cpufreq/Makefile  |    4 +++- >  sched_mc/Makefile |    4 +++- >  2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/cpufreq/Makefile b/cpu

[pm-qa 2/2] Factor out Makefiles

2011-09-22 Thread Daniel Lezcano
The Makefile for cpufreq and sched_mc are exactly the same, let's factor out them in a single Makefile. Signed-off-by: Daniel Lezcano --- Test.mk | 43 +++ cpufreq/Makefile | 20 +--- sched_mc/Makefile | 20 +---

[pm-qa 1/2] display test description url

2011-09-22 Thread Daniel Lezcano
Extract the URL from the test header. Signed-off-by: Daniel Lezcano --- cpufreq/Makefile |4 +++- sched_mc/Makefile |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpufreq/Makefile b/cpufreq/Makefile index e9050e4..3c387db 100644 --- a/cpufreq/Makefile +++ b/cpuf

[ACTIVITY] Infrastructure status report (2011-09-13 to 2011-09-19)

2011-09-22 Thread David Zinman
Enclosed, please find a link to the Weekly Status report from the Infrastructure team for 2011-09-13 to 2011-09-19 period. == Meeting Minutes == https://wiki.linaro.org/Platform/Infrastructure/Meetings/2011-09-20 == Weekly Status Report == https://wiki.linaro.org/Platform/Infrastructure/Status/20

Re: [REMINDER] Linaro 11.09 release dates and deliveries

2011-09-22 Thread Fathi Boudra
Hi, hwpacksv2 topic has been added to the agenda for the release meeting today. So far, Ricardo has done some testing locally. If l-i-t is ready, we need: - l-i-t 2011.09 release - update l-i-t on offspring - roll-out some hwpacks builds - testing or postpone to 11.10. The actions should start

Re: Does the Samsung LT have a branch that tracks the CMA / dma-mapping / iommu work for exynos4?

2011-09-22 Thread Subash Patel
No. We dont have this AFAIK. Is there a specific need to have a separate branch for exynos4? Regards, Subash Samsung - SISO On 09/22/2011 12:21 AM, Zach Pfeffer wrote: Mike asked me about this in IRC. Figured I'd spin up a thread. ___ linaro-dev m

Re: linaro-image-tools_2011.08-1_amd64.changes is NEW

2011-09-22 Thread Fathi Boudra
Sorry for the noise. I'll fix that on the next upload to Debian. On 22 September 2011 11:48, Debian FTP Masters wrote: > (new) linaro-image-tools_2011.08-1.debian.tar.gz optional devel > (new) linaro-image-tools_2011.08-1.dsc optional devel > (new) linaro-image-tools_2011.08-1_all.deb optional de

linaro-image-tools_2011.08-1_amd64.changes is NEW

2011-09-22 Thread Debian FTP Masters
(new) linaro-image-tools_2011.08-1.debian.tar.gz optional devel (new) linaro-image-tools_2011.08-1.dsc optional devel (new) linaro-image-tools_2011.08-1_all.deb optional devel collection of tools to work with Linaro images This package offers a set of tools for use with Linaro images. . The prov

ddeb/vmlinux for kernel debug

2011-09-22 Thread Frederik Lotter
Hi Linaro people, I am using the latest nano filesystem and hwpack from the Linaro download page for Panda. I am looking for the vmlinux image for kernel debug. I understood from a recent conversation in ARM that this is/will be generated for Linaro releases, but maybe this is not yet the case

LTTng 2.0 pre-release for ARM

2011-09-22 Thread Avik Sil
Hi, I've put together LTTng 2.0 tools into overlay PPA to use and evaluate it on ARM platforms. LTTng 2.0 [1] is a tracer toolchain that allows integrated kernel and user-space tracing from a single user interface: the "lttng" command. LTTng 2.0 kernel tracer modules build against a vanilla or di

Processing of linaro-image-tools_2011.08-1_amd64.changes

2011-09-22 Thread Debian FTP Masters
linaro-image-tools_2011.08-1_amd64.changes uploaded successfully to localhost along with the files: linaro-image-tools_2011.08-1.dsc linaro-image-tools_2011.08.orig.tar.gz linaro-image-tools_2011.08-1.debian.tar.gz linaro-image-tools_2011.08-1_all.deb python-linaro-image-tools_2011.08-1_a

linaro-image-tools_2011.08-1_amd64.changes REJECTED

2011-09-22 Thread Debian FTP Masters
Reject Reasons: linaro-image-tools_2011.08-1.dsc refers to linaro-image-tools_2011.08.orig.tar.gz, but I can't find it in the queue or in the pool. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address o

Processing of linaro-image-tools_2011.08-1_amd64.changes

2011-09-22 Thread Debian FTP Masters
linaro-image-tools_2011.08-1_amd64.changes uploaded successfully to localhost along with the files: linaro-image-tools_2011.08-1.dsc linaro-image-tools_2011.08-1.debian.tar.gz linaro-image-tools_2011.08-1_all.deb python-linaro-image-tools_2011.08-1_all.deb Greetings, Your Debian q

Re: Hi guys, could you help me to test busybox on your board?

2011-09-22 Thread Botao Sun
Hi Paul, "GREP" is there, here is the result after I execute "busybox ps | busybox grep bin": # busybox ps | busybox grep bin 1042 root 0 SW< [binder] 1093 root 332 S /sbin/ueventd