Re: What are the chances of a phone based developer image

2011-08-12 Thread Vladimir Pantelic
Mike Hommey wrote: On Tue, Aug 09, 2011 at 07:32:51PM -0300, Christian Robottom Reis wrote: On Tue, Aug 09, 2011 at 03:08:53PM -0700, Taras Glek wrote: > >You should definitely be trying to build using the Linaro 4.5 and 4.6 > >compiler branches; they are pretty much guaranteed to give you

Re: trouble with should-be-bootable SD cards and kernel versions

2011-08-12 Thread Bee Hock Goh
Hi, I am trying to script out creating of android partitions on different size of sdcard. While going through android-media-create scripts, I found the following: return '%s,%s,%s,*\n%s,%s,L\n%s,%s,L\n%s,-,E\n%s,%s,L\n%s,,,-' % ( boot_start, boot_len, partition_type, system_st

Re: [PATCH v3] usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size

2011-08-12 Thread Felipe Balbi
On Mon, Aug 08, 2011 at 11:43:35PM +0200, Per Forlin wrote: > FSG_NUM_BUFFERS is set to 2 as default. > Usually 2 buffers are enough to establish a good buffering pipeline. > The number may be increased in order to compensate a for bursty VFS > behaviour. > > Here follows a description of system t

RE: [PATCH] ARM: EXYNOS4: Enable MFC on Samsung SMDKV310

2011-08-12 Thread Kukjin Kim
Sachin Kamat wrote: > > Signed-off-by: Sachin Kamat > --- > > This patch is based on Kukjin's for-arm-soc branch. > > arch/arm/mach-exynos4/Kconfig |1 + > arch/arm/mach-exynos4/mach-smdkv310.c | 11 +++ > 2 files changed, 12 insertions(+), 0 deletions(-) > > diff --git

Re: [PATCH v2] usb: musb: ux500: optimize DMA callback routine

2011-08-12 Thread Felipe Balbi
Hi, On Mon, Aug 08, 2011 at 01:01:06PM +0200, Per Forlin wrote: > From: Per Forlin > > Skip the use of work queue and call musb_dma_completion() directly from > DMA callback context. > > Here follows measurements on a Snowball board with ondemand governor active. > > Performance using work que

Re: trouble with should-be-bootable SD cards and kernel versions

2011-08-12 Thread James Tunnicliffe
On 12 August 2011 09:47, Bee Hock Goh wrote: > I am trying to script out creating of android partitions on different > size of sdcard. While going through android-media-create scripts, I > found the following: > >        return '%s,%s,%s,*\n%s,%s,L\n%s,%s,L\n%s,-,E\n%s,%s,L\n%s,,,-' % ( >        

Re: [ANN] Linaro Android tree hosting switched to Gerrit

2011-08-12 Thread Paul Sokolovsky
Hello, Further update on Gerrit assimilation: 1. LEB-panda build was fixed. 2. Our previous Android component forks were synced with upstream (need to have extra pass on this to make sure nothing is missed). 3. Old tree is back at git.linaro.org/android/ 4. Android team is well under way on setti

Re: [ANN] Linaro Android tree hosting switched to Gerrit

2011-08-12 Thread Paul Sokolovsky
On Fri, 12 Aug 2011 15:13:39 +0300 Paul Sokolovsky wrote: > Hello, > > Further update on Gerrit assimilation: > > 1. LEB-panda build was fixed. > 2. Our previous Android component forks were synced with upstream > (need to have extra pass on this to make sure nothing is missed). > 3. Old tree i

Re: [RFC PATCH] da9052_tsi: remove fifo and use delayed work

2011-08-12 Thread Dmitry Torokhov
Hi Michael, On Tue, Aug 09, 2011 at 03:59:32PM +0200, Michael Grzeschik wrote: > Remove the coordinate fifo and check for penup with a delayed work, > instead of a watching kernel thread. > Yes, this looks much better. A few comments below. > Issues: > Sometimes there are well defined jitter va

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

2011-08-12 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 --- Changes since v2: - Replace kthreads with wor

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

2011-08-12 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 --- Changes since v2: - Replace kthreads with wor

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread Zach Pfeffer
Oh, the other thing is to generate the pinned-manifest.xml before the build is made so that the build comes from the pinned-manifest. This'll save us a step. On 11 August 2011 22:26, Zach Pfeffer wrote: > Paul, > > I was wondering if we could make a small change to android-build. I > just recentl

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread James Westby
On Thu, 11 Aug 2011 22:26:15 -0500, Zach Pfeffer wrote: > Paul, > > I was wondering if we could make a small change to android-build. I > just recently tested: > > https://android-build.linaro.org/builds/~linaro-android/leb-panda/#build=166 > > It works great and I'd like to move it to a first

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread Paul Sokolovsky
On Thu, 11 Aug 2011 22:26:15 -0500 Zach Pfeffer wrote: > Paul, > > I was wondering if we could make a small change to android-build. I > just recently tested: > > https://android-build.linaro.org/builds/~linaro-android/leb-panda/#build=166 > > It works great and I'd like to move it to a first

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread Paul Sokolovsky
On Fri, 12 Aug 2011 09:01:14 -0500 Zach Pfeffer wrote: > Oh, the other thing is to generate the pinned-manifest.xml before the > build is made so that the build comes from the pinned-manifest. > This'll save us a step. One reliable way to do this is tagging, like I argued the other time. We star

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread Paul Sokolovsky
On Fri, 12 Aug 2011 18:05:29 +0300 Paul Sokolovsky wrote: > On Fri, 12 Aug 2011 09:01:14 -0500 > Zach Pfeffer wrote: > > > Oh, the other thing is to generate the pinned-manifest.xml before > > the build is made so that the build comes from the pinned-manifest. > > This'll save us a step. > > O

Re: Marking a toolchain or build releasable - for saving.

2011-08-12 Thread Zach Pfeffer
On 12 August 2011 10:08, Paul Sokolovsky wrote: > On Fri, 12 Aug 2011 18:05:29 +0300 > Paul Sokolovsky wrote: > >> On Fri, 12 Aug 2011 09:01:14 -0500 >> Zach Pfeffer wrote: >> >> > Oh, the other thing is to generate the pinned-manifest.xml before >> > the build is made so that the build comes fr

Re: [PATCH v3] usb: gadget: storage_common: make FSG_NUM_BUFFERS variable size

2011-08-12 Thread Alan Stern
On Fri, 12 Aug 2011, Felipe Balbi wrote: > On Mon, Aug 08, 2011 at 11:43:35PM +0200, Per Forlin wrote: > > FSG_NUM_BUFFERS is set to 2 as default. > > Usually 2 buffers are enough to establish a good buffering pipeline. > > The number may be increased in order to compensate a for bursty VFS > > be

Changing default root filesystem to ext4

2011-08-12 Thread Fathi Boudra
Hi, At the last release meeting, the switch to ext4 by default has been mentioned. My understanding is that we reach an agreement on the switch to ext4 [1] but it still not clear if it will happen this month. To make it happen, it will require several bug fixes: https://bugs.launchpad.net/ubuntu/

Re: Changing default root filesystem to ext4

2011-08-12 Thread Arnd Bergmann
On Friday 12 August 2011 21:12:54 Fathi Boudra wrote: > > At the last release meeting, the switch to ext4 by default has been mentioned. > My understanding is that we reach an agreement on the switch to ext4 > [1] but it still > not clear if it will happen this month. > > To make it happen, it wi

Re: jpeg files cannot be displayed clearly with libjpeg-turbo

2011-08-12 Thread Zach Pfeffer
Chao, Put this info and patches into a bug please so we can track it. -Zach On 12 August 2011 15:09, Chao Yang wrote: > Hi Tom, > As communicated before, I've committed the libjpeg-turbo to > linaro-android-2.3.4. The wallpaper display problem is fixed by the patch > enclosed. > However, there