Updating the gitignore to ignore include/asm-arm/mach-types.h

2009-07-14 Thread venkat
Hi All, Found that include/asm-arm/mach-types.h was generating after compilation which needs to be ignored by git. Attached patch simply add this file to gitignore. Regards, Venkat. From c1ac3148d1352716216dc020a584a0085bd3667b Mon Sep 17 00:00:00 2001 From: Venkat Raju

RE: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Phil Carmody
On Fri, 2009-07-10 at 01:51 +0200, ext Guzman Lugo, Fernando wrote: Thanks for the patch, it only has indentation problems, this is the checkpatch output: WARNING: suspect code indent for conditional statements (8, 12) #34: FILE: drivers/dsp/bridge/pmgr/wcd.c:152: + if

RE: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Menon, Nishanth
Phil, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Phil Carmody Sent: Tuesday, July 14, 2009 6:03 AM On Fri, 2009-07-10 at 01:51 +0200, ext Guzman Lugo, Fernando wrote: Thanks for the patch, it only has

[PATCH] OMAP: OHCI: hc_driver's stop method should call ohci_stop

2009-07-14 Thread Gadiyar, Anand
From: Anand Gadiyar gadi...@ti.com OMAP: OHCI: hc_driver's stop method should call ohci_stop Without this, the ohci-omap driver will not cleanup the debugfs nodes when the driver is unloaded. So the next insmod will fail, if CONFIG_DEBUG_FS and CONFIG_USB_DEBUG are both selected. Reported-by:

Re: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Ameya Palande
ext Menon, Nishanth wrote: Phil, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Phil Carmody Sent: Tuesday, July 14, 2009 6:03 AM On Fri, 2009-07-10 at 01:51 +0200, ext Guzman Lugo, Fernando wrote: Thanks for the

RE: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Phil Carmody
On Tue, 2009-07-14 at 13:05 +0200, ext Menon, Nishanth wrote: Phil, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Phil Carmody Sent: Tuesday, July 14, 2009 6:03 AM On Fri, 2009-07-10 at 01:51 +0200, ext

PM: off mode

2009-07-14 Thread Roger Quadros
Hi Kevin, Off mode does not seem to work on RX51 on latest PM branch. I get a reboot if I set enable_off_mode and sleep_while_idle and I wait for timeout. Does it work on other platforms? regards, -roger -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of

Re: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Hiroshi DOYU
From: Carmody Phil.2 (EXT-Ixonos/Helsinki) ext-phil.2.carm...@nokia.com Subject: RE: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else Date: Tue, 14 Jul 2009 13:20:30 +0200 On Tue, 2009-07-14 at 13:05 +0200, ext Menon, Nishanth wrote: Phil, -Original Message-

Re: PM: off mode

2009-07-14 Thread Roger Quadros
Roger Quadros wrote: Hi Kevin, Off mode does not seem to work on RX51 on latest PM branch. I get a reboot if I set enable_off_mode and sleep_while_idle and I wait for timeout. Does it work on other platforms? regards, -roger It works with the attached config though. -roger # #

[PATCH 1/4] ARM: OMAP: Rename twl4030* driver files to enable re-use

2009-07-14 Thread balajitk
From: Santosh Shilimkar santosh.shilim...@ti.com The upcoming TWL6030 is companion chip for OMAP4 like the current TWL4030 for OMAP3. The common modules like RTC, Regulator creates opportunity to re-use the most of the code from twl4030. This patch renames few common drivers twl4030* files to

Re: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Phil Carmody
On Tue, 2009-07-14 at 14:30 +0200, Doyu Hiroshi (Nokia-D/Helsinki) wrote: From: Carmody Phil.2 (EXT-Ixonos/Helsinki) ext-phil.2.carm...@nokia.com Subject: RE: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else Date: Tue, 14 Jul 2009 13:20:30 +0200 On Tue, 2009-07-14 at

[PATCH 2/4] ARM: OMAP: Rename all twl4030_i2c*.

2009-07-14 Thread balajitk
From: Balaji T K balaj...@ti.com This patch renames function names like twl4030_i2c_write_u8, twl4030_i2c_read_u8 to twl_i2c_write_u8, twl_i2c_read_u8. I2C address for modules(MADC, Battery Charger, Audio, RTC) have changed between 4030 and 6030. Base address of these module register also

[PATCH 3/4] ARM: OMAP: Rename twl4030_ in rtc-twl.c to make it generic rtc

2009-07-14 Thread balajitk
From: Balaji T K balaj...@ti.com This patch renames all twl4030_ functions to twl_ so that RTC driver can be shared between Triton and Phoenix. Register addresses which have changed will be selected with COMPILATION FLAG Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Nayak Rajendra

[PATCH 4/4] ARM: OMAP: Rename twl4030_ to twl_ in twl-regulator.c to make it generic reg

2009-07-14 Thread balajitk
From: Rajendra Nayak rna...@ti.com This patch renames all twl4030_ functions to twl so that regulator driver can be reused by Triton - TWL4030 and Phoenix - TWL6030. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Santosh Shilimkar

[PATCH 0/4] TWL patch series

2009-07-14 Thread Krishnamoorthy, Balaji T
The upcoming TWL6030 is companion chip for OMAP4 like the current TWL4030 for OMAP3. The common modules like RTC, Regulator creates opportunity to re-use the most of the code from twl4030. Summary of Major difference between Triton and Phoenix chips are: -GPIO, Keypad is not present

How to turn off LED backlight drivers for LG Philips 4.3 LCD display when system suspends

2009-07-14 Thread Elvis Dowson
Hi, I was wondering if someone could give me some pointers on what I should modify in order to turn off the LED backlight drivers on my LG Philips 4.3 LCD display. This display turns bright white when there is not signal input, and I am using it with android-2.6.29 kernel version. So,

Problems configuring OMAP35x ISP driver

2009-07-14 Thread Zach LeRoy
Hello Sergio, I spoke with you earlier about using the ISP and omap34xxcam drivers with a micron mt9d111 SOC sensor. I have since been able to take pictures, but the sensor data is not making it through the ISP data-path correctly. I know the problem is in the ISP data-path because I am

Re: PM: off mode

2009-07-14 Thread Kevin Hilman
Roger Quadros ext-roger.quad...@nokia.com writes: Hi Kevin, Off mode does not seem to work on RX51 on latest PM branch. I get a reboot if I set enable_off_mode and sleep_while_idle and I wait for timeout. Does it work on other platforms? Yes, I tested on SDP, omap3evm, Beagle, Overo

AW: Problems configuring OMAP35x ISP driver

2009-07-14 Thread Jesko Schwarzer
Hello Zach, unfortunately I cannot help you, but maybe you can tell me what driver you use? Where I can find it? Thanks in advance /Jesko -Ursprüngliche Nachricht- Von: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] Im Auftrag von Zach LeRoy Gesendet:

Stable PM release for Overo

2009-07-14 Thread Elvis Dowson
Hi Kevin, On Jul 14, 2009, at 8:58 PM, Kevin Hilman wrote: Yes, I tested on SDP, omap3evm, Beagle, Overo and RX51. Would you happen to have a stable PM release that works with the Overo, for linux-omap3-2.6.29 ? I still don't have a stable pm version working, get problems with it trying

Re: Stable PM release for Overo

2009-07-14 Thread Kevin Hilman
Elvis Dowson elvis.dow...@mac.com writes: Hi Kevin, On Jul 14, 2009, at 8:58 PM, Kevin Hilman wrote: Yes, I tested on SDP, omap3evm, Beagle, Overo and RX51. Would you happen to have a stable PM release that works with the Overo, for linux-omap3-2.6.29? I've only tested the current PM

Re: Problems configuring OMAP35x ISP driver

2009-07-14 Thread Eino-Ville Talvala
Zach, We've gotten a Aptina MT9P031 driver working with the latest ISP patchset, both with YUV and RAW data. I don't know what the problem might be with YUYV data - we get useful YUYV data without any changes to the ISP defaults. However, to request RAW data, that simply uses the CCDC and

Re: Stable PM release for Overo

2009-07-14 Thread Elvis Dowson
Hi Kevin, So, what would you recommend that I do. I need DSS2 and a stable working PM with android. Do you recommend that I rebase my development efforts on the linux- omap-2.6 master branch or on your pm branch, in which case does your pm branch incorporate all of tomi's dss2 patches?

bitsperlong.h missing in asm-arm?

2009-07-14 Thread Eino-Ville Talvala
Hi, I'm not at all familiar with the way the asm-* include directories are handled, but with the current linux-omap tree, I'm getting a user-space compilation error with the CodeSourcery 2009q1 release: In file included from

RE: [PATCH] OMAP3: PM: move context-loss counting into OMAP PM

2009-07-14 Thread Madhusudhan
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Wednesday, July 08, 2009 1:34 PM To: linux-omap@vger.kernel.org Cc: Rajendra Nayak; Peter 'p2' De Schrijver Subject: [PATCH] OMAP3: PM: move

How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Elvis Dowson
Hi, How should my git command look like if I were to try to check out v2.6.31-rc3 from the linux-omap-2.6 repository? I don't see a head for v2.6.31 , and the master branch is 2 weeks old at v2.6.31-rc1. Best regards, Elvis -- To unsubscribe from this list: send the line unsubscribe

RE: How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Pandita, Vikram
Elvis -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Elvis Dowson Sent: Tuesday, July 14, 2009 2:44 PM To: Linux OMAP Users Subject: How to checkout v2.6.31-rc3 using git Hi, How should my git command look like if

Re: How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Elvis Dowson
Hi Vikram, Thanks for the reply. On Jul 14, 2009, at 11:49 PM, Pandita, Vikram wrote: L-O seems to be still on v2.6.31-rc1 Use: $git tag -l Looks like tony has not synce'd up with rc2/3 yet. If you need the new rc, then you could use kernel.org git. Not sure what

RE: How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Pandita, Vikram
-Original Message- From: Elvis Dowson [mailto:elvis.dow...@mac.com] Sent: Tuesday, July 14, 2009 2:57 PM To: Pandita, Vikram Cc: Linux OMAP Users Subject: Re: How to checkout v2.6.31-rc3 using git Hi Vikram, Thanks for the reply. On Jul 14, 2009, at 11:49 PM,

Re: How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Elvis Dowson
Hi Vikram, On Jul 15, 2009, at 12:03 AM, Pandita, Vikram wrote: If your requirement is a good PM, then the best place is kevin's pm branch I guess. http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git;a=summary head: pm I want to also incorporate tomi's DSS2 patches, so

Re: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else

2009-07-14 Thread Hiroshi DOYU
From: Carmody Phil.2 (EXT-Ixonos/Helsinki) ext-phil.2.carm...@nokia.com Subject: Re: [PATCH 1/4] DSPBRIDGE: Fix macros that break when inside an if/else Date: Tue, 14 Jul 2009 15:17:25 +0200 [...] I am not sure if these copy_from_user() wrapping are practically useful or not. It may be enough

Re: Problems configuring OMAP35x ISP driver

2009-07-14 Thread John Sarman
Eddy and anyone who may be able to help,   I am currently working on an Omnivision OV5620 and have used the ov3640 driver as a starting point.  I have the June 18( latest ? ) code from the gitorious git repo.  I have thouroughly tested my i2c driver setup using a 500 Mhz oscilloscope and have

[PATCH 0/3] [OMAP:I2C] Small bug fixes and errata 1.153

2009-07-14 Thread Sonasath, Moiz
This patch includes the following: - Bug in reading the RXSTAT/TXSTAT values from I2C_BUFFSTAT - In case of a NACK|ARDY|AL interrupts return from the ISR - OMAP3430 silicon errata 1.153 Signed-off-by: Moiz Sonasathm-sonas...@ti.com Signed-off-by: Vikram panditavikram.pand...@ti.com Moiz

[PATCH 1/3] [OMAP:I2C]Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT register

2009-07-14 Thread Sonasath, Moiz
Fix bug in reading the I2C_BUFFSTAT register for getting byte count on RX/TX interrupt. On Interrupt: I2C_STAT[RDR], read 'RXSTAT' from I2C_BUFFSTAT[8-13] On Interrupt: I2C_STAT[XDR] read 'TXSTAT' from I2C_BUFFSTAT[0-5] Signed-off-by: Moiz Sonasathm-sonas...@ti.com

[PATCH 2/3] [OMAP:I2C]In case of a NACK|ARDY|AL return from the ISR

2009-07-14 Thread Sonasath, Moiz
In case of a NACK or ARDY or AL interrupt, complete the request. There is no need to service the RRDY/RDR or XRDY/XDR interrupts. Refer TRM SWPU114: Figure 18-31.I2C Master Transmitter Mode, Interrupt Method, in F/S and HS Modes

[PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-07-14 Thread Sonasath, Moiz
When an XRDY/XDR is hit, wait for XUDF before writing data to DATA_REG. Otherwise some data bytes can be lost while transferring them from the memory to the I2C interface. Do a Busy-wait for XUDF, before writing data to DATA_REG. While waiting if there is NACK | AL, set the appropriate error

RE: How to checkout v2.6.31-rc3 using git

2009-07-14 Thread Pandita, Vikram
-Original Message- From: Elvis Dowson [mailto:elvis.dow...@mac.com] Sent: Tuesday, July 14, 2009 3:08 PM To: Pandita, Vikram Cc: Linux OMAP Users Subject: Re: How to checkout v2.6.31-rc3 using git Hi Vikram, On Jul 15, 2009, at 12:03 AM, Pandita, Vikram wrote: If your requirement is

Re: [PATCH] OMAP3: PM: move context-loss counting into OMAP PM

2009-07-14 Thread Kevin Hilman
Madhusudhan madhu...@ti.com writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Wednesday, July 08, 2009 1:34 PM To: linux-omap@vger.kernel.org Cc: Rajendra Nayak; Peter 'p2' De Schrijver

RE: [PATCH 2/3] [OMAP:I2C]In case of a NACK|ARDY|AL return from the ISR

2009-07-14 Thread Menon, Nishanth
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Sonasath, Moiz Sent: Tuesday, July 14, 2009 4:20 PM To: linux-omap@vger.kernel.org Cc: Kamat, Nishant; Paul Walmsley Subject: [PATCH 2/3] [OMAP:I2C]In case of a

RE: [PATCH 1/3] [OMAP:I2C]Bug in reading the RXSTAT/TXSTAT values from the I2C_BUFFSTAT register

2009-07-14 Thread Menon, Nishanth
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Sonasath, Moiz Sent: Tuesday, July 14, 2009 4:18 PM To: linux-omap@vger.kernel.org Cc: Kamat, Nishant; Paul Walmsley Subject: [PATCH 1/3] [OMAP:I2C]Bug in reading the

Re: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-07-14 Thread Nishanth Menon
Sonasath, Moiz wrote: When an XRDY/XDR is hit, wait for XUDF before writing data to DATA_REG. Otherwise some data bytes can be lost while transferring them from the memory to the I2C interface. Do a Busy-wait for XUDF, before writing data to DATA_REG. While waiting if there is NACK | AL, set

Is DSS2 incorporated into linux-omap-2.6 master branch?

2009-07-14 Thread Elvis Dowson
Hi Tomi, Have the DSS2 patches been incorporated into the linux-omap-2.6 master branch? i.e. v2.6.31-rc1? Best regards, Elvis Dowson -- 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

[PATCH 1/1] DSPBRIDGE: enable smart/autoidle for mailbox sysconfig

2009-07-14 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Reported-by: Tero Kristo tero.kri...@nokia.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- drivers/dsp/bridge/hw/hw_mbox.c |4 +++- drivers/dsp/bridge/hw/hw_mbox.h |5 + drivers/dsp/bridge/wmd/io_sm.c |1 + 3 files changed, 9