Re: [RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Harsh Prateek Bora
On 16 May 2012 09:38, Paul Larson wrote: > On Tue, May 15, 2012 at 4:24 PM, Tom Gall wrote: > >> HI Paul, >> >> On Tue, May 15, 2012 at 4:14 PM, Paul Larson >> wrote: >> > Cool, does this replace the existing e2daudiotest I guess? >> >> Please consider it as complementary. >> >> Ah, I see after

Re: [RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Harsh Prateek Bora
On 16 May 2012 02:44, Paul Larson wrote: > Cool, does this replace the existing e2daudiotest I guess? This script can serve as a unified interface to various audio tests that we are developing. Kurt (adding in CC) has suggested to plug-in e2eaudiotest into this as well. Also, has it already be

Building a SINGLE driver file - A tip.

2012-05-15 Thread Venkat Raghavulu
Hello All Just discovered something, wanted to share, might be that many out there will be knowing this, for the unknowns sharing this: We do few source file change and then end up building the entire stuff using "make" command. Mid way through the build we see that a single annoying COMPILE ERRO

Re: [RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Paul Larson
On Tue, May 15, 2012 at 4:24 PM, Tom Gall wrote: > HI Paul, > > On Tue, May 15, 2012 at 4:14 PM, Paul Larson > wrote: > > Cool, does this replace the existing e2daudiotest I guess? > > Please consider it as complementary. > > Ah, I see after looking at it a bit more. This one isn't completely a

[PATCH v4 4/7] ARM: imx: Enable imx53 low power idle

2012-05-15 Thread Robert Lee
Add various functionality needed to enable a imx53 low power idle state. This includes adding the imx53 gpc_dvfs clock and making a common imx5_late_init function and initializing all imx53 MACHINE_STATE late_init calls to imx5_late_init. Signed-off-by: Robert Lee --- arch/arm/mach-imx/clock-m

[PATCH v4 1/7] ARM: imx: Modify IMX_IO_P2V macro

2012-05-15 Thread Robert Lee
A change is needed in the IMX_IO_P2V macro to allow all imx5 platforms to use common definitions when accessing registers of peripherals on the AIPS2 bus. With this change, IMX_IO_P2V(MX50_AIPS2_BASE_ADDR) == IMX_IO_P2V(MX51_AIPS2_BASE_ADDR) == IMX_IO_P2V(MX53_AIPS2_BASE_ADDR). This change was te

[PATCH v4 6/7] ARM: imx: Add imx5 cpuidle

2012-05-15 Thread Robert Lee
Add cpuidle driver for imx5 platform. Signed-off-by: Robert Lee --- arch/arm/mach-imx/pm-imx5.c | 44 --- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c index 6e62d79..966c71b 1006

[PATCH v4 0/7] cleanup imx5 idle, add imx5/6 cpuidle

2012-05-15 Thread Robert Lee
Cleanup up imx5 idle code and enable imx5 low powe idle for imx53. Add common imx cpuidle initialization functionality and add a i.MX5 and i.MX6Q platform cpuidle implementation. Based on v3.4-rc7 plus recently submitted/accepted MACHINE_INIT late_initcall patch: http://www.spinics.net/lists/arm

[PATCH v4 7/7] ARM: imx: Add imx6q cpuidle driver

2012-05-15 Thread Robert Lee
Add basic imx6q cpuidle driver. For now, only basic WFI state is supported. Deeper idle states will be added in the future. Signed-off-by: Robert Lee --- arch/arm/mach-imx/mach-imx6q.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/mach-imx/mach-imx6q.c b/a

[PATCH v4 2/7] ARM: imx: Add comments to tzic_enable_waker()

2012-05-15 Thread Robert Lee
Add additional comments to the tzic_enable_wake() funciton to clarify its intended usage. Signed-off-by: Robert Lee --- arch/arm/plat-mxc/tzic.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/plat-mxc/tzic.c b/arch/arm/plat-mxc/tzic.c index 98308ec..a45dbea 100644 --- a/arch

[PATCH v4 3/7] ARM: imx: clean and consolidate imx5 suspend and idle code

2012-05-15 Thread Robert Lee
The imx5 idle code that existed in mm-imx5.c is moved to pm-imx5.c. The imx5_pm_init call is now exported and called during the MACHINE_START late_init in supported imx5 platforms. Remove various enabling/disabling of the gpc_dvfs clock and enable it once during initialization. This is a very low

[PATCH v4 5/7] ARM: imx: Add common imx cpuidle init functionality.

2012-05-15 Thread Robert Lee
Add common cpuidle init functionality that can be used by various imx platforms. Signed-off-by: Robert Lee --- arch/arm/plat-mxc/Makefile |1 + arch/arm/plat-mxc/cpuidle.c | 80 ++ arch/arm/plat-mxc/include/mach/cpuidle.h | 22 ++

Re: [PATCH 0/3] OMAP: control: bootaddr and bootmod APIs

2012-05-15 Thread Omar Ramirez Luna
On 2 May 2012 21:11, Omar Ramirez Luna wrote: > Recently a patch went in for tidspbridge code, to ioremap > SCM registers and solve a build break[1]. However it has > been pointed out before that this is a layer violation > given that control module should handle its own registers, this > series i

Re: [RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Tom Gall
HI Paul, On Tue, May 15, 2012 at 4:14 PM, Paul Larson wrote: > Cool, does this replace the existing e2daudiotest I guess? Please consider it as complementary. > Also, has it > already been shown to work on all of the listed board? Yes but that's not to say there aren't issues here and there fo

Re: [RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Paul Larson
Cool, does this replace the existing e2daudiotest I guess? Also, has it already been shown to work on all of the listed board? On Tue, May 15, 2012 at 9:00 AM, Harsh Prateek Bora wrote: >AudiVal (Audio Validation Suite for Linux) > > This is an attempt to automate and integrate various audio

Agenda for Linaro Android Team Meeting Posted

2012-05-15 Thread Zach Pfeffer
The agenda's at: https://wiki.linaro.org/Platform/Android/Meetings/2012-05-16 Feel free to add to it, etc... For Android team members, please post your status. See you tomorrow! -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Fo

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Tony Lindgren
* Kevin Hilman [120515 13:17]: > Tony Lindgren writes: > > [...] > > > That's already merged as 8259573b (ARM: OMAP2+: nand: Make > > board_onenand_init() > > visible to board code) so we need to apply it as a fix. > > > > Can you do a fix with your Signed-off-by or at least reply with that >

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Kevin Hilman
Tony Lindgren writes: [...] > That's already merged as 8259573b (ARM: OMAP2+: nand: Make > board_onenand_init() > visible to board code) so we need to apply it as a fix. > > Can you do a fix with your Signed-off-by or at least reply with that > so I can apply it? Here you go. Applies to your

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Tony Lindgren
* Kevin Hilman [120515 11:17]: > Tony Lindgren writes: > > > * Javier Martinez Canillas [120427 02:33]: > >> On Wed, Apr 25, 2012 at 9:59 AM, Enric Balletbò i Serra > >> wrote: > >> > > >> > Tony, as this is a fix ,may be included ? > >> > > >> > Acked-by: Enric Balletbo i Serra > >> > Tested

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Ilyes Gouta
Thanks for the references! -Ilyes On Tue, May 15, 2012 at 8:03 PM, Jesse Barker wrote: > OK, so with respect to that article, we've been working with our > members to provide KMS drivers for their SoCs.  The results are in > varying states of completeness and availability, but I would expect > t

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Ilyes Gouta
Thanks for the references! -Ilyes On Tue, May 15, 2012 at 8:03 PM, Jesse Barker wrote: > OK, so with respect to that article, we've been working with our > members to provide KMS drivers for their SoCs.  The results are in > varying states of completeness and availability, but I would expect > t

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Jesse Barker
OK, so with respect to that article, we've been working with our members to provide KMS drivers for their SoCs. The results are in varying states of completeness and availability, but I would expect that to improve in the coming cycles. You should be able to find DRM drivers for pandaboard (omapd

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Ilyes Gouta
Hi Jesse, Here: http://www.phoronix.com/scan.php?page=news_item&px=OTI0MA and http://lists.freedesktop.org/archives/wayland-devel/2011-March/000855.html It doesn't propose a unified interface for 2D accelerators on SoCs, though. > There's nothing I'm aware of that would define what you are askin

Re: [RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code

2012-05-15 Thread Kevin Hilman
Tony Lindgren writes: > * Javier Martinez Canillas [120427 02:33]: >> On Wed, Apr 25, 2012 at 9:59 AM, Enric Balletbò i Serra >> wrote: >> > >> > Tony, as this is a fix ,may be included ? >> > >> > Acked-by: Enric Balletbo i Serra >> > Tested-by: Enric Balletbo i Serra >> > >> > Cheers, >> >

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Jesse Barker
Can you point out the article you're referring to that mentioned the Linaro project? There's nothing I'm aware of that would define what you are asking (apart from the Xserver's EXA framework which certainly isn't new or in the kernel). Even the interfaces exported by DRM require user space code

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Ilyes Gouta
Hi Christian, Yes dma-buf is part of the picture, but rather if any work has been done to define an interface for the device itself, not the buffers. I do know that these are mostly managed from user-space for performance reasons, however I was curious to see if anything has been in the works for

Re: Perf record format portability

2012-05-15 Thread Arnaldo Carvalho de Melo
Em Tue, May 15, 2012 at 07:27:39PM +0400, Dmitry Antipov escreveu: > Hello, > > are there any thoughts on how much of the perf.data is portable and how much > it should be? > I'm interesting in recording scheduler activity on one machine and then > replaying on > another. As I can see, replaying

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Ramana Radhakrishnan
On 15 May 2012 13:45, Mans Rullgard wrote: > On 15 May 2012 13:05, Ramana Radhakrishnan > wrote: >> On 15 May 2012 12:54, Alexander Sack wrote: >>> Basically a gadget that allows you to use one sd card shared by two >>> computers. >>> >>> Power off computer A and computer B will see the sdcard.

Re: [ANNOUNCE] New boot loader on Snowball

2012-05-15 Thread Zach Pfeffer
On 14 May 2012 15:24, Mathieu Poirier wrote: > All, > > In our ongoing effort to move to an upstream-supported code base and > booting the snowball with a device tree (DT) I have change the boot > loader in the following android builds [1][2][3] to u-boot-linaro-stable > [4]. > > Once the linaro-u

Perf record format portability

2012-05-15 Thread Dmitry Antipov
Hello, are there any thoughts on how much of the perf.data is portable and how much it should be? I'm interesting in recording scheduler activity on one machine and then replaying on another. As I can see, replaying x86 perf.data on ARM doesn't work. At least, should it work with a small subse

Re: 12.05 linux-linaro kernel tree

2012-05-15 Thread Andy Green
On 15/05/12 23:01, Somebody in the thread at some point said: If it's the case that stuff in linaro tree is more upstream-converged than what Tushar's tree works with, then we can put it another way: the current implementation in Samsung tree (no ding intended since it can just as easily be any

Re: 12.05 linux-linaro kernel tree

2012-05-15 Thread Tushar Behera
On 15 May 2012 04:33, Alexander Sack wrote: > Hi Tushar, > > On Mon, May 14, 2012 at 8:04 PM, Tushar Behera > wrote: >> On 14 May 2012 13:40, Tushar Behera wrote: >>> On 05/12/2012 11:09 PM, Andrey Konovalov wrote: Tushar, On 05/11/2012 09:04 AM, Tushar Behera wrote: > On 05/

Re: 12.05 linux-linaro kernel tree

2012-05-15 Thread Tushar Behera
On 15 May 2012 08:17, Andy Green wrote: > On 15/05/12 07:03, Somebody in the thread at some point said: > >>> While migrating the Android solution to use linux-linaro-core-tracking, I >>> get kernel panic with umm-patchset (haven't dug deep into it though, it >>> might be because the multimedia dr

Re: Standardized kernel interface for 2D blitters

2012-05-15 Thread Christian Robottom Reis
On Mon, May 14, 2012 at 10:18:17PM +0100, Ilyes Gouta wrote: > I've previously read (probably on Phoronix) that Linaro is working out > a 'standard' kernel interface for 2D blitters IPs as commonly found on > SoCs. > > Has it ever been the case? If yes, are there any > documentation/references onl

[RFC PATCH v1] AudiVal (Audio Validation Suite for Linux)

2012-05-15 Thread Harsh Prateek Bora
AudiVal (Audio Validation Suite for Linux) This is an attempt to automate and integrate various audio related tests which can help validate audio on various boards supported by Linaro. Motivation for this project comes from various audio tests listed at: https://wiki.linaro.org/TomGall/LinaroA

Re: [ANNOUNCE] New boot loader on Snowball

2012-05-15 Thread Mathieu Poirier
On 12-05-15 01:04 AM, Ricardo Salveti wrote: > On Mon, May 14, 2012 at 5:24 PM, Mathieu Poirier > wrote: >> All, >> >> In our ongoing effort to move to an upstream-supported code base and >> booting the snowball with a device tree (DT) I have change the boot >> loader in the following android buil

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Mans Rullgard
On 15 May 2012 13:05, Ramana Radhakrishnan wrote: > On 15 May 2012 12:54, Alexander Sack wrote: >> Basically a gadget that allows you to use one sd card shared by two >> computers. >> >> Power off computer A and computer B will see the sdcard. Power on >> computer A and sd card will get unplugge

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Dave Pigott
On 15 May 2012, at 13:05, Ramana Radhakrishnan wrote: > On 15 May 2012 12:54, Alexander Sack wrote: >> On Tue, May 15, 2012 at 1:44 PM, Ramana Radhakrishnan >> wrote: >>> On 15 May 2012 12:38, Loïc Minier wrote: On Mon, May 14, 2012, Zach Pfeffer wrote: > https://plus.google.com/u/0/10

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Ramana Radhakrishnan
On 15 May 2012 12:54, Alexander Sack wrote: > On Tue, May 15, 2012 at 1:44 PM, Ramana Radhakrishnan > wrote: >> On 15 May 2012 12:38, Loïc Minier wrote: >>> On Mon, May 14, 2012, Zach Pfeffer wrote: https://plus.google.com/u/0/104422661029399872488/posts/3KpdBSzW4FK >>> >>>  awesome!!  how

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Alexander Sack
On Tue, May 15, 2012 at 1:44 PM, Ramana Radhakrishnan wrote: > On 15 May 2012 12:38, Loïc Minier wrote: >> On Mon, May 14, 2012, Zach Pfeffer wrote: >>> https://plus.google.com/u/0/104422661029399872488/posts/3KpdBSzW4FK >> >>  awesome!!  how expensive is it to build in the end?  Will we build so

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Ramana Radhakrishnan
On 15 May 2012 12:38, Loïc Minier wrote: > On Mon, May 14, 2012, Zach Pfeffer wrote: >> https://plus.google.com/u/0/104422661029399872488/posts/3KpdBSzW4FK > >  awesome!!  how expensive is it to build in the end?  Will we build some >  for LAVA folks to play with? It sounds very nice and useful -

Re: Golly, is that the dual SD card you and David from tincantools have been working on?

2012-05-15 Thread Loïc Minier
On Mon, May 14, 2012, Zach Pfeffer wrote: > https://plus.google.com/u/0/104422661029399872488/posts/3KpdBSzW4FK awesome!! how expensive is it to build in the end? Will we build some for LAVA folks to play with? -- Loïc Minier ___ linaro-dev mailin

Re: [ANNOUNCE] New boot loader on Snowball

2012-05-15 Thread Ricardo Salveti
On Mon, May 14, 2012 at 5:24 PM, Mathieu Poirier wrote: > All, > > In our ongoing effort to move to an upstream-supported code base and > booting the snowball with a device tree (DT) I have change the boot > loader in the following android builds [1][2][3] to u-boot-linaro-stable > [4]. > > Once t