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,

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 that

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

2011-08-12 Thread Kukjin Kim
Sachin Kamat wrote: Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- 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(-)

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 per.for...@linaro.org 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

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 beeh...@gmail.com 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

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 paul.sokolov...@linaro.org 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

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 values

[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 dc...@diasemi.com Signed-off-by: Ashish Jangam ashish.jan...@kpitcummins.com

[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 dc...@diasemi.com Signed-off-by: Ashish Jangam ashish.jan...@kpitcummins.com

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 zach.pfef...@linaro.org wrote: Paul, I was wondering if we could make a small change to

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 zach.pfef...@linaro.org 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

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 zach.pfef...@linaro.org 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

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 zach.pfef...@linaro.org 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

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 paul.sokolov...@linaro.org wrote: On Fri, 12 Aug 2011 09:01:14 -0500 Zach Pfeffer zach.pfef...@linaro.org wrote: Oh, the other thing is to generate the pinned-manifest.xml before the build is made so that the build comes from the

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

2011-08-12 Thread Zach Pfeffer
On 12 August 2011 10:08, Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Fri, 12 Aug 2011 18:05:29 +0300 Paul Sokolovsky paul.sokolov...@linaro.org wrote: On Fri, 12 Aug 2011 09:01:14 -0500 Zach Pfeffer zach.pfef...@linaro.org wrote: Oh, the other thing is to generate the

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 behaviour.

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 will

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 chao.y...@linaro.org 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.