[Resend][PATCH] Fix for the i2c initialization error on 2430sdp

2008-06-09 Thread arun c
Hi all, Resending the patch after incorporating comments from Chandra , Eduardo Valentin and Felipe. From ee2a6fd572c6d0464166fc8123982a38b36e7776 Mon Sep 17 00:00:00 2001 From: arun [EMAIL PROTECTED] Date: Fri, 6 Jun 2008 18:18:50 +0530

DISPC register values to eliminate the omapfb irq errors on 2430SDP

2008-06-09 Thread arun c
FYI By changing the gfx fifo threshold and burst size values i could able to completely eliminate the omapfb irq error messages on 2430 SDP board. I am pasting the changes here for anybody who wants to try it out. ## diff --git

[PATCH] PRCM: OMAP3: Fix to wrongly modified omap2_clk_wait_ready

2008-06-09 Thread Jouni Hogander
omap2_clk_wait_ready was wrongly modified to check registers contents. This fix changes it back to check addresses. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [Resend][PATCH] Fix for the i2c initialization error on 2430sdp

2008-06-09 Thread Eduardo Valentin
On Mon, Jun 9, 2008 at 2:25 AM, arun c [EMAIL PROTECTED] wrote: Hi all, Resending the patch after incorporating comments from Chandra , Eduardo Valentin and Felipe. From ee2a6fd572c6d0464166fc8123982a38b36e7776 Mon Sep 17 00:00:00

[PATCH 2/2] ARM: OMAP: Add OMAP34xx pin muxing into I2C bus registration helper

2008-06-09 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/plat-omap/i2c.c | 51 - 1 files changed, 32 insertions(+), 19 deletions(-) diff --git a/arch/arm/plat-omap/i2c.c b/arch/arm/plat-omap/i2c.c index 7990ab1..23c2920 100644 ---

Re: OSK5912 Camera Port

2008-06-09 Thread Pablo Recabal
Maybe this link can be useful. Haven't tried it yet, but I plan to do so. http://oskfordummies.hp.infoseek.co.jp/howto/usb_camera.html Regards, Pablo Recabal 2008/6/9 Mikhail [EMAIL PROTECTED]: Did anyone work with osk5912 camera port ? If you did, please, can you explain how you did that ?

RE: Sharing buffers between ARM-DSP on OMAP3430 over Bridge

2008-06-09 Thread Viraj Karandikar
Thanks Ramesh. I was reserving and mapping buffers every time. This was not required. I modified the code to reserve and map a buffer only once and use the mapped address for future. This modification reduced the overhead. I have one more doubt. Does DSP use virtual-to-physical mapping for all

RE: Sharing buffers between ARM-DSP on OMAP3430 over Bridge

2008-06-09 Thread Pasam, Vijay
Does DSP use virtual-to-physical mapping for all the addresses it accesses (including DSP's local buffers)? Or it uses this mapping only to access shared buffers? Wont it be a big overhead if DSP accesses all the memories through virtual-to-physical mapping? DSP has to access all the

[PATCH 1/3] tea5761: Add init and sleep callbacks on tea5761 tuner

2008-06-09 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Add init and sleep callbacks on tea5761 tuner Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- drivers/media/common/tuners/tea5761.c | 44 + 1 files changed, 44 insertions(+), 0 deletions(-) diff --git

[PATCH 0/3] Updates for tea5761 (take #2)

2008-06-09 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Hi guys, Following recommendation from v4l people, I'm sending this update to our tea5761 driver. They already had a tuner for this device which communicates through i2c. I needed to update it because there were some register mis-utilization. Here is a

[PATCH 2/3] tea5761 tuner: fix registers utilization

2008-06-09 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] Fix registers utilization. tnctrl register was supposed to be used but it was right shifted. frqset also was being configured using incorrect equation. Signed-off-by: Eduardo Valentin [EMAIL PROTECTED] --- drivers/media/common/tuners/tea5761.c | 11

[PATCH 3/3] radio-tea5761: Update driver

2008-06-09 Thread Eduardo Valentin
From: Eduardo Valentin [EMAIL PROTECTED] This patch updates this driver by changing the way it accesses the device. There is the tuner API which already has an implementation for tea5761. This patch changes the driver to use tuner API. It also changes the way ioctls are handled. This way it is

Re: [PATCH 3/3] radio-tea5761: Update driver

2008-06-09 Thread Felipe Balbi
On Mon, Jun 09, 2008 at 04:05:43PM -0400, Eduardo Valentin wrote: +static void tea5761_set_audout_mode(struct tea5761_device *tea, int audmode) { - struct tea5761_regs *r = tea-regs; - - if (!(r-tnctrl TEA5761_TNCTRL_PUPD0)) { - r-tnctrl = ~(TEA5761_TNCTRL_AFM |

Re: [PATCH] PRCM: OMAP3: Fix to wrongly modified omap2_clk_wait_ready

2008-06-09 Thread Paul Walmsley
On Mon, 9 Jun 2008, Jouni Hogander wrote: omap2_clk_wait_ready was wrongly modified to check registers contents. This fix changes it back to check addresses. Signed-off-by: Jouni Hogander [EMAIL PROTECTED] Acked-by: Paul Walmsley [EMAIL PROTECTED] - Paul -- To unsubscribe from this

Re: [PATCH 1/1] Added sleep support to UART

2008-06-09 Thread Tony Lindgren
Hi, Sorry for the delay on looking at this, it's looking pretty good in general. Few more mostly cosmetic comments below. * Tero Kristo [EMAIL PROTECTED] [080603 01:53]: UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic

Re: [PATCH 2/2] ARM: OMAP: Add OMAP34xx pin muxing into I2C bus registration helper

2008-06-09 Thread Jarkko Nikula
On Mon, 9 Jun 2008 17:46:41 +0300 Jarkko Nikula [EMAIL PROTECTED] wrote: Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/plat-omap/i2c.c | 51 +++ +- 1 files changed, 32 insertions(+), 19 deletions(-) -static void __init

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

2008-06-09 Thread Jarkko Nikula
- Simplify function omap_i2c_mux_pins - Add OMAP34xx pin multiplexing for busses 1 - 3 Signed-off-by: Jarkko Nikula [EMAIL PROTECTED] --- arch/arm/plat-omap/i2c.c | 55 ++ 1 files changed, 36 insertions(+), 19 deletions(-) diff --git