Setting dss1_alwon_fck rate

2008-12-05 Thread Tomi.Valkeinen
Hi, Any comments on these two patches from Mans, that enable setting dss1_alwon_fck? I've been using them with the new DSS, works fine for me. http://marc.info/?l=linux-omapm=122454507816731w=2 Filling the set_rate and round_rate fields of dpll4_m4_ck makes this clock programmable through

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-05 Thread samuel
Hi, On Fri, 5 Dec 2008 12:04:29 +0530, Trilok Soni [EMAIL PROTECTED] wrote: This time adding LKML too. Could you please inline the patch so that we can have an easier review ? Cheers, Samuel. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

Re: [linux-omap] [PATCH 2/2] DSPBRIDGE: Freeing allocated resources on rmmod

2008-12-05 Thread David Brownell
On Thursday 04 December 2008, Ramirez Luna, Omar wrote: +   DSP_STATUS dsp_status = DSP_SOK; +   HANDLE       hDrvObject = NULL; +   struct PROCESS_CONTEXT  *pTmp = NULL; +   struct PROCESS_CONTEXT    *pCtxtclosed = NULL; +   struct PROCESS_CONTEXT    *pCtxttraverse =

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-05 Thread Trilok Soni
Hi Samuel, On Fri, Dec 5, 2008 at 2:58 PM, [EMAIL PROTECTED] wrote: Hi, On Fri, 5 Dec 2008 12:04:29 +0530, Trilok Soni [EMAIL PROTECTED] wrote: This time adding LKML too. Could you please inline the patch so that we can have an easier review ? I don't have proper git-send-email

RE: [PATCH 1/1] Save sram context after changing MPU, DSP or core clocks

2008-12-05 Thread Tero.Kristo
Hi Peter, This patch causes linker error without CONFIG_PM option, should add #ifdef:s around the call to omap3_save_scratchpad_contents(); -Tero -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Peter 'p2' De Schrijver Sent: 19 November, 2008 13:45

Re: [PATCH 1/1] Save sram context after changing MPU, DSP or core clocks

2008-12-05 Thread Peter 'p2' De Schrijver
On Fri, Dec 05, 2008 at 11:49:03AM +0200, Kristo Tero (Nokia-D/Tampere) wrote: Hi Peter, This patch causes linker error without CONFIG_PM option, should add #ifdef:s around the call to omap3_save_scratchpad_contents(); That looks a bit ugly though :( Cheers, Peter -- goa is a state of

[PATCH] OneNAND: OMAP2: Switch to generic gpio calls

2008-12-05 Thread Adrian Hunter
From: Jarkko Nikula [EMAIL PROTECTED] Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Signed-off-by: Adrian Hunter [EMAIL PROTECTED] --- drivers/mtd/onenand/omap2.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/mtd/onenand/omap2.c

[PATCH 1/2] Addition of Set Routing ioctl support[V5]

2008-12-05 Thread hvaibhav
From: Vaibhav Hiremath [EMAIL PROTECTED] Fixed review comments: g_routing: Removed g_routing, since it was not required at decoder level. Same can be handled at master level. Signed-off-by: Brijesh Jadav [EMAIL PROTECTED] Signed-off-by: Hardik Shah [EMAIL PROTECTED]

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2008-12-05 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - omap2: add OMAP2 camera driver. - v4l2-int-if: add three new ioctls for std handling and routing - v4l: add new tvp514x I2C video decoder driver Thanks to Nokia and TI for these drivers! Regards,

Remove drivers/input/touchscreen/omap directory?

2008-12-05 Thread Trilok Soni
Hi Tony, I think no one using touchscreen drivers under this directory, please remove. I will start process of sending tsc patches to upstream soon... -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- To unsubscribe from this list: send the line

Re: Remove drivers/input/touchscreen/omap directory?

2008-12-05 Thread Jarkko Nikula
On Fri, 5 Dec 2008 19:25:48 +0530 ext Trilok Soni [EMAIL PROTECTED] wrote: Hi Tony, I think no one using touchscreen drivers under this directory, please remove. I will start process of sending tsc patches to upstream soon... That's great! Also drivers/spi/tsc2301-mixer.c can be

Bug in linux omap clock framework?

2008-12-05 Thread Tomi.Valkeinen
Hi, I have had strange clk_enable() crashes with DSS2, and now I managed to isolate it. With the included patch, on OMAP3 SDP board, with default kernel config, I always get the crash below. In this example case it happens at specific time on boot, but with DSS2 it happens randomly at runtime,

RE: [linux-omap] [PATCH 2/2] DSPBRIDGE: Freeing allocated resources on rmmod

2008-12-05 Thread Ramirez Luna, Omar
Hi David, From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2008 3:39 AM To: Ramirez Luna, Omar Cc: linux-omap@vger.kernel.org; Hiroshi DOYU; Gupta, Ramesh; Kanigeri, Hari Subject: Re: [linux-omap] [PATCH 2/2] DSPBRIDGE: Freeing allocated resources on rmmod On Thursday

Re: [PATCH] OneNAND: OMAP2: Switch to generic gpio calls

2008-12-05 Thread David Brownell
On Friday 05 December 2008, Adrian Hunter wrote: -   if ((r = omap_request_gpio(c-gpio_irq)) 0) { +   if ((r = gpio_request(c-gpio_irq, OneNAND irq)) 0) { Worth noting that this depends on the OMAP patches which make those calls be equivalent. Those patches are going

Re: Bug in linux omap clock framework?

2008-12-05 Thread Kevin Hilman
[EMAIL PROTECTED] writes: Hi, I have had strange clk_enable() crashes with DSS2, and now I managed to isolate it. With the included patch, on OMAP3 SDP board, with default kernel config, I always get the crash below. In this example case it happens at specific time on boot, but with DSS2 it

RE: [PATCH] Add OMAP2 camera driver

2008-12-05 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Tony Lindgren [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2008 5:16 AM To: Hiremath, Vaibhav Cc: Koen Kooi; Trilok Soni; Hans Verkuil; Sakari Ailus; linux- [EMAIL PROTECTED] Mailing List; [EMAIL PROTECTED] Subject: Re:

Re: [PATCH] Add OMAP2 camera driver

2008-12-05 Thread Tony Lindgren
* Hiremath, Vaibhav [EMAIL PROTECTED] [081205 10:58]: From: Tony Lindgren [mailto:[EMAIL PROTECTED] * Hiremath, Vaibhav [EMAIL PROTECTED] [081203 01:38]: snip Isn't DSS2 supposed to work on omap2 (and perhaps omap1) as well? [Hiremath, Vaibhav] yes, but the DSS2 library goes

[PATCH 0/6] Omap3 updates for 2.6.29 merge window

2008-12-05 Thread Tony Lindgren
Hi, Here are some updates for omap3 for review. Regards, Tony --- Arun KS (1): ARM: OMAP3: Pin multiplexing updates for 24xx and 34xx Grazvydas Ignotas (1): ARM: OMAP3: Add basic support for Pandora handheld console Jarkko Nikula (1): ARM: OMAP3: Add OMAP34xx pin

[PATCH 1/6] ARM: OMAP3: Warn about spurious interrupts

2008-12-05 Thread Tony Lindgren
In the case of spurious interrupt, the handler for previous interrupt handler needs to flush posted writes with a read back of the interrupt ack register. Warn about handlers that need to flush posted writes. Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/mach-omap2/irq.c | 39

[PATCH 2/6] ARM: OMAP3: Add OMAP34xx pin multiplexing into I2C bus registration helper

2008-12-05 Thread Tony Lindgren
From: Jarkko Nikula [EMAIL PROTECTED] - Simplify function omap_i2c_mux_pins - Add OMAP34xx pin multiplexing for busses 1 - 3 Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/i2c.c | 55

[PATCH 3/6] ARM: OMAP3: LDP: Add Ethernet device support to make ldp boot succeess

2008-12-05 Thread Tony Lindgren
From: Stanley.Miao [EMAIL PROTECTED] Add Ethernet device support in board-ldp.c to make ldp can boot and mount nfs successfully. Signed-off-by: Stanley.Miao [EMAIL PROTECTED] --- arch/arm/configs/omap_ldp_defconfig | 148 +++ arch/arm/mach-omap2/board-ldp.c

[PATCH 4/6] ARM: OMAP3: DMA: Fix for sDMA Errata 1.113

2008-12-05 Thread Tony Lindgren
From: Santosh Shilimkar [EMAIL PROTECTED] SDMA channel is not disabled after transaction error. So explicitly disable it. Signed-off-by: Santosh Shilimkar [EMAIL PROTECTED] Acked By : Nishant kamat [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/plat-omap/dma.c |

[PATCH 5/6] ARM: OMAP3: Add basic support for Pandora handheld console

2008-12-05 Thread Tony Lindgren
From: Grazvydas Ignotas [EMAIL PROTECTED] This patch adds support for basic features: nand, uarts, i2c, and rtc. Also includes defconfig. Signed-off-by: Grazvydas Ignotas [EMAIL PROTECTED] Signed-off-by: Tony Lindgren [EMAIL PROTECTED] --- arch/arm/configs/omap3_pandora_defconfig | 1409

[PATCH 6/6] ARM: OMAP3: Pin multiplexing updates for 24xx and 34xx

2008-12-05 Thread Tony Lindgren
From: Arun KS [EMAIL PROTECTED] This patch adds some new pin multiplexing options for McBSP and McSPI from Arun KS. Also add two more GPIOs from David Brownell. Also mark omap24xx_cfg_reg() static. Signed-off-by: Arun KS [EMAIL PROTECTED] Signed-off-by: David Brownell [EMAIL PROTECTED]

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-05 Thread Tony Lindgren
Hi, Just one comment below. * Trilok Soni [EMAIL PROTECTED] [081205 01:48]: Hi Samuel, On Fri, Dec 5, 2008 at 2:58 PM, [EMAIL PROTECTED] wrote: Hi, On Fri, 5 Dec 2008 12:04:29 +0530, Trilok Soni [EMAIL PROTECTED] wrote: This time adding LKML too. Could you please inline the

Re: [PATCH 2/2] Putting TPS6235x into the power regulator framework

2008-12-05 Thread David Brownell
I second the comment on splitting this patch up into its constituent chunks. It'll be practical to review each of them properly at that point. Like ... it seems wrong to teach plat-omap/devices.c about EVM-specific stuff; it should stay generic. And those EVM-specific bits are done wrong too;

Re: [irda-users] [PATCH] OMAP IrDA driver

2008-12-05 Thread Felipe Balbi
On Fri, Dec 05, 2008 at 03:18:10PM +0530, Trilok Soni wrote: +struct omap_irda { + unsigned char open; + int speed; /* Current IrDA speed */ + int newspeed; + + struct net_device_stats stats; + struct irlap_cb *irlap; + struct qos_info qos; + +

Re: Setting dss1_alwon_fck rate

2008-12-05 Thread Steve Sakoman
On Fri, Dec 5, 2008 at 1:02 AM, [EMAIL PROTECTED] wrote: Hi, Any comments on these two patches from Mans, that enable setting dss1_alwon_fck? I've been using them with the new DSS, works fine for me. I've been using them on recent Overo builds (using current DSS) and they work for me too.

Re: Bug: enabling USB-TLL fclk

2008-12-05 Thread Steve Sakoman
On Fri, Oct 24, 2008 at 4:19 PM, Pandita, Vikram [EMAIL PROTECTED] wrote: Paul I was debugging why EHCI is not coming up and getting stuck in infinite loop for TLL not enabling. EHCI is still broken on the current top of tree -- same infinite loop. Have anyone figured out what is going

Re: Setting dss1_alwon_fck rate

2008-12-05 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [081205 14:57]: On Fri, Dec 5, 2008 at 1:02 AM, [EMAIL PROTECTED] wrote: Hi, Any comments on these two patches from Mans, that enable setting dss1_alwon_fck? I've been using them with the new DSS, works fine for me. I've been using them on recent

Re: OMAP Zoom kernel ALSA build problem

2008-12-05 Thread David Brownell
On Thursday 04 December 2008, Tony Lindgren wrote: So for example the NAND acceleration stuff seems to have gone nowhere ... while that ZOOM fork may have some updates, they've not gotten into the main OMAP tree, or into mainline. That is frustrating. People at TI _should_ be working on

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Paul Walmsley
On Tue, 21 Oct 2008, Mans Rullgard wrote: Filling the set_rate and round_rate fields of dpll4_m4_ck makes this clock programmable through clk_set_rate(). This is needed to give omapfb control over the dss1_alwon_fck rate. Signed-off-by: Mans Rullgard [EMAIL PROTECTED] Acked-by: Paul

Re: [PATCH 2/2] OMAP: Add clk_get_parent() for OMAP2/3

2008-12-05 Thread Paul Walmsley
On Tue, 21 Oct 2008, Mans Rullgard wrote: This makes clk_get_parent() work on OMAP2/3. Signed-off-by: Mans Rullgard [EMAIL PROTECTED] Acked-by: Paul Walmsley [EMAIL PROTECTED] - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [081205 15:52]: On Tue, 21 Oct 2008, Mans Rullgard wrote: Filling the set_rate and round_rate fields of dpll4_m4_ck makes this clock programmable through clk_set_rate(). This is needed to give omapfb control over the dss1_alwon_fck rate.

Re: [PATCH] OMAP2/3 clock: fix DPLL rate calculation

2008-12-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [081130 23:44]: From: Tero Kristo [EMAIL PROTECTED] Noncore dpll can enter autoidle state, in which case the rate calculation fails. Fixed by checking dpll mode instead of idle status. Also, previously, the OMAP2xxx code returned the wrong value for the

Re: [PATCH v2 1/5] OMAP3: PM: HSMMC: force MMC module reset on boot

2008-12-05 Thread Tony Lindgren
* Kevin Hilman [EMAIL PROTECTED] [081201 08:23]: The bootloader may leave the MMC in a state which prevents hitting retention. Even when MMC is not compiled in, each MMC module needs to be forced into reset. Pushing to l-o tree, and adding omap mmc queue for mainline. Tony Signed-off-by:

mmc broken?

2008-12-05 Thread Steve Sakoman
I attempted an Overo build this afternoon with fb3d15c023ff08c879155db630895f38526b95f6. I set bootargs for rootfs on mmc. The boot progresses normally and then hangs waiting for the rootfs to mount. Where I previously got: Waiting for root device /dev/mmcblk0p2... mmc0: host does not

[FYI PATCH] ASOC:TWL4030 Audio capture fix

2008-12-05 Thread Steve Sakoman
A couple of folks have noticed an issue with audio capture -- the capture result is always silence. The patch below is a quick fix for those with this issue. There are substantial changes to the codec driver that will be trickling down from ASoC, and they deal with this issue differently. So

Re: mmc broken?

2008-12-05 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [081205 16:34]: * Steve Sakoman [EMAIL PROTECTED] [081205 16:31]: I attempted an Overo build this afternoon with fb3d15c023ff08c879155db630895f38526b95f6. I set bootargs for rootfs on mmc. The boot progresses normally and then hangs waiting for the

Re: mmc broken?

2008-12-05 Thread Steve Sakoman
On Fri, Dec 5, 2008 at 4:49 PM, Tony Lindgren [EMAIL PROTECTED] wrote: * Tony Lindgren [EMAIL PROTECTED] [081205 16:34]: * Steve Sakoman [EMAIL PROTECTED] [081205 16:31]: I attempted an Overo build this afternoon with fb3d15c023ff08c879155db630895f38526b95f6. I set bootargs for rootfs on

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Paul Walmsley
On Fri, 5 Dec 2008, Tony Lindgren wrote: Pushing both to l-o tree today. Paul, I take it you will queue these up for mainline via your clock series? Yes, and that will go for any other clock patches that you push into l-o between now and the time that I send that series to Russell. - Paul --

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Tony Lindgren
* Paul Walmsley [EMAIL PROTECTED] [081205 17:04]: On Fri, 5 Dec 2008, Tony Lindgren wrote: Pushing both to l-o tree today. Paul, I take it you will queue these up for mainline via your clock series? Yes, and that will go for any other clock patches that you push into l-o between now

Re: mmc broken?

2008-12-05 Thread Tony Lindgren
* Steve Sakoman [EMAIL PROTECTED] [081205 17:01]: On Fri, Dec 5, 2008 at 4:49 PM, Tony Lindgren [EMAIL PROTECTED] wrote: * Tony Lindgren [EMAIL PROTECTED] [081205 16:34]: * Steve Sakoman [EMAIL PROTECTED] [081205 16:31]: I attempted an Overo build this afternoon with

Re: OMAP Zoom kernel ALSA build problem

2008-12-05 Thread Tony Lindgren
* David Brownell [EMAIL PROTECTED] [081205 15:36]: On Thursday 04 December 2008, Tony Lindgren wrote: So for example the NAND acceleration stuff seems to have gone nowhere ... while that ZOOM fork may have some updates, they've not gotten into the main OMAP tree, or into mainline.

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Måns Rullgård
Tony Lindgren [EMAIL PROTECTED] writes: * Paul Walmsley [EMAIL PROTECTED] [081205 15:52]: On Tue, 21 Oct 2008, Mans Rullgard wrote: Filling the set_rate and round_rate fields of dpll4_m4_ck makes this clock programmable through clk_set_rate(). This is needed to give omapfb control over

Branch for fbdriver (Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate())

2008-12-05 Thread Tony Lindgren
* Måns Rullgård [EMAIL PROTECTED] [081205 17:40]: Tony Lindgren [EMAIL PROTECTED] writes: * Paul Walmsley [EMAIL PROTECTED] [081205 15:52]: On Tue, 21 Oct 2008, Mans Rullgard wrote: Filling the set_rate and round_rate fields of dpll4_m4_ck makes this clock programmable through

Re: [PATCH v2 2/5] OMAP3: PM: Force IVA2 into idle during bootup

2008-12-05 Thread Paul Walmsley
Hi Kevin, one quick comment. On Mon, 1 Dec 2008, Kevin Hilman wrote: Signed-off-by: Kevin Hilman [EMAIL PROTECTED] --- arch/arm/mach-omap2/pm34xx.c | 55 + arch/arm/plat-omap/include/mach/control.h |5 +++ 2 files changed, 60 insertions(+),

Re: [PATCH v2 1/5] OMAP3: PM: HSMMC: force MMC module reset on boot

2008-12-05 Thread Paul Walmsley
Hi Kevin, another quick comment ... On Mon, 1 Dec 2008, Kevin Hilman wrote: The bootloader may leave the MMC in a state which prevents hitting retention. Even when MMC is not compiled in, each MMC module needs to be forced into reset. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] ---

Re: [PATCH v2 3/5] OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM init

2008-12-05 Thread Paul Walmsley
On Mon, 1 Dec 2008, Kevin Hilman wrote: Add D2D clocks (modem_fck, sad2d_ick, mad2d_ick) to clock framework, and also ensure that auto-idle bits are set for these clocks during PRCM init. Signed-off-by: Kevin Hilman [EMAIL PROTECTED] Acked-by: Paul Walmsley [EMAIL PROTECTED] - Paul -- To

Re: [PATCH v2 4/5] OMAP3: PM: D2D clockdomain supports SW supervised transitions

2008-12-05 Thread Paul Walmsley
On Mon, 1 Dec 2008, Kevin Hilman wrote: Signed-off-by: Kevin Hilman [EMAIL PROTECTED] --- arch/arm/mach-omap2/clockdomains.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clockdomains.h b/arch/arm/mach-omap2/clockdomains.h index

[PATCH] OMAP2: PM: fix fault in enter_full_retention()

2008-12-05 Thread Kevin Hilman
In omap24xx_cpu_suspend assembly routine, the r2 register which holds the address of the SDRC_POWER reg is set to zero before the value is written back triggering a fault due to writing to address zero. It's hard to tell where this change was introduced since this file has been moved and merged.