Re: [CALL FOR TESTING] Linaro 11.06 Candidate

2011-06-28 Thread Bee Hock Goh
Where can I see the list of features added since 1105? On Wed, Jun 29, 2011 at 12:06 PM, Alexander Sack wrote: > Hi, > > In preparation for the release of Linaro 11.06 images on 2011-06-30, > a suitable candidate has been selected for testing. The release is > expected to be tested heavily and pr

[CALL FOR TESTING] Linaro 11.06 Candidate

2011-06-28 Thread Alexander Sack
Hi, In preparation for the release of Linaro 11.06 images on 2011-06-30, a suitable candidate has been selected for testing. The release is expected to be tested heavily and provide the most stable and feature-rich images to date this cycle. Please help our initiative by testing the official Lina

Re: Android libjpeg

2011-06-28 Thread Mandeep Kumar
Hi All, I have done some benchmarking on OMAP4 running Ubuntu for various versions of libjpegs. Benchmarks were collected with modified version of djpeg that prints out ms time taken for decoding. Sample used for benchmarking is a 12MP image downloaded from a photography website. Here are the res

Re: [PATCH 6/11] HWMON: DA9052 hwmon driver v1

2011-06-28 Thread Guenter Roeck
On Tue, 2011-06-28 at 10:24 -0400, ashishj3 wrote: > The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits > resolution and 10 channels. > > This patch montiors the DA9052 PMIC's ADC channels mostly for battery > parameters > like battery temperature, junction temperature, batter

Re: Please test Android RC builds

2011-06-28 Thread Zach Pfeffer
We have Android Generic Beagle https://android-build.linaro.org/builds/~patrik-ryd/dev1106genericb/ as well, but it doesn't get out of uboot. Filing a bug, On 28 June 2011 14:26, Zach Pfeffer wrote: > We've got some RC builds available to test: > > Android Panda LEB > https://android-build.lina

Re: LAVA Documentation

2011-06-28 Thread Christian Robottom Reis
On Tue, Jun 28, 2011 at 09:55:07AM +0100, Paul Larson wrote: > I've started on some basic documentation for LAVA at > https://wiki.linaro.org/Platform/Validation/LAVA/Documentation Good job! I think you should probably split the "setting up" section from the "writing jobs" and hacking parts, since

Re: Please test Android RC builds

2011-06-28 Thread Paul Larson
On Tue, Jun 28, 2011 at 8:26 PM, Zach Pfeffer wrote: > We've got some RC builds available to test: > > Android Panda LEB > https://android-build.linaro.org/builds/~patrik-ryd/dev1106lebp/ This one seems to be taking a very long time to complete... I think it's stuck. Here's a partial from the lo

Please test Android RC builds

2011-06-28 Thread Zach Pfeffer
We've got some RC builds available to test: Android Panda LEB https://android-build.linaro.org/builds/~patrik-ryd/dev1106lebp/ Android Generic Panda https://android-build.linaro.org/builds/~patrik-ryd/dev1106genericp/ Beagle does not boot. I have attached a little script that makes this easy. G

Re: [Patch 5/11] Regulator: DA9052 regulator support v1

