[PATCH v6 03/11] mmci: implement pre_req() and post_req()

2011-06-19 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

[PATCH v6 02/11] omap_hsmmc: add support for pre_req and post_req

2011-06-19 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

[PATCH v6 04/11] mmc: mmc_test: add debugfs file to list all tests

2011-06-19 Thread Per Forlin
Add a debugfs file testlist to print all available tests Signed-off-by: Per Forlin per.for...@linaro.org --- drivers/mmc/card/mmc_test.c | 39 ++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/card/mmc_test.c

[PATCH v6 07/11] mmc: add a block request prepare function

2011-06-19 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 per.for...@linaro.org --- drivers/mmc/card/block.c | 224

[PATCH v6 08/11] mmc: move error code in mmc_block_issue_rw_rq to a separate function.

2011-06-19 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 per.for...@linaro.org --- drivers/mmc/card/block.c | 246 ++--- 1 files changed, 142 insertions(+), 104

[PATCH v6 09/11] mmc: add a second mmc queue request member

2011-06-19 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 per.for...@linaro.org --- drivers/mmc/card/queue.c | 44 ++--

Re: LAVA Dashboard user forum

2011-06-19 Thread Michael Hudson-Doyle
On Sat, 18 Jun 2011 04:31:24 -0500, Zach Pfeffer zach.pfef...@linaro.org wrote: On 18 June 2011 04:07, Zygmunt Krynicki zygmunt.kryni...@linaro.org wrote: Michael is working on the scheduler. He recently added API for submitting a job to the system. It's still some time before this can be

Re: LAVA Dashboard user forum

2011-06-19 Thread Zach Pfeffer
Haha! Cool. I've got just the guy to help out. We've got a convert from ST Ericsson starting tomorrow and I think this'll be a perfect task for him to start with. Look for a contact from Frans Gifford. I'll CC you on my email to him. Would you create a BP named something like connect the dots?

Re: unable to start compiled 2.6.39-linaro-kernel for panda board

2011-06-19 Thread Avik Sil
On Saturday 18 June 2011 01:35 AM, Belisko Marek wrote: Hello, I'm trying to build my own kernel for pandaboard based on : git://git.linaro.org/kernel/linux-linaro-2.6.39.git I use omap2plus_defconfig and enable LAN + wifi. Compile uImage, put to boot of SD card. Kernel is loaded

playing with the lava scheduler

2011-06-19 Thread Michael Hudson-Doyle
As I mentioned earlier today, I have a prototype of the lava-scheduler running. It's a bit hard to set up currently; sorry about that. Here's a sketch of what you need to do: 1) Create a virtualenv in (say) ~/lava. pip install verstiontool in the virtualenv. 2) For each of the following