Re: [PATCH] OMAP35xx: Added SDIO IRQ support

2009-10-29 Thread Dirk Behme
Dirk Behme wrote: Madhusudhan wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Phaneendra Kumar Alapati Sent: Wednesday, October 28, 2009 8:19 AM To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP35xx: Added SDIO

RE: [PATCH 3/3] omap3evm: musb: Update power capability for OMAP3EVM (Rev >= E)

2009-10-29 Thread Gupta, Ajay Kumar
> -Original Message- > From: Felipe Balbi [mailto:felipe.ba...@nokia.com] > Sent: Thursday, October 29, 2009 12:29 PM > To: Gupta, Ajay Kumar > Cc: linux-omap@vger.kernel.org; Balbi Felipe (Nokia-D/Helsinki); Menon, > Nishanth; Gadiyar, Anand > Subject: Re: [PATCH 3/3] omap3evm: musb: Updat

Re: [alsa-devel] [PATCH] OMAP: McBSP: Do not use extensive spin locks for dma_op_mode

2009-10-29 Thread Jarkko Nikula
On Wed, 28 Oct 2009 08:53:34 +0200 Eero Nurkkala wrote: > On Wed, 2009-10-28 at 06:52 +0100, Ujfalusi Peter (Nokia-D/Tampere) > > Yeah, but I think this locking issue has nothing to do with SMP safe or not. > > On playback start in omap_mcbsp_request the mcbsp->free is cleared. > > Further modifi

Re: [alsa-devel] [PATCH] OMAP: McBSP: Do not use extensive spin locks for dma_op_mode

2009-10-29 Thread Jarkko Nikula
On Thu, 29 Oct 2009 08:35:51 +0200 Peter Ujfalusi wrote: > > The spinlocks are unnecessary. In the above example, you get the same > > with just "return mcbsp->dma_op_mode;" > > > > -> Peter's patch is a good cleanup. > > Jarkko: are we going to take this? > Yep, you can have my Acked-by: Jar

[PATCH] OMAP3: drop all IVA-related address base definitions

2009-10-29 Thread Paul Walmsley
All of the OMAP3 IVA physical address macros in plat-omap/include/plat/omap34xx.h are wrong[1]: OMAP34XX_IVA_INTC_BASE: The IVA interrupt controller does not appear to be accessible from the L3 interconnect, and in any case is definitely not at 0x4000; the latter address appears to be the int

RE: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Dasgupta, Romit
Paul/Kevin, As Madhu explained it looks like there are instances where we forcibly need to bump up to a higher CPU + L3 frequencies (VDD1 + VDD2 scaling). I understand that this should be done by cpufreq governors but here is reason that I think the current cpufreq governor

RE: [PATCH] ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal

2009-10-29 Thread Aggarwal, Anuj
I rebased my both audio and l-o trees but could not find this patch there. Is there a problem in this which I have to fix and re-submit? Regards, Anuj Aggarwal > -Original Message- > From: Aggarwal, Anuj > Sent: Wednesday, September 23, 2009 12:41 PM > To: alsa-de...@alsa-project.org; li

[PATCH 0/3] Update CPU idle parameter passing

2009-10-29 Thread Kalle Jokiniemi
Hi Kevin, Made some patches to enable setting RX-51 cpu idle parameters as we use them. Added "valid" field passing to cpuidle_params in the process. Tested on RX-51. Applies on top of linux-omap/pm branch. Kalle Jokiniemi (3): OMAP:PM: Fix non-cpu idle builds using omap3_pm_init_cpuidle

[PATCH 1/3] OMAP:PM: Fix non-cpu idle builds using omap3_pm_init_cpuidle

2009-10-29 Thread Kalle Jokiniemi
Building without CONFIG_CPU_IDLE causes build to fail if cpu idle parameters are tried to pass using omap3_pm_init_cpuidle function. Fixed by defining a dummy function for non-cpu idle builds. Signed-off-by: Kalle Jokiniemi --- arch/arm/mach-omap2/pm.h |7 +++ 1 files changed, 7 inserti

[PATCH 3/3] OMAP: RX-51: Pass cpu idle parameters

2009-10-29 Thread Kalle Jokiniemi
Pass cpuidle parameters for RX-51. Numbers based on measurements made in October 2009 for PM optimized kernel with CPU freq enabled. Assumes OPP2 (main idle OPP, and worst case latencies). Signed-off-by: Kalle Jokiniemi --- arch/arm/mach-omap2/board-rx51.c | 18 ++ 1 files chan