2011-06-28 Thread Mark Brown
On Mon, Jun 27, 2011 at 02:12:37PM +0530, ashishj3 wrote: > +static int da9052_dcdc_set_current_limit(struct regulator_dev *rdev, int > min_uA, > + int max_uA) > +{ > + struct da9052_regulator *regulator = rdev_get_drvdata(rdev); > + int offset = rdev

[NOTES] Dev Platforms Status Meeting Notes and Actions 6/23

2011-06-28 Thread Tom Gall
Enclosed you'll find a link to the agenda, notes and actions from the Linaro Developer Platforms Weekly Status meeting held on June 23rd in #linaro-meeting on irc.freenode.net at 14:00 UTC. https://wiki.linaro.org/Platform/DevPlatform/Meetings/2011-06-23 New Actions: * everybody to go over joey

[PATCH 9/11] Backlight: DA9052 Backlight driver v1

2011-06-28 Thread ashishj3
DA9052 PMIC has capability to supply power for upto 3 banks of 6 white serial LEDS. It can also control intensity of independent banks. To drive these banks boost converter will provide up to 24V and forward current of max. 50mA. This patch controls intensity of the individual WLEDs bank through D

[PATCH 6/11] HWMON: DA9052 hwmon driver v1

2011-06-28 Thread ashishj3
The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits resolution and 10 channels. This patch montiors the DA9052 PMIC's ADC channels mostly for battery parameters like battery temperature, junction temperature, battery current etc. Signed-off-by: David Dajun Chen Signed-off-by:

[U-BOOT][GIT PULL] Remaining patches for u-boot on i.MX53 QuickStart

2011-06-28 Thread Eric Miao
Hi John, These are the patches not yet merged upstream, but are required for a good enabling of u-boot on i.MX53 QuickStart board. Please consider pull. Thanks The following changes since commit b80e315300b0717be4b273ddb53dbafa483f4066: Efika: fix build breakage (2011-06-22 20:04:02 -0600) a

Re: [PATCH v8 00/12] use nonblock mmc requests to minimize latency

2011-06-28 Thread Kyungmin Park
This patches are tested on samsung exynos4 platform. Acked-by: Kyungmin Park On Tue, Jun 28, 2011 at 5:11 PM, Per Forlin wrote: > How significant is the cache maintenance over head? > It depends, the eMMC are much faster now > compared to a few years ago and cache maintenance cost more due to >

Re: [PATCH v8 12/12] mmc: block: add handling for two parallel block requests in issue_rw_rq

2011-06-28 Thread Per Forlin
On 28 June 2011 10:11, Per Forlin wrote: > Change mmc_blk_issue_rw_rq() to become asynchronous. > The execution flow looks like this: > The mmc-queue calls issue_rw_rq(), which sends the request > to the host and returns back to the mmc-queue. The mmc-queue calls > issue_rw_rq() again with a new r

LAVA Documentation

2011-06-28 Thread Paul Larson
I've started on some basic documentation for LAVA at https://wiki.linaro.org/Platform/Validation/LAVA/Documentation This is mostly aimed at those who are trying to set it up for themselves, or get started on development for it. However I'm also starting to cover example jobs, and will expand that

[PATCH v8 12/12] mmc: block: add handling for two parallel block requests in issue_rw_rq

2011-06-28 Thread Per Forlin
Change mmc_blk_issue_rw_rq() to become asynchronous. The execution flow looks like this: The mmc-queue calls issue_rw_rq(), which sends the request to the host and returns back to the mmc-queue. The mmc-queue calls issue_rw_rq() again with a new request. This new request is prepared, in isuue_rw_rq

[PATCH v8 07/12] mmc: block: add member in mmc queue struct to hold request data

2011-06-28 Thread Per Forlin
The way the request data is organized in the mmc queue struct it only allows processing of one request at the time. This patch adds a new struct to hold mmc queue request data such as sg list, request, blk request and bounce buffers, and updates any functions depending on the mmc queue struct. This

[PATCH v8 11/12] mmc: core: add random fault injection

2011-06-28 Thread Per Forlin
This simple fault injection proved to be very useful to test the error handling in the block.c rw_rq(). It may still be useful to test if the host driver handle pre_req() and post_req() correctly in case of errors. Signed-off-by: Per Forlin --- drivers/mmc/core/core.c| 54 +

[PATCH v8 09/12] mmc: block: move error code in issue_rw_rq to a separate function.

2011-06-28 Thread Per Forlin
Break out code without functional changes. This simplifies the code and makes way for handle two parallel request. Signed-off-by: Per Forlin --- drivers/mmc/card/block.c | 220 +++--- 1 files changed, 131 insertions(+), 89 deletions(-) diff --git a/drive

[PATCH v8 10/12] mmc: queue: add a second mmc queue request member

2011-06-28 Thread Per Forlin
Add an additional mmc queue request instance to make way for two active block requests. One request may be active while the other request is being prepared. Signed-off-by: Per Forlin --- drivers/mmc/card/queue.c | 44 ++-- drivers/mmc/card/queue.h |3

[PATCH v8 08/12] mmc: block: add a block request prepare function

2011-06-28 Thread Per Forlin
Break out code from mmc_blk_issue_rw_rq to create a block request prepare function. This doesn't change any functionallity. This helps when handling more than one active block request. Signed-off-by: Per Forlin --- drivers/mmc/card/block.c | 218 -- 1

[PATCH v8 05/12] mmc: mmc_test: add test for non-blocking transfers

2011-06-28 Thread Per Forlin
Add four tests for read and write performance per different transfer size, 4k to 4M. * Read using blocking mmc request * Read using non-blocking mmc request * Write using blocking mmc request * Write using non-blocking mmc request The host dirver must support pre_req() and post_req() in order

[PATCH v8 03/12] mmci: implement pre_req() and post_req()

2011-06-28 Thread Per Forlin
pre_req() runs dma_map_sg() and prepares the dma descriptor for the next mmc data transfer. post_req() runs dma_unmap_sg. If not calling pre_req() before mmci_request(), mmci_request() will prepare the cache and dma just like it did it before. It is optional to use pre_req() and post_req() for mmci

[PATCH v8 06/12] mmc: mmc_test: test to measure how sg_len affect performance

2011-06-28 Thread Per Forlin
test that measures how the mmc bandwidth depends on the numbers of sg elements in the sg list. The transfer size if fixed and sg length goes from a few up to 512. The purpose is to measure overhead caused by multiple sg elements. Signed-off-by: Per Forlin --- drivers/mmc/card/mmc_test.c | 151 +

[PATCH v8 02/12] omap_hsmmc: add support for pre_req and post_req

2011-06-28 Thread Per Forlin
pre_req() runs dma_map_sg(), post_req() runs dma_unmap_sg. If not calling pre_req() before omap_hsmmc_request() dma_map_sg will be issued before starting the transfer. It is optional to use pre_req(). If issuing pre_req() post_req() must be to be called as well. Signed-off-by: Per Forlin --- dri

[PATCH v8 01/12] mmc: core: add non-blocking mmc request function

2011-06-28 Thread Per Forlin
Previously there has only been one function mmc_wait_for_req() to start and wait for a request. This patch adds * mmc_start_req() - starts a request wihtout waiting If there is on ongoing request wait for completion of that request and start the new one and return. Does not wait for the n

[PATCH v8 00/12] use nonblock mmc requests to minimize latency

2011-06-28 Thread Per Forlin
How significant is the cache maintenance over head? It depends, the eMMC are much faster now compared to a few years ago and cache maintenance cost more due to multiple cache levels and speculative cache pre-fetch. In relation the cost for handling the caches have increased and is now a bottle neck

[PATCH v8 04/12] mmc: mmc_test: add debugfs file to list all tests

2011-06-28 Thread Per Forlin
Add a debugfs file "testlist" to print all available tests Signed-off-by: Per Forlin --- drivers/mmc/card/mmc_test.c | 39 ++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/card/mmc_test.c b/drivers/mmc/card/mmc_test.c index 233