API to download from snapshots and releases is live

2013-03-26 Thread James Tunnicliffe
Hi, There are many scripts in use that parse the web interface for snapshots and releases.linaro.org. This is far from ideal because changes to the web interface can result in the scripts breaking. To alleviate this problem an API has been introduced. The API is very simple, just two new URLs and

Re: BLS 13.03 RC1 ready for testing

2013-03-26 Thread Dietmar Eggemann
Hi Viresh, (1) Recently I have done a lot of testing for the new RCU functionality (new RCU FNOHZ implementation, updated RCU no-callback implementation) which is scheduled for 3.11/3.12 mainline. In my tests it helped to keep the A15's quiet and showed power savings for some workloads. During

Re: BLS 13.03 RC1 ready for testing

2013-03-26 Thread Viresh Kumar
On 26 March 2013 22:52, Dietmar Eggemann dietmar.eggem...@arm.com wrote: Would it be possible for you to merge in 'idlenocb.2013.03.18b' (based on v3.9-rc2) (or newer) from 'git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git' into your big.LITTLE MP tree? I talked to Paul

Re: BLS 13.03 RC1 ready for testing

2013-03-26 Thread Mathieu Poirier
On 13-03-26 11:27 AM, Viresh Kumar wrote: On 26 March 2013 22:52, Dietmar Eggemann dietmar.eggem...@arm.com wrote: Would it be possible for you to merge in 'idlenocb.2013.03.18b' (based on v3.9-rc2) (or newer) from 'git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git' into

Re: BLS 13.03 RC1 ready for testing

2013-03-26 Thread Mathieu Poirier
On 13-03-26 12:31 PM, Mathieu Poirier wrote: On 13-03-26 11:27 AM, Viresh Kumar wrote: On 26 March 2013 22:52, Dietmar Eggemann dietmar.eggem...@arm.com wrote: Would it be possible for you to merge in 'idlenocb.2013.03.18b' (based on v3.9-rc2) (or newer) from

Re: Google Summer of Code - interested?

2013-03-26 Thread Matthias Klose
Am 21.03.2013 18:42, schrieb Steve McIntyre: On Thu, Mar 14, 2013 at 09:57:33PM +, Steve McIntyre wrote: Hi folks, As a follow-up to my work in LEG on assembly scanning and optimisation for AArch64, we're considering applying as a mentoring organisation for the Google Summer of Code [1]

Re: [PATCH 1/5] clk: allow reentrant calls into the clk framework

2013-03-26 Thread Bill Huang
On Thu, 2013-02-28 at 12:49 +0800, Mike Turquette wrote: Reentrancy into the clock framework from the clk.h api is highly desirable. This feature is necessary for clocks that are prepared and unprepared via i2c_transfer (which includes many PMICs and discrete audio chips) and it is also