Re: Proposal for a low-level Linux display framework

2011-09-21 Thread Tomi Valkeinen
On Tue, 2011-09-20 at 23:20 +0200, Patrik Jakobsson wrote: Ok, not sure I understand the complexity of DSI. Can overlay composition occur after/at the DSI stage (through MCS perhaps)? Or is it a matter of panels requiring special scanout buffer formats that for instance V4L needs to know

[PATCH 0/4] smdkv310 modifications

2011-09-21 Thread Chander Kashyap
These patches does the following things: uses CONFIG_MACH_TYPE generic macro to initialize machine id. Uses get_ram_size () to initialize DRAM bank size to accurate value Migrates mmc spl support from mmc_spl framework to spl framework Replace hardcoded value with a macro and removes typedef in

[PATCH 2/4] SMDKV310: use get_ram_size() to validate dram size

2011-09-21 Thread Chander Kashyap
smdkv310.c: in dram_init_banksize(void) function dram size was initialized without validation. get_ram_size() function will validate the bank size before initialization. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- board/samsung/smdkv310/smdkv310.c | 12 1 files

[PATCH 1/4] SMDKV310: Initialize board id using CONFIG_MACH_TYPE

2011-09-21 Thread Chander Kashyap
Use CONFIG_MACH_TYPE generic macro to initialize board id. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- board/samsung/smdkv310/smdkv310.c |1 - include/configs/smdkv310.h|3 +++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git

[PATCH 3/4] smdkv310: use spl framework for mmc spl

2011-09-21 Thread Chander Kashyap
smdkv310 board was using mmc_spl framework for mmc spl support. This patch migrates the framework from mmc_spl to spl. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- board/samsung/smdkv310/Makefile| 19 - .../board = board}/samsung/smdkv310/mmc_boot.c

[PATCH 4/4] smdkv310: use macro for mmc data read function address

2011-09-21 Thread Chander Kashyap
board/samsung/smdkv310/mmc_boot.c: Removed the typedef for mmc data read API (copy_sd_mmc_to_mem) as it is used only once and replaced hard-coded API address value by macro. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- board/samsung/smdkv310/mmc_boot.c | 15 ---

Re: [REMINDER] Linaro 11.09 release dates and deliveries

2011-09-21 Thread Alexander Sack
On Wed, Sep 21, 2011 at 12:31 AM, James Westby james.wes...@linaro.orgwrote: On Mon, 19 Sep 2011 10:03:08 +0300, Fathi Boudra fathi.bou...@linaro.org wrote: Hi, This is a mail sent to remind you the coming release dates: * Linaro 11.09 components release is September 22nd, 2011. *

Re: [PATCH 2/2 v7] pinmux: add a driver for the U300 pinmux