[PATCH 2/3] OMAP3: Add valid field into C-state parameter passing

2009-10-29 Thread Kalle Jokiniemi
Different boards benefit differently from the available seven C-states for cpu idle. In most cases, only few, properly spaced (in terms of consumption and latency) C-states are required to make the power management optimal. Hence we need a possibility to pass which C-states are actually used for ea

RE: [PATCH V4 3/3] OMAP: I2C: Add mpu wake up latency constraint in i2c

2009-10-29 Thread Kalle Jokiniemi
OK, let's try this once more, since my mail did not seem to go to linux-omap. Sorry for the spam. See my comments below: On Fri, 2009-10-23 at 18:53 +0300, Sonasath, Moiz wrote: > Hello Jokiniemi! > > > -Original Message- > > From: Kalle Jokiniemi [mailto:kalle.jokini...@digia.com] > >

Re: [PATCH] ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal

2009-10-29 Thread Peter Ujfalusi
On Thursday 29 October 2009 10:00:41 ext Aggarwal, Anuj wrote: > I rebased my both audio and l-o trees but could not find this patch > there. Is there a problem in this which I have to fix and re-submit? Yes, I have seen the patch, and it look good. You can have my: Acked-by: Peter Ujfalusi if

Re: [PATCH 3/3] omap3evm: musb: Update power capability for OMAP3EVM (Rev >= E)

2009-10-29 Thread Felipe Balbi
Hi, On Thu, Oct 29, 2009 at 08:03:21AM +0100, ext Gupta, Ajay Kumar wrote: > > I was thinking on adding a musb_hdrc_board_data which would group > > board-specific data such as this one. > > > > Musb's init phase is quite messy as of today so we would need to clean > > that up. Anyways, the main

Re: [PATCH] OMAP35xx: Added SDIO IRQ support

