[PATCH] ASoC: Declare Headset as Mic and Headphone widgets for SDP3430

2009-03-19 Thread Lopez Cruz, Misael
Headset was declared previously as a Headphone widget connecting HSMIC and HSOL/HSOR pins of TWL4030 codec in SDP430 machine driver. The capture path becomes invalid as the Headphone widget is not a valid input endpoint. Instead of that, the Headset is declared as separate Microphone and

Re: dma_alloc_coherent fragmentation

2009-03-19 Thread Hiroshi DOYU
Hi Nishant, From: ext Kamat, Nishant nska...@ti.com Subject: dma_alloc_coherent fragmentation Date: Wed, 18 Mar 2009 14:03:45 +0100 Forwarding on behalf of Nishanth Menon: -Original Message- From: Menon, Nishanth Sent: Tuesday, March 17, 2009 8:17 AM To:

Re: [PATCH 00/86] OMAP2/3: clock sync with linux-omap

2009-03-19 Thread Paul Walmsley
Hello Russell, On Thu, 12 Mar 2009, Kevin Hilman wrote: This is the series of patches contained in the 'omap-clks3' branch of Russell King's git repository[1]. Posted on behalf of Russell who had some mail issues in first attempt, and then ran of out time. This series is proposed to be

RE: dma_alloc_coherent fragmentation

2009-03-19 Thread Menon, Nishanth
Hi Hiroshi, -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Thursday, March 19, 2009 8:43 AM What would happen with __GFP_RECLAIMABLE for dma_alloc_coherent()? As per [1], GFP_TEMPORARY might be the right approach.. but yes, Changing dummy to do:

RE: [PATCH 00/05] OMAP3: SR: Fixes in Smartreflex driver

2009-03-19 Thread Nayak, Rajendra
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, March 18, 2009 9:59 PM To: Nayak, Rajendra Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 00/05] OMAP3: SR: Fixes in Smartreflex driver Nayak, Rajendra rna...@ti.com writes: Hi,

Re: [PATCH 3/7] ARM: OMAP: Add command line option for I2C bus speed

2009-03-19 Thread Jarkko Nikula
On Wed, 18 Mar 2009 20:30:45 +0100 ext Russell King - ARM Linux li...@arm.linux.org.uk wrote: I had similar thought as Felipe that it looks more generic this way. But don't know now immediately would multibuild will work? Was that your concern? E.g. __setup(i2c_bus=,

Re: [alsa-devel] [PATCH] ASoC: Declare Headset as Mic and Headphone widgets for SDP3430

2009-03-19 Thread Mark Brown
On Thu, Mar 19, 2009 at 01:07:34AM -0500, Lopez Cruz, Misael wrote: Headset was declared previously as a Headphone widget connecting HSMIC and HSOL/HSOR pins of TWL4030 codec in SDP430 machine driver. The capture path becomes invalid as the Headphone widget is not a valid input endpoint.

BT656 Support and MMDC support on top of OMAP3EVM

2009-03-19 Thread Hiremath, Vaibhav
Hi, I am getting some private requests for supporting BT656 and Multi-Media Daughter card on top of latest Kernel + Sakari's latest ISP-Camera patches/repository. So I am posting the patch supporting BT656 and MMDC support with all the review comments fixed (received from earlier posts).

[PATCH 1/2 (V3)] OMAP3 ISP-Camera: Added BT656 support ontop of Sakari's repository

2009-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Support for BT656 through TVP5146 decoder, works on top of Sakari's repository http://git.gitorious.org/omap3camera/mainline.git NOTE: Please note that, hence forth I will try to avoid submitting patches on top of V4L2-int framework. The next

[PATCH 2/2 (V3)] OMAP3EVM Multi-Media Daughter Card Support

2009-03-19 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This is Third version of OMAP3EVM Mulit-Media Daughter Card support. NOTE: Please note that, hence forth I will try to avoid submitting patches on top of V4L2-int framework. The next immediate activity would be migration to sub-device framework.

RE: [PATCH 1/1] DSPBRIDGE: Set __GFP_RECLAIMABLE for reloading bridge module

2009-03-19 Thread Menon, Nishanth
-Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Thursday, March 19, 2009 11:38 AM To: Kanigeri, Hari Cc: Guzman Lugo, Fernando; ameya.pala...@nokia.com; Menon, Nishanth; Gupta, Ramesh; linux-omap@vger.kernel.org; Hiroshi DOYU Subject: [PATCH 1/1]

RE: [PATCH 1/1] DSPBRIDGE Fix flush_workque

2009-03-19 Thread Menon, Nishanth
-Original Message- From: Gupta, Ramesh Sent: Thursday, March 19, 2009 6:25 AM To: linux-omap@vger.kernel.org Cc: Menon, Nishanth; Kanigeri, Hari; Varide, Nischal; Guzman Lugo, Fernando Subject: [PATCH 1/1] DSPBRIDGE Fix flush_workque From a8aabc6233329998d0ac62be42ade5a77f03ef2a

Re: [PATCH B 2/3] tidspbridge: cleanup and remove HW_MMU_TLBFlushAll

2009-03-19 Thread Felipe Contreras
On Wed, Mar 18, 2009 at 3:26 AM, Felipe Contreras felipe.contre...@gmail.com wrote: From: Felipe Contreras felipe.contre...@nokia.com It doesn't make sense to have layers and layers of constants and defines to turn one bit on. Signed-off-by: Felipe Contreras felipe.contre...@nokia.com ---

[PATCH 1/1] DSPBRIDGE: Set __GFP_RECLAIMABLE for reloading bridge module

2009-03-19 Thread Hiroshi DOYU
To restart DSP system after DSP crash, reloading bridge module is necessary and a high order page allocation may fail after long use time because of memory fragmentation. To avoid this, mark it as reclaimable for immediate reloading. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com ---

Re: [PATCHv2] OMAP: McBSP: Always maintain McBSP fclk while active

2009-03-19 Thread Jarkko Nikula
On Wed, 18 Mar 2009 12:31:02 +0100 Nurkkala Eero.An (EXT-Offcode/Oulu) ext-eero.nurkk...@nokia.com wrote: From: Eero Nurkkala ext-eero.nurkk...@nokia.com McBSP fclk must be maintained for the duration of audio playback or recording. Otherwise the fclk may get autogated when the PER96M clk

CAM / V4L2: OMAP3 camera issues

2009-03-19 Thread Opel Fahrer
Hi everybody, I just wanted to ask if someone of you recently had a look at the camera driver for the ov3640 sensor included in the omap zoom 1 platform. As I'm a total noob in writing drivers I'm searching for someone to help me to get this device to work the right way because currently

test

2009-03-19 Thread Aguirre Rodriguez, Sergio Alberto
test -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: test

2009-03-19 Thread Menon, Nishanth
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Thursday, March 19, 2009 4:51 PM To: linux-omap@vger.kernel.org Subject: test Aaah, Few folks hitting: Generating server: snip

RE: CAM / V4L2: OMAP3 camera issues

2009-03-19 Thread Aguirre Rodriguez, Sergio Alberto
Hi Clemens, I'm the one responsible for this driver, and the features that are added by now are pretty basical. Currently I'm a bit absorbed by other higher priority tasks, so I haven’t been able to update the driver as fast as I would want. We are working towards enhancing the driver so most

Re: [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx

2009-03-19 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090318 17:08]: On Wed, Mar 18, 2009 at 01:10:04PM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090318 12:26]: On Wed, Mar 18, 2009 at 11:28:06AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux

Re: [PATCH 00/86] OMAP2/3: clock sync with linux-omap

2009-03-19 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090319 01:57]: Hello Russell, On Thu, 12 Mar 2009, Kevin Hilman wrote: This is the series of patches contained in the 'omap-clks3' branch of Russell King's git repository[1]. Posted on behalf of Russell who had some mail issues in first attempt, and

AW: CAM / V4L2: OMAP3 camera issues

2009-03-19 Thread Opel Fahrer
Hi Sergio, thanks for your fast reply, it's good to hear that someone already has the issues in mind that I'm talking of. As I mentioned before I haven't done any driver development by now, but maybe it's also a good chance to get a little bit into that now. Currently the one and only real

Re: [APPLIED] [PATCH omap-fixes v2] OMAP2/3: GPIO: do not attempt to wake-enable

2009-03-19 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090319 09:44]: Tony Lindgren t...@atomide.com writes: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: 2ac496a208895c925aec1774a873b5b096b2d3f0 PatchWorks http://patchwork.kernel.org/patch/10719/

Re: [patch 2.6.29-rc8 regulator-next] regulator: init fixes (v4)

2009-03-19 Thread Mark Brown
On Wed, Mar 18, 2009 at 02:14:14PM -0700, David Brownell wrote: On Wednesday 18 March 2009, Mark Brown wrote: I think it's more that I'm viewing the use count as being useful information which the API can take advantage of (do any consumers actually want this on right now?). In that

Re: [APPLIED] [PATCH omap-fixes v2] OMAP2/3: GPIO: do not attempt to wake-enable

2009-03-19 Thread Felipe Balbi
On Thu, Mar 19, 2009 at 05:53:35PM +0100, Tony Lindgren wrote: * Kevin Hilman khil...@deeprootsystems.com [090319 09:44]: Tony Lindgren t...@atomide.com writes: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit:

Re: [APPLIED] [PATCH omap-fixes v2] OMAP2/3: GPIO: do not attempt to wake-enable

2009-03-19 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090319 09:54]: * Kevin Hilman khil...@deeprootsystems.com [090319 09:44]: Tony Lindgren t...@atomide.com writes: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: 2ac496a208895c925aec1774a873b5b096b2d3f0

Re: [APPLIED] [PATCH omap-fixes v2] OMAP2/3: GPIO: do not attempt to wake-enable

2009-03-19 Thread Felipe Balbi
On Thu, Mar 19, 2009 at 10:16:33AM -0700, Tony Lindgren wrote: Seems like a bug in pwclient.. $ pwclient get 10719 Shows the subject in the patch as: Subject: [omap-fixes, v2] OMAP2/3: GPIO: do not attempt to wake-enable GPIO bank IRQ $ curl

Re: [patch] twl4030-regulator: expose VPLL2

2009-03-19 Thread Liam Girdwood
On Mon, 2009-03-16 at 15:51 +, Mark Brown wrote: On Fri, Mar 13, 2009 at 05:54:54PM -0700, David Brownell wrote: From: David Brownell dbrown...@users.sourceforge.net Add VPLL2 to the set of twl4030-family regulators exposed for use by various drivers. It's commonly used to power the

Re: [patch 2.6.29-rc8 regulator-next] regulator: init fixes (v4)

2009-03-19 Thread Mark Brown
On Wed, Mar 18, 2009 at 02:02:14PM -0700, David Brownell wrote: Huh? $SUBJECT patch hasn't merged. How could you have backed it out?? Sorry - another patch introducing a version of the same issue. Your patch:

RE: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Guzman Lugo, Fernando
Hi Felipe, I am seeing with this patch because of the timeout: DSP device detected !! DSPProcessor_Attach succeeded. dspbridge: timed out waiting for mailbox dspbridge: timed out waiting for mailbox dspbridge: timed out waiting for mailbox dspbridge: timed out waiting for mailbox

Re: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Felipe Contreras
On Thu, Mar 19, 2009 at 10:42 PM, Guzman Lugo, Fernando x0095...@ti.com wrote: Hi Felipe,        I am seeing with this patch because of the timeout: DSP device detected !! DSPProcessor_Attach succeeded. dspbridge: timed out waiting for mailbox dspbridge: timed out waiting for mailbox

RE: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Guzman Lugo, Fernando
Yes, I applied this; in fact I have applied all the patches. If I increase the timeout there are no problems. The test I run creates 4 process and each one does several a lot of calls to InputChnl and OutputChnl, so I think this test is using the mailbox a lot and would be better a bigger

Re: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Felipe Contreras
On Thu, Mar 19, 2009 at 11:19 PM, Guzman Lugo, Fernando x0095...@ti.com wrote: Yes, I applied this; in fact I have applied all the patches. If I increase the timeout there are no problems. The test I run creates 4 process and each one does several a lot of calls to InputChnl and OutputChnl,

Re: [PATCH 1/1] Back-light class driver support for OMAP

2009-03-19 Thread David Brownell
On Wednesday 18 March 2009, hvaib...@ti.com wrote: + +#if defined(CONFIG_TWL4030_CORE) +   twl4030_i2c_write_u8(TWL4030_MODULE_LED, 0x11, TWL4030_LED_EN); +   twl4030_i2c_write_u8(TWL4030_MODULE_PWMA, c, TWL_PWMA_PWMAOFF); +#endif Hmm, I think I'm going to have to get off my butt and

RE: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Guzman Lugo, Fernando
This is a stress test, it creates 4 processes and each process will do 1000 transfers using streams, so the trace is: STRM_Issue - WMD_CHNL_AddIOReq - IO_Schedule IO_Schedule schedules a call to IO_DPC using task let. IO_DPC - IO_DispatchChnl - InputChnl - CHNLSM_InterruptDSP2 Also

Re: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Felipe Contreras
On Fri, Mar 20, 2009 at 2:00 AM, Guzman Lugo, Fernando x0095...@ti.com wrote: This is a stress test, it creates 4 processes and each process will do 1000 transfers using streams, so the trace is: STRM_Issue -  WMD_CHNL_AddIOReq  - IO_Schedule IO_Schedule schedules a call to IO_DPC using

Some possible missing v4l2_subdev IOCTLs.

2009-03-19 Thread Aguirre Rodriguez, Sergio Alberto
Hi Hans, I did a quick analysis of the subdev, and noticed that some video ioctls for the subdevices aren't there... [gs]_crop [gs]_parm enum_frameintervals enum_framesizes enum_fmt_cap I noticed this because we currently use them for a best sensor output selection before sending the image to

[PATCH] OMAP3 clock: Access only available clock bits

2009-03-19 Thread Kim Kyuwon
Hi All, I found a problem on PM Branch with OMAP3430 ES3.1 Board when enabling OMAP_RESET_CLOCKS feature. In clk_disable_unsed() function, as soon as sad2d_ick is disabled, prcm interrupt is generated and its handler can't exit loop at next statement! while (prm_read_mod_reg(OCP_MOD,

Re: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value

2009-03-19 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH B 3/3] tidspbridge: decreate timeout to a saner value Date: Fri, 20 Mar 2009 01:06:16 +0100 On Fri, Mar 20, 2009 at 2:00 AM, Guzman Lugo, Fernando x0095...@ti.com wrote: This is a stress test, it creates 4

[PATCH 0/3] V4L2 driver for OMAP2/3 with new CIDs.

2009-03-19 Thread Shah, Hardik
Hi All, I will be posting series of three patches for the V4L2 driver on the OMAP2/3 DSS. Patch 1 - This is the second revision of the patch. Documentation added for the following new CIDs and bit fields added in V4L2 framework. V4L2_CID_BG_COLOR: Added new CID for setting of the back ground

[PATCH 1/3] Documentation for new V4L2 CIDs added.

2009-03-19 Thread Hardik Shah
1. Updated for V4L2_CID_BG_COLOR 2. Updated for V4L2_CID_ROTATION Both of the above are discussed in length with community 3. Updated for new flags and capability field added to v4l2_frame buffer structure. Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Hardik Shah

[PATCH 2/3] New V4L2 CIDs for OMAP class of Devices.

2009-03-19 Thread Hardik Shah
Added V4L2_CID_BG_COLOR for background color setting. Added V4L2_CID_ROTATION for rotation setting. Above two ioclts are indepth discussed. Posting again with the driver usage. V4L2 supports chroma keying added new flags for the source chroma keying which is exactly opposite of the chorma keying