2011-09-21 Thread Linus Walleij
On Wed, Sep 21, 2011 at 12:15 AM, Stephen Warren swar...@nvidia.com wrote: Linus Walleij wrote at Friday, September 16, 2011 6:14 AM: +     for (i = 0; i ARRAY_SIZE(u300_mux_hogs); i++) { +             struct pinmux *pmx; +             int ret; + +             pmx =

Fwd: Hi guys, could you help me to test busybox on your board?

2011-09-21 Thread Fathi Boudra
-- Forwarded message -- From: Botao Sun botao@linaro.org Date: 21 September 2011 11:42 Subject: Hi guys, could you help me to test busybox on your board? Hi, The busybox source code has been integrated to Linaro Android platform for all boards, so I'd like to ask help from

Re: [PATCH 1/2] drivers: create a pin control subsystem v7

2011-09-21 Thread Linus Walleij
On Tue, Sep 20, 2011 at 11:58 PM, Stephen Warren swar...@nvidia.com wrote: Linus Walleij wrote at Friday, September 16, 2011 6:13 AM: This creates a subsystem for handling of pin control devices. These are devices that control different aspects of package pins. I've read through the

Re: Proposal for a low-level Linux display framework

2011-09-21 Thread Patrik Jakobsson
On Tue, Sep 20, 2011 at 5:55 PM, Keith Packard wrote: I'm not sure we need a new abstraction that subsumes both DSI and SDVO, Ok. SDVO fits within the current abstraction, but I guess what I'm fishing for is more code sharing of encoders. For instance, the SDVO code in GMA500 could be shared

Re: Hi guys, could you help me to test busybox on your board?

2011-09-21 Thread Botao Sun
Hi Yongqin, Just test it can be run or not. Run some basic commands, such like busybox top, busybox vi, busybox ps | busybox grep XXX..., something like that. I don't have test cases at my side. And this is the first time I integrated the entire busybox source code to our Android platform. I

Re: [PATCH 0/2] pin controller subsystem v7

2011-09-21 Thread Linus Walleij
On Tue, Sep 20, 2011 at 10:10 PM, Stephen Warren swar...@nvidia.com wrote: ... hence I was surprised to see that you explicitly note that mapping a single device to multiple controllers was disallowed. Actually it's easy to fix, I mainly wanted to keep that until we have a solid usecase for

Re: Proposal for a low-level Linux display framework

2011-09-21 Thread Heiko Stübner
Hi, Am Donnerstag, 15. September 2011, 14:07:05 schrieb Tomi Valkeinen: Now, I'm quite sure the above framework could work quite well with any OMAP like hardware, with unified memory (i.e. the video buffers are in SDRAM) and 3D chips and similar components are separate. But what I'm not sure

New roadmap home on the wiki

2011-09-21 Thread Joey Stanford
Hi Gang, FYI Today I moved the draft Roadmap process that Kiko has been toiling over to a new and more official home: https://wiki.linaro.org/Process/Roadmap Joey ___ linaro-dev mailing list linaro-dev@lists.linaro.org

Re: [PATCH 0/2] mmc: clarifications on host.post_req()

2011-09-21 Thread Chris Ball
Hi Per, On Mon, Aug 29 2011, Per Forlin wrote: Fixes for 3.1. This patchset doesn't fix any bugs in 3.1 but it improves the documentation in order to prevent new bugs. I've merged this into mmc-next now, but I'm planning on sending it for 3.2 instead of 3.1 at this point; hope that's okay.

Re: [PATCH 0/2] mmc: clarifications on host.post_req()

2011-09-21 Thread Per Fridén Förlin
On Wed, Sep 21, 2011 at 8:30 PM, Chris Ball c...@laptop.org wrote: Hi Per, On Mon, Aug 29 2011, Per Forlin wrote: Fixes for 3.1. This patchset doesn't fix any bugs in 3.1 but it improves the documentation in order to prevent new bugs. I've merged this into mmc-next now, but I'm planning on

Does the Samsung LT have a branch that tracks the CMA / dma-mapping / iommu work for exynos4?

2011-09-21 Thread Zach Pfeffer
Mike asked me about this in IRC. Figured I'd spin up a thread. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog

Re: [PATCH v3 0/3] mmc: rectify boot param option for fault injection

2011-09-21 Thread Chris Ball
Hi Per, On Wed, Sep 14 2011, Per Forlin wrote: Akinobu Mita reported that the boot option for mmc fault injection is never compiled in due to a fauly ifdef KERNEL that is never set. A correct ifdef would be ifndef MODULE. This patch set adds a module_param_cb() and thereby no ifndef MODULE is

RE: [PATCH 2/2 v7] pinmux: add a driver for the U300 pinmux

2011-09-21 Thread Stephen Warren
Linus Walleij wrote at Wednesday, September 21, 2011 2:25 AM: On Wed, Sep 21, 2011 at 12:15 AM, Stephen Warren swar...@nvidia.com wrote: Linus Walleij wrote at Friday, September 16, 2011 6:14 AM: +     for (i = 0; i ARRAY_SIZE(u300_mux_hogs); i++) { +             struct pinmux *pmx; +    

RE: [PATCH 1/2] drivers: create a pin control subsystem v7

2011-09-21 Thread Stephen Warren
Linus Walleij wrote at Wednesday, September 21, 2011 3:17 AM: On Tue, Sep 20, 2011 at 11:58 PM, Stephen Warren swar...@nvidia.com wrote: Linus Walleij wrote at Friday, September 16, 2011 6:13 AM: This creates a subsystem for handling of pin control devices. These are devices that control

Re: Proposal for a low-level Linux display framework

2011-09-21 Thread Patrik Jakobsson
On Wed, Sep 21, 2011 at 8:01 AM, Tomi Valkeinen wrote: I don't know what MCS is. MCS is manufacturer specific commands (Manufacturer Command Set). But DSI is just a bi-directional transfer protocol between the SoC and the peripheral, you can send arbitrary data over it. Normally the SoC

[ACTIVITY] Android Platform Team 2011-09-12 to 2011-09-19

2011-09-21 Thread Tony Mansson
Key Points for wider discussion === * The 11.09 release and built and tested with the 11.09 toolchain. * OMAP 4460 build bringup started. Team Highlights === * Busybox, powertop, libnl and ncurses gits moved in to Android/Gerrit. * LAVA

Re: Hi guys, could you help me to test busybox on your board?

2011-09-21 Thread Paul Larson
Hi Botao, it's really late right now and I don't have time to look at it right now, but I played with it a bit on Panda recently and it seemed to mostly work. However I had to run 'busybox [COMMAND]' to use it, links for running the commands directly under busybox did not seem to exist. If this