2009-10-29 Thread Phaneendra Kumar Alapati
Dirk and Madhu, Thanks for the review/comments. I have explained below the reasons behind certain changes i made esp the interrupt enabling and irq routine changes. On Thu, Oct 29, 2009 at 2:22 AM, Madhusudhan wrote: > > >> -Original Message- >> From: Dirk Behme [mailto:dirk.be...@googlem

Re: [RFC PATCH 0/3] mux framework rework

2009-10-29 Thread Mike Rapoport
Tony Lindgren wrote: > * Mike Rapoport [091028 06:17]: >> This is an attempt to start rework of the mux framework keeping as >> much backward compatibility as possible. >> The patch serie introduces a new mux configuration interface that >> follows the ideas of PXA MFP implementation ([1] and [2

Re: [PATCH 0/3] PM: Misc latency fixes

2009-10-29 Thread Kalle Jokiniemi
Hi Kevin, On Wed, 2009-10-21 at 14:51 +0300, Kalle Jokiniemi wrote: > Hello, > Here are some fruits from digging out the latency sources > of our idle loop. The main latency source was powerdomain > state counter updating at beginning and end of the idle > loop. Also PER previous state reading str

Re: [alsa-devel] [PATCH] ASoC: OMAP3EVM: Use the twl4030_setup_data for headset pop-removal

2009-10-29 Thread Mark Brown
On Thu, Oct 29, 2009 at 01:30:41PM +0530, Aggarwal, Anuj wrote: > I rebased my both audio and l-o trees but could not find this patch > there. Is there a problem in this which I have to fix and re-submit? You should always CC the relevant maintainers on patches, otherwise there is no guarantee th

RE: [PATCH 3/3] omap3evm: musb: Update power capability for OMAP3EVM (Rev >= E)

2009-10-29 Thread Gupta, Ajay Kumar
Hi, > On Thu, Oct 29, 2009 at 08:03:21AM +0100, ext Gupta, Ajay Kumar wrote: > > > I was thinking on adding a musb_hdrc_board_data which would group > > > board-specific data such as this one. > > > > > > Musb's init phase is quite messy as of today so we would need to clean > > > that up. Anyways,

Re: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Mark Brown
On Thu, Oct 29, 2009 at 01:09:25PM +0530, Dasgupta, Romit wrote: [Reflowed into 80 columns - you might want to look at your MUA setup.] > The sampling intervals for the cpufreq governors are quite large > and thus the latency for the frequency change to occur is large. > This was s

RE: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Cousson, Benoit
Hi Romit, > Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 036 420 040 R.C.S Antibes. Capital de EUR 753.920 -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Dasgupta, Romit > > Paul/Kevin

[PATCH] omap3evm : enable nand support

2009-10-29 Thread Sriramakrishnan
Enable Nand suport on the OMAP3EVM. Signed-off-by: Sriramakrishnan --- This patch has been generated against the tip of for-next branch. arch/arm/configs/omap3_evm_defconfig |2 + arch/arm/mach-omap2/board-omap3evm.c | 102 ++ 2 files changed, 104 insertions

Re: [PATCHv2 2/3] OMAP UART: Add platform data for omap-serial driver.

2009-10-29 Thread Kauppi Ari (EXT-Ixonos/Oulu)
Hi, On Wed, 2009-10-28 at 08:13 +0100, ext Govindraj.R wrote: > From 0f017ffac2990876331a2378e7845d91b2e0088c Mon Sep 17 00:00:00 2001 > From: Govindraj R > Date: Wed, 28 Oct 2009 12:23:02 +0530 > Subject: [PATCHv2 2/3] OMAP UART: Add platform data for omap-serial driver. > > This patch adds pla

[PATCH] omap3: Change the default silicon

2009-10-29 Thread Sanjeev Premi
Currently the default silicon - in absence of identification - is set to OMAP3630 ES1.0. Though, condition may/should not arise; but the default should be latest in the most common silicon variant - currently OMAP3430 ES3.1. Signed-off-by: Sanjeev Premi --- arch/arm/mach-omap2/id.c |4 ++--

Re: [PATCH] OMAP35xx: Added SDIO IRQ support

2009-10-29 Thread Phaneendra Kumar Alapati
On Thu, Oct 29, 2009 at 12:30 PM, Dirk Behme wrote: > Dirk Behme wrote: > > I promised to come back with test results. As mentioned in this thread > already, I can't test on my own yet, instead Steve (many, many thanks!) > tests it on Overo air. Overo air uses Marvell's 88W8686 connected to MMC >

RE: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Dasgupta, Romit
Hello Benoit, One comment below: > > In fact, this is Mike who started that analysis. We discussed that internally > and > our point is that if the CPUFreq ondemand or conservative heuristic is not > able > to increase quickly enough the CPU need to handle correctly the U

Re: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Kevin Hilman
"Dasgupta, Romit" writes: > Hello Benoit, > One comment below: >> >> In fact, this is Mike who started that analysis. We discussed that >> internally and >> our point is that if the CPUFreq ondemand or conservative heuristic is not >> able >> to increase quickly enough

Re: [RFC PATCH 0/3] mux framework rework

2009-10-29 Thread Tony Lindgren
* Mike Rapoport [091029 02:45]: > > > Tony Lindgren wrote: > > * Mike Rapoport [091028 06:17]: > >> This is an attempt to start rework of the mux framework keeping as > >> much backward compatibility as possible. > >> The patch serie introduces a new mux configuration interface that > >> follow

Re: [PATCH 1/3] omap2: mux: intoduce omap_mux_{read,write}

2009-10-29 Thread Tony Lindgren
* Mike Rapoport [091028 06:17]: > Signed-off-by: Mike Rapoport > --- > arch/arm/mach-omap2/mux.c | 25 +++-- > 1 files changed, 19 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c > index 32c953e..eb6e202 100644 > --- a/a

[PATCH] am3517evm : add nand support

2009-10-29 Thread Sriramakrishnan
Enable Nand support on am3517evm Signed-off-by: Sriramakrishnan --- This patch builds on the am3517evm board support patch submitted earlier. http://marc.info/?l=linux-omap&m=125673923227266&w=2 arch/arm/configs/am3517_evm_defconfig | 103 - arch/arm/mach-omap2/

OMAP3 SDMA + RFBI_PARAM register

2009-10-29 Thread Sergey Lapin
Hi, all! I need to transfer block of data using sDMA from memory address to RFBI_PARAM FIFO, so to put that into display module. I do this like this: /* DMA */ #define RFBI_BASE 0x48050800 #define RFBI_PARAM 0x0050 static void configure_dma(int dma_ch, u32 data, int size) { int nblk;

Re: [PATCH 1/3] omap2: mux: intoduce omap_mux_{read,write}, v2

2009-10-29 Thread Tony Lindgren
* Tony Lindgren [091029 08:50]: > * Mike Rapoport [091028 06:17]: > > Signed-off-by: Mike Rapoport > > --- > > arch/arm/mach-omap2/mux.c | 25 +++-- > > 1 files changed, 19 insertions(+), 6 deletions(-) > > > > diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/

Re: [PATCH 3/3] omap3evm: musb: Update power capability for OMAP3EVM (Rev >= E)

2009-10-29 Thread Felipe Balbi
On Thu, Oct 29, 2009 at 11:29:39AM +0100, ext Gupta, Ajay Kumar wrote: > Hi, > > On Thu, Oct 29, 2009 at 08:03:21AM +0100, ext Gupta, Ajay Kumar wrote: > > > > I was thinking on adding a musb_hdrc_board_data which would group > > > > board-specific data such as this one. > > > > > > > > Musb's init

[PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC

2009-10-29 Thread Anuj Aggarwal
This patch series add support for OMAP3517 / AM3517 EVM in ASOC. It also enables the required drivers - I2C and McBSP, along with Alsa SoC subsystem, in the default configuration for the EVM. Anuj Aggarwal (4): Audio: Adding OMAP3517 / AM3517 EVM support in ASOC Audio: Modifying Kconfig/Makefi

[PATCH 1/4] Audio: Adding OMAP3517 / AM3517 EVM support in ASOC

2009-10-29 Thread Anuj Aggarwal
Adding support for OMAP3517 / AM3517 EVM in Alsa SoC. Signed-off-by: Anuj Aggarwal --- sound/soc/omap/am3517evm.c | 202 1 files changed, 202 insertions(+), 0 deletions(-) create mode 100644 sound/soc/omap/am3517evm.c diff --git a/sound/soc/omap/am

[PATCH 2/4] Audio: Modifying Kconfig/Makefile for AM3517 EVM

2009-10-29 Thread Anuj Aggarwal
Modifying the Kconfig and Makefile in sound/soc/omap folder to add support for OMAP3517 / AM3517 EVM in Alsa SoC. Signed-off-by: Anuj Aggarwal --- sound/soc/omap/Kconfig |9 + sound/soc/omap/Makefile |2 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/sound/so

[PATCH 3/4] Audio: Modifying board-evm file for audio codec

2009-10-29 Thread Anuj Aggarwal
Adding I2C bus registration code in board-evm file for OMAP3517 / AM3517 EVM for AIC23 audio codec. Signed-off-by: Anuj Aggarwal --- arch/arm/mach-omap2/board-am3517evm.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am351

[PATCH 4/4] Audio: Modifying the defconfig for OMAP3517 / AM3517 EVM

2009-10-29 Thread Anuj Aggarwal
Enabling Audio for OMAP3517 / AM3517 EVM in the defconfig. Also enabling McBSP and I2C drivers as both are required for audio on this EVM. Signed-off-by: Anuj Aggarwal --- arch/arm/configs/am3517_evm_defconfig | 78 +++- 1 files changed, 75 insertions(+), 3 deletio

Re: [PATCH 1/3] omap2: mux: intoduce omap_mux_{read,write}, v2

2009-10-29 Thread Mike Rapoport
On Thu, Oct 29, 2009 at 6:51 PM, Tony Lindgren wrote: > * Tony Lindgren [091029 08:50]: >> * Mike Rapoport [091028 06:17]: >> > Signed-off-by: Mike Rapoport >> > --- >> >  arch/arm/mach-omap2/mux.c |   25 +++-- >> >  1 files changed, 19 insertions(+), 6 deletions(-) >> > >>

Re: [PATCH 1/3] omap2: mux: intoduce omap_mux_{read,write}, v2

2009-10-29 Thread Tony Lindgren
* Mike Rapoport [091029 13:28]: > On Thu, Oct 29, 2009 at 6:51 PM, Tony Lindgren wrote: > > * Tony Lindgren [091029 08:50]: > >> * Mike Rapoport [091028 06:17]: > >> > Signed-off-by: Mike Rapoport > >> > --- > >> >  arch/arm/mach-omap2/mux.c |   25 +++-- > >> >  1 files cha

[PATCH 0/5] New mux code for 34xx

2009-10-29 Thread Tony Lindgren
Hi all, Here's an initial version of the new mux code to play with. Big thanks to Paul & Benoit for the 34xx mux data! To try out the new code, compile a kernel with CONFIG_OMAP_MUX and CONFIG_DEBUG_FS and these patches. The series is also availabe in the l-o git in mux branch. To see the mux co

[PATCH 1/5] omap2: mux: intoduce omap_mux_{read,write}

2009-10-29 Thread Tony Lindgren
From: Mike Rapoport intoduce omap_mux_{read,write} Signed-off-by: Mike Rapoport Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/mux.c | 44 ++-- 1 files changed, 38 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/

[PATCH 2/5] omap: mux: Add new style pin multiplexing code for omap3

2009-10-29 Thread Tony Lindgren
Initially only for 34xx. Keep the old code working until the data has been converted to the new style format. REVISIT: Add support for cmdline parsing REVISIT: Add a function to get mux register by GPIO pin REVISIT: Add a function to set an array of mux entries Signed-off-by: Tony Lindgren ---

[PATCH 4/5] omap: mux: Add new style init functions to omap3 board-*.c files

2009-10-29 Thread Tony Lindgren
Add new style mux init functions to omap3 board-*.c files REVISIT: Check package type for each board CBB for now REVISIT: Remove OMAP_MUX_ALL_DYNAMIC debug option Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-3430sdp.c |9 + arch/arm/mach-omap2/board-cm-t35.c

[PATCH 5/5] omap: mux: Add debugfs support for new mux code

2009-10-29 Thread Tony Lindgren
Add debugfs support for new mux code Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/mux.c | 143 + 1 files changed, 143 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index 45e6d4d..a31bcfa 1006

[PATCH] OMAP3: decrease cpufreq transition latency

2009-10-29 Thread Mike Turquette
Adjust OMAP3 frequency transition latency from 10,000,000uS to a more reasonable 300,000uS. This causes ondemand and conservative governors to sample CPU load more often resulting in more responsive behavior. Tested on Android 2.6.29; using this value and conservative governor, CORE power consump

Re: [PATCH] OMAP35xx: Added SDIO IRQ support

2009-10-29 Thread Dirk Behme
Comments below... Phaneendra Kumar Alapati wrote: Dirk and Madhu, Thanks for the review/comments. I have explained below the reasons behind certain changes i made esp the interrupt enabling and irq routine changes. On Thu, Oct 29, 2009 at 2:22 AM, Madhusudhan wrote: -Original Message--

Re: [PATCH] OMAP3: decrease cpufreq transition latency

2009-10-29 Thread Kevin Hilman
Mike Turquette writes: > Adjust OMAP3 frequency transition latency from 10,000,000uS to a more > reasonable 300,000uS. This causes ondemand and conservative governors to > sample CPU load more often resulting in more responsive behavior. > > Tested on Android 2.6.29; using this value and conserv

Re: [PATCH 0/5] New mux code for 34xx

2009-10-29 Thread Mike Rapoport
Hi Tony, On Thu, Oct 29, 2009 at 10:35 PM, Tony Lindgren wrote: > Hi all, > > Here's an initial version of the new mux code to play with. > Big thanks to Paul & Benoit for the 34xx mux data! > > To try out the new code, compile a kernel with CONFIG_OMAP_MUX > and CONFIG_DEBUG_FS and these patches

Re: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Mike Turquette
Kevin Hilman wrote: "Dasgupta, Romit" writes: Hello Benoit, One comment below: In fact, this is Mike who started that analysis. We discussed that internally and our point is that if the CPUFreq ondemand or conservative heuristic is not able to increase quickly enough

Re: [PATCH] OMAP3: decrease cpufreq transition latency

2009-10-29 Thread Mike Turquette
Kevin Hilman wrote: Mike Turquette writes: Adjust OMAP3 frequency transition latency from 10,000,000uS to a more reasonable 300,000uS. This causes ondemand and conservative governors to sample CPU load more often resulting in more responsive behavior. Tested on Android 2.6.29; using this val

Re: [PATCH] OMAP3: decrease cpufreq transition latency

2009-10-29 Thread Kevin Hilman
Mike Turquette writes: > Kevin Hilman wrote: >> Mike Turquette writes: >> >>> Adjust OMAP3 frequency transition latency from 10,000,000uS to a more >>> reasonable 300,000uS. This causes ondemand and conservative governors to >>> sample CPU load more often resulting in more responsive behavior.

Re: [PATCH 0/5] New mux code for 34xx

2009-10-29 Thread Tony Lindgren
* Mike Rapoport [091029 14:19]: > Hi Tony, > > On Thu, Oct 29, 2009 at 10:35 PM, Tony Lindgren wrote: > > Hi all, > > > > Here's an initial version of the new mux code to play with. > > Big thanks to Paul & Benoit for the 34xx mux data! > > > > To try out the new code, compile a kernel with CONF

RE: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Madhusudhan
> -Original Message- > From: Mike Turquette [mailto:mturque...@ti.com] > Sent: Thursday, October 29, 2009 4:38 PM > To: Kevin Hilman > Cc: Dasgupta, Romit; Cousson, Benoit; Chikkature Rajashekar, Madhusudhan; > 'Paul Walmsley'; linux-omap@vger.kernel.org; Titiano, Patrick > Subject: Re: [

Re: [alsa-devel] [PATCH 0/4] ASOC: Add AM3517 EVM support in ASOC

2009-10-29 Thread Mark Brown
On Fri, Oct 30, 2009 at 12:22:17AM +0530, Anuj Aggarwal wrote: > This patch series add support for OMAP3517 / AM3517 EVM in ASOC. > It also enables the required drivers - I2C and McBSP, along with > Alsa SoC subsystem, in the default configuration for the EVM. > > Anuj Aggarwal (4): > Audio: Add

[PATCH] OMAP1: PM: Fix omapfb/lcd on Amstrad Delta broken when PM set

2009-10-29 Thread Janusz Krzysztofik
With CONFIG_PM=y, the omapfb/lcd device on Amstrad Delta, after initially starting correctly, breaks with the following error messages: omapfb omapfb: resetting (status 0xff96,reset count 1) ... omapfb omapfb: resetting (status 0xff96,reset count 100) omapfb omapfb: too many reset attempts

Re: [PATCH 1/3] OMAP3: Only update pm-counters when needed

2009-10-29 Thread Kevin Hilman
Kalle Jokiniemi writes: > From: Kalle Jokiniemi > > The biggest source of latency in idle loop (omap_sram_idle > function) comes from updating the state counters for each > power domain. The two purposes of these counters are to > provide debug data in debugfs, and to keep track of context > los

Re: [PATCH] omap-pm: Fixes behaviour of some shared resource framework functions

2009-10-29 Thread Kevin Hilman
"Madhusudhan" writes: >> -Original Message- >> From: Mike Turquette [mailto:mturque...@ti.com] >> Sent: Thursday, October 29, 2009 4:38 PM >> To: Kevin Hilman >> Cc: Dasgupta, Romit; Cousson, Benoit; Chikkature Rajashekar, Madhusudhan; >> 'Paul Walmsley'; linux-omap@vger.kernel.org; Titia

Re: [PATCH] OMAP1: PM: Fix omapfb/lcd on Amstrad Delta broken when PM set

2009-10-29 Thread Janusz Krzysztofik
Thursday 29 October 2009 23:39:44 Janusz Krzysztofik napisał(a): > > Since PM area is quite new to me, I am not sure if there may be a better > solution. AFAICS, the standard way to prevent an ARM_CLKCT1 bit being s/ARM_CLKCT1/ARM_IDLECT1/ > switched to idle is to enable a clock that uses it (tip

linux-next: manual merge of the omap tree with Linus' tree

2009-10-29 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the omap tree got a conflict in arch/arm/mach-omap1/serial.c between commit c33da3a80074094303d643a90ef589330b491270 ("omap1: Fix redundant UARTs pin muxing that can break other hardware support") from Linus' tree and commits 84f90c9cc81d8db172d4f768fc4010f50889

linux-next: manual merge of the omap tree with Linus' tree

2009-10-29 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the omap tree got conflicts in arch/arm/mach-omap2/board-3430sdp.c, arch/arm/mach-omap2/board-ldp.c, arch/arm/mach-omap2/board-omap3evm.c, arch/arm/mach-omap2/board-omap3pandora.c, arch/arm/mach-omap2/board-rx51-peripherals.c, arch/arm/mach-omap2/board-rx51.c an

[PATCH] Fix race condition in omap_request_dma()

2009-10-29 Thread HU TAO-TGHK48
>From a36dac7ee6140ffa23f0adc024964aaf3e266e5f Mon Sep 17 00:00:00 2001 From: Tao Hu Date: Thu, 29 Oct 2009 17:17:21 -0500 Subject: [PATCH] Fix race condition in omap_request_dma() The bug could cause irq enable bit of one DMA channel is cleared unexpectedly when 2 (or more) drivers are calling o

[PATCH] omap3evm: make HSMMC driver built-in.

2009-10-29 Thread Sriramakrishnan
For ease of use it is preferrable to build in HSMMC driver rather than build it as kernel module. This patches updates default configuration for omap3evm to reflect this change. Signed-off-by: Sriramakrishnan --- arch/arm/configs/omap3_evm_defconfig |2 +- 1 files changed, 1 insertions(+), 1