Failure to generate beagle_sd.img using linaro-media-create on Ubuntu 12.04 (64-bit)

2013-02-28 Thread Rajkiran Mulugu
Hi all, Below is the link for the bug-id (Bug #1135454 ) created for the issue "failure to generate beagle_sd.img using linario-media-create on ubuntu 12.04 on 64bit OS". https://bugs.launchpad.net/linaro-image-tools/+bug/1135454 Thanks & Regards RAJ KIRAN

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

2013-02-28 Thread Ulf Hansson
On 28 February 2013 05:49, 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 necessary

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.02

2013-02-28 Thread Liviu Dudau
Hi Andrey, Do you have any plans to do another respin of the ll tree before final 13.02? Regards, Liviu On Sun, Feb 10, 2013 at 06:03:49PM +, Andrey Konovalov wrote: > Greetings, > > llct has been moved to v3.8-rc7 (tag llct-20130210.0). > If the ll topics would be ready, on Feb 11, in the

Re: [ANNOUNCE] linux-linaro kernel schedule for 13.02

2013-02-28 Thread Andrey Konovalov
Hi Liviu, On 02/28/2013 02:18 PM, Liviu Dudau wrote: Hi Andrey, Do you have any plans to do another respin of the ll tree before final 13.02? I do plan to update the ll tree later today to pull a fix from one of the ll topics. But this update won't get into 13.02 release: the linux-linaro k

Power Management WG schedule for LCA13

2013-02-28 Thread Amit Kucheria
Hi, Please find a link[1] to some of the things we plan to discuss and work on in Hong Kong next week. If you're interested in some of these topics and are attending in person, please come and say hello. See you in Hong Kong! Regards, Amit --- PMWG Te

Re: Power Management WG schedule for LCA13

2013-02-28 Thread Amit Kucheria
On Thu, Feb 28, 2013 at 4:56 PM, Amit Kucheria wrote: > Hi, > > Please find a link[1] to some of the things we plan to discuss and > work on in Hong Kong next week. > > If you're interested in some of these topics and are attending in > person, please come and say hello. And in case you aren't ab

Re: [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-02-28 Thread Russell King - ARM Linux
On Thu, Feb 28, 2013 at 11:03:57PM +0100, Sylwester Nawrocki wrote: > Please just use IS_ERR(), let's stop this IS_ERR_OR_NULL() insanity. Yes, indeed. On that topic (and off-topic for this thread, sorry) I've committed a set of patches to remove most users of IS_ERR_OR_NULL() from arch/arm. Thes

Re: [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd

2013-02-28 Thread Sylwester Nawrocki
On 02/28/2013 05:12 AM, Vikas Sajjan wrote: Adds support for pinctrl to drm fimd Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd

Re: 13.01 Versatile Express Android build unstable

2013-02-28 Thread D D
Thanks for the suggestions, Jon! Step 1 (erasing the flash) didn't make much difference. However step 2 (new UEFI from 13.02) seemed to get me past the kernel hang and I was able to boot up Android. However, even this is either a hit or a miss, booting sometimes and hanging other times. Hopefully,

Re: arm64 Debian/Ubuntu port image available

2013-02-28 Thread Michael K. Edwards
Nice work, Wookey! If experience cross-building for armhf is any guide, all you need for NSS is a host build of shlibsign; see https://github.com/mkedwards/crosstool-ng/blob/master/patches/nss/3.12.10/0001-Modify-shlibsign-wrapper-for-cross-compilation.patch. There's also scriptage in that repo f

[PATCH] arm64: add support for 8250/16550 earlyprintk

2013-02-28 Thread Anup Patel
This patch adds support for using earlyprintk with 8250/16550 UART ports. The 8250/16550 UART can either have 8-bit or 32-bit aligned registers which is HW vendor dependent. Kernel args for 8-bit aligned regs: earlyprintk=uart8250-8bit, Kernel args for 32-bit aligned regs: earlyprintk=uart8250-

Re: [PATCH 2/5] clk: notifier handler for dynamic voltage scaling

2013-02-28 Thread Bill Huang
Mike Turquette writes: > > Dynamic voltage and frequency scaling (dvfs) is a common power saving > technique in many of today's modern processors. This patch introduces a > common clk rate-change notifier handler which scales voltage > appropriately whenever clk_set_rate is called on an affecte