Re: PM branch and cpufreq

2009-01-13 Thread Koen Kooi
Op 13 jan 2009, om 05:33 heeft Kevin Hilman het volgende geschreven: Koen Kooi k.k...@student.utwente.nl writes: Op 11 jan 2009, om 19:53 heeft Koen Kooi het volgende geschreven: Hi, I was trying to get cpufreq going on beagleboard

Re: [REVIEW PATCH 08/14] OMAP: CAM: Add ISP Core

2009-01-13 Thread Tuukka.O Toivonen
On Tuesday 13 January 2009 09:34:16 ext Hans Verkuil wrote: second entry rather than the third. There are more devices that can choose between color and BW, but this is the first device I know of that can do sepia. Having BW as the second entry makes it easier for Actually OMAP3 ISP can do

Re: [PATCH 3/3] ASoC: Always syncronize audio transfers on frames

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 09:52:15 +0200 ext ext-eero.nurkk...@nokia.com ext-eero.nurkk...@nokia.com wrote: From: Eero Nurkkala ext-eero.nurkk...@nokia.com All these steps are required for ASoC to behave correctly. This is, no RFIG or XFIG (Not defined in 34xx), correct initiliazation of rccr and

Re: [PATCH 3/3] ASoC: Always syncronize audio transfers on frames

2009-01-13 Thread Eero Nurkkala
On Tue, 2009-01-13 at 10:16 +0200, Jarkko Nikula wrote: This is true (checked now :-)) that RFIG and XFIG are not defined for 34xx (and 2430 as well!) but writing doesn't have any effect since the bit is read only. But since it's marked reserved, then better to not write it. Good. This

Re: [PATCH 2/3] McBSP: Provide functions for ASoC frame syncronization

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 09:52:14 +0200 ext ext-eero.nurkk...@nokia.com ext-eero.nurkk...@nokia.com wrote: From: Eero Nurkkala ext-eero.nurkk...@nokia.com ASoC has an annoying bug letting either L or R channel to be played on L channel. In other words, L and R channels can switch at random. This

Re: [PATCH 2/3] McBSP: Provide functions for ASoC frame syncronization

2009-01-13 Thread Jarkko Nikula
On Tue, 13 Jan 2009 10:41:20 +0200 Eero Nurkkala ext-eero.nurkk...@nokia.com wrote: On Tue, 2009-01-13 at 10:28 +0200, Jarkko Nikula wrote: This doesn't fix problem on 2420. I assume when it works on 2420, the same fix will fix the 34xx as well. I fear the mcbsp initialization procedure in

Re: [PATCH v2] OMAP: Fix McBSP spin_lock deadlock.

2009-01-13 Thread Eero Nurkkala
Can you please repost your first version of the patch? Please. This V1 patch is good if one wishes to provide the fclk for McBSP from the MCBSP_CLKS. Then the fclk from the per can be turned off. With the V2 patch it's not that straightforward at all. - Eero -- To unsubscribe from this list:

Re: [PATCH 2/3] McBSP: Provide functions for ASoC frame syncronization

2009-01-13 Thread Eero Nurkkala
On Tue, 2009-01-13 at 11:02 +0200, Jarkko Nikula wrote: On Tue, 13 Jan 2009 10:41:20 +0200 Eero Nurkkala ext-eero.nurkk...@nokia.com wrote: On Tue, 2009-01-13 at 10:28 +0200, Jarkko Nikula wrote: This doesn't fix problem on 2420. I assume when it works on 2420, the same fix will fix

Re: [PATCH v2] OMAP: Fix McBSP spin_lock deadlock.

2009-01-13 Thread Tony Lindgren
* Eero Nurkkala ext-eero.nurkk...@nokia.com [090113 11:11]: Can you please repost your first version of the patch? Please. This V1 patch is good if one wishes to provide the fclk for McBSP from the MCBSP_CLKS. Then the fclk from the per can be turned off. With the V2 patch it's not that

[PATCH 1/1] OMAP3EVM-MMC1 support for TPS based PR785 power modules

2009-01-13 Thread Manikandan Pillai
Resending patches after fixing comments by Tony This patch allows the MMC1 support on OMAP2 EVM board with TPS6235x based PR785 boards. Files mmc-pr785.* contain the drivers. Card detect interrupt level issue has been fixed. The common part of the code between TWL and PR785 has been moved to a new

Re: [REVIEW PATCH 05/14] OMAP: CAM: Add ISP Front end

2009-01-13 Thread Tony Lindgren
* Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [090113 04:04]: This adds the OMAP ISP Front end modules to the kernel. Includes: * ISP CCDC Driver Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/ispccdc.c | 1488 +

Re: updated git pull request for omap compile fixes, mailbox and hsmmc

2009-01-13 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090112 18:47]: On Mon, Jan 12, 2009 at 08:24:42AM +0200, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090111 12:15]: On Sat, Jan 10, 2009 at 11:05:24AM +, Russell King - ARM Linux wrote: On Thu, Jan 08,

Re: [PATCH 08/12] DSS: support for Beagle Board

2009-01-13 Thread David Brownell
On Monday 12 January 2009, Tomi Valkeinen wrote:  arch/arm/configs/dss_omap3_beagle_defconfig | 1437 +++ This is a complete replacement. The patch would be a lot more comprehensible if changed the standard config to just add support for this board's video options (DVI

Re: [REVIEW PATCH 04/14] OMAP: CAM: Add ISP user header and register defs

2009-01-13 Thread Trilok Soni
Hi Sergio, +++ b/arch/arm/plat-omap/include/mach/isp_user.h @@ -0,0 +1,668 @@ +/* + * include/asm-arm/arch-omap/isp_user.h + * Path doesn't match. Better remove paths from all files, as they keep changing, and maintaining them is hard. -- ---Trilok Soni http://triloksoni.wordpress.com

Re: [PATCH] McBSP: Sidetone functionality

2009-01-13 Thread Eero Nurkkala
On Tue, 2009-01-13 at 14:41 +0200, ext-eero.nurkk...@nokia.com wrote: This patch is built on top of commits: Stanley.Miao: [PATCH] OMAP: Fix McBSP spin_lock deadlock. I'm sorry, this patch was not applied. I can repost the stuff when this is taken. -- To unsubscribe from this list: send the

[PATCH 2/2] OMAP: HSMMC: Fix response type for busy after response

2009-01-13 Thread Adrian Hunter
From 410bc62034c021f8767c8dae469c3215783992ca Mon Sep 17 00:00:00 2001 From: Adrian Hunter ext-adrian.hun...@nokia.com Date: Mon, 12 Jan 2009 16:13:08 +0200 Subject: [PATCH] OMAP: HSMMC: Fix response type for busy after response Some MMC commands result in the card becoming busy after the

[PATCH 1/2] OMAP: HSMMC: Do dma cleanup also with data CRC errors

2009-01-13 Thread Adrian Hunter
From 60c6ac58ae03cda78117aef7b0ad3dddbe4deb1a Mon Sep 17 00:00:00 2001 From: Jarkko Lavinen jarkko.lavi...@nokia.com Date: Fri, 5 Dec 2008 12:31:46 +0200 Subject: [PATCH] OMAP: HSMMC: Do dma cleanup also with data CRC errors Signed-off-by: Jarkko Lavinen jarkko.lavi...@nokia.com ---

[PATCH 0/2] omap_hsmmc patches

2009-01-13 Thread Adrian Hunter
Here are two patches for omap_hsmmc. They are applied on top of Jean Pihet's OMAP: MMC: recover from transfer failures patch, which is here: http://marc.info/?l=linux-omapm=123141577308177w=2 -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH 2/5] omap mmc: Add better MMC low-level init

2009-01-13 Thread Tony Lindgren
* Ladislav Michl la...@linux-mips.org [090111 01:03]: On Sat, Jan 10, 2009 at 11:49:42PM +0100, Ladislav Michl wrote: On Sun, Dec 07, 2008 at 01:47:47PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/board-h2-mmc.c b/arch/arm/mach-omap1/board-h2-mmc.c index

Re: [PATCH 2/2] OMAP: HSMMC: Fix response type for busy after response

2009-01-13 Thread Pierre Ossman
On Tue, 13 Jan 2009 15:38:41 +0200 Adrian Hunter ext-adrian.hun...@nokia.com wrote: This also fixes the hidden problem that the controller was turning off the clock to the card while the card was busy - the clock was then switched on for the duration of each Send Status command used for

Re: [PATCH 1/1] OMAP gptimer based event monitor driver for oprofile

2009-01-13 Thread Tony Lindgren
Hi, Looks OK in general, few comments below. Once you're done with the changes, this should get posted to linux-arm-ker...@lists.arm.linux.org.uk for review with linux-omap list Cc'd. * Siarhei Siamashka siarhei.siamas...@nokia.com [090108 20:29]: Signed-off-by: Siarhei Siamashka

git-pull request for omap-fixes for 2.6.29-rc1 (Re: [PATCH 00/10] Omap fixes for 2.6.29-rc1)

2009-01-13 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090112 16:37]: Hi, Here are some omap fixes for review. Some of these patches were posted earlier. If no other comments, here's the pull request: The following changes since commit c59765042f53a79a7a65585042ff463b69cb248c: Linus Torvalds (1):

Re: v2.6.28-omap1 tagged, some bugs remain

2009-01-13 Thread Anuj Aggarwal
I tried ASoC by removing the commit ARM: OMAP3: Mask interrupts when disabling interrupts (023ae898bbbed8c2bc4d38bfbd05d2fee91c3468) and audio worked fine for me. Regards, Anuj On Tue, Jan 13, 2009 at 12:38 PM, Jarkko Nikula jarkko.nik...@nokia.com wrote: On Mon, 12 Jan 2009 18:15:20 +0200

Re: [PATCH 0/7] OMAP2/3 clock: implement clock rate change notifiers

2009-01-13 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes: Hello, This series implements a clock rate change notifier for OMAP2/3 [1]. It applies on top of the OMAP clock: bug fixes, cleanup, optimization series posted to linux-omap on Mon, 22 Dec 2008. Now that the 'buf fixes, cleanup' series is now in

[OMAPZOOM][PATCH 2/2] OMAP3: CAM: Make MT9P012 DW9710 OV3640 depend on OMAP3

2009-01-13 Thread Aguirre Rodriguez, Sergio Alberto
From da51df52f8b583e5060963941810fa9f6d3feedd Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 13 Jan 2009 10:53:34 -0600 Subject: [PATCH 2/2] OMAP3: CAM: Make MT9P012 DW9710 OV3640 depend on OMAP3 This patch adds dependency on sensor drivers to work only when omap3

Re: [PATCH 0/3] Add support for OMAP35x processors (v3)

2009-01-13 Thread Koen Kooi
Op 13 jan 2009, om 20:41 heeft Kevin Hilman het volgende geschreven: Sanjeev Premi pr...@ti.com writes: These patches provide support for the OMAP35x processors. This is essentially a re-submit after series of discusions earlier in the list. It had always been getting pushed in my to-do

Patch series in Tarball submitted (RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2)

2009-01-13 Thread Aguirre Rodriguez, Sergio Alberto
Hi all, Just in case you're having troubles getting the patches, heres a tarball with all of them: https://omapzoom.org/gf/download/docmanfileversion/51/959/l-o_cam_patches_2009_01_12.tar.bz2 I appreciate your time, Sergio -Original Message- From: linux-omap-ow...@vger.kernel.org

Re: [REVIEW PATCH 01/14] V4L: Int if: Dummy slave

2009-01-13 Thread Mauro Carvalho Chehab
On Mon, 12 Jan 2009 20:03:08 -0600 Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: +static struct v4l2_int_slave dummy_slave = { + /* Dummy pointer to avoid underflow in find_ioctl. */ + .ioctls = (void *)0x8000, Why are you using here a magic number? +

Re: [PATCH 1/1] OMAP3 EVM MMC1 support for TPS based PR785 power modules

2009-01-13 Thread David Brownell
On Thursday 08 January 2009, Tony Lindgren wrote: How about try to figure out a way to share the common code with mmc-twl4030.c? Some of that should be a bit easier once the regulator stuff is working sanely. At that point I think the hsmmc.c driver will be the best place to have code that

Re: [PATCH v2] OMAP: Fix McBSP spin_lock deadlock.

2009-01-13 Thread stanley.miao
On Mon, 2009-01-12 at 12:46 +0200, Tony Lindgren wrote: * stanley.miao stanley.m...@windriver.com [090112 12:34]: On Thu, 2009-01-08 at 15:33 +0200, Tony Lindgren wrote: * stanley.miao stanley.m...@windriver.com [081107 15:47]: This solution keeps the virtual clock in place and enable

[PATCHv3] OMAP: Fix McBSP spin_lock deadlock

2009-01-13 Thread Stanley.Miao
A spin_lock deadlock will occur when omap_mcbsp_request() is invoked. omap_mcbsp_request() -- clk_enable(mcbsp-clk) -- clk_enable get clockfw_lock, then call - omap2_clk_enable() -- _omap2_clk_enable() -- omap_mcbsp_clk_enable() -- clk_enable(mcbsp_ick)

Re: new PM branch available

2009-01-13 Thread Koen Kooi
Op 13 jan 2009, om 22:51 heeft Kevin Hilman het volgende geschreven: Hello, The latest PM branch is now available[1]. I've done basic testing of retention and off-mode (suspend and dynamic idle) on Beagle and custom HW. My SDP has something still keeping CORE active that others have not