Re: [PATCH 1/2] AM35x: musb: fix compilation error

2010-12-01 Thread Felipe Balbi
On Tue, Nov 30, 2010 at 10:30:10AM -0800, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [101122 02:12]: Hi, On Mon, Nov 22, 2010 at 02:22:40PM +0530, Ajay Kumar Gupta wrote: Fixes compilation error as control.h APIs are not available to drivers/usb/musb/am35x.c file. Earlier it was getting

Re: [PATCH v5] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-01 Thread ABRAHAM, KISHON VIJAY
On Wed, Nov 24, 2010 at 4:24 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the results will be unpredictable. Since current implementation of PM run

Re: [PATCH 4/5 v2] OMAP3630: PM: Disable L2 cache while invalidating L2 cache

2010-12-01 Thread TAO HU
Hi, Nishanth Menon One more question. Do we need to implement the same thing in bootloader? I.e. Do we need to disable L2 prior invalidating L2 for OMAP3630 1st boot up? On Tue, Nov 30, 2010 at 10:18 PM, Nishanth Menon n...@ti.com wrote: TAO HU had written, on 11/30/2010 12:03 AM, the

[PATCH] OMAP: PM debug: fix wake-on-timer debugfs dependency

2010-12-01 Thread Kevin Hilman
Wakeup-on-timer code does not have/need debugfs dependency. Move the function out of debugfs ifdef. Fixes compile error when CONFIG_DEBUG_FS is disabled but PM debug is enabled. Reported-by: Tony Lindgren t...@atomide.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies to

[PATCH] OMAP: DSS2: Adding check_timings and set_timings for panel-taal

2010-12-01 Thread Janorkar, Mayuresh
From: Mayuresh Janorkar ma...@ti.com This patch would add two APIs for panel-taal: check_timings and set_timings. These are required by omapfb in case we wish to set default mode through bootargs. e.g.: omapfb.mode=lcd:640x480-16 (display device:width X height - bits per pixel)

[PATCH] OMAP: pm.c correct the initcall for an early init.

2010-12-01 Thread Thara Gopinath
omap2_common_pm_init is the API where generic system devices like mpu, l3 etc get initialized. This has to happen really early on during the boot and not at a later time. This is especially important with the new opp changes as these devices need to be built before the opp tables init happen.

Re: [PATCH 6/7] [RFC] OMAP: hwmod: SYSCONFIG register modification for MCBSP

2010-12-01 Thread Cousson, Benoit
+ Govindraj Hi Partha, On 12/1/2010 8:14 AM, Basak, Partha wrote: From: Cousson, Benoit Sent: Tuesday, November 30, 2010 9:33 PM Hi Kishon, Sorry, for the delay. On 11/22/2010 4:59 PM, ABRAHAM, KISHON VIJAY wrote: Resending the mail in plain text format.. On Mon, Nov 22, 2010 at 9:20

Re: [PATCH] OMAP: DSS2: Adding check_timings and set_timings for panel-taal

2010-12-01 Thread Varadarajan, Charulatha
Mayuresh, One minor comment below. On Wed, Dec 1, 2010 at 16:29, Janorkar, Mayuresh ma...@ti.com wrote: From: Mayuresh Janorkar ma...@ti.com This patch would add two APIs for panel-taal: check_timings and set_timings. These are required by omapfb in case we wish to set default mode through

Re: [PATCH v5] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-01 Thread G, Manjunath Kondaiah
* ABRAHAM, KISHON VIJAY kis...@ti.com [2010-12-01 14:22:46 +0530]: On Wed, Nov 24, 2010 at 4:24 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the

Re: [PATCH 6/7] [RFC] OMAP: hwmod: SYSCONFIG register modification for MCBSP

2010-12-01 Thread Govindraj
On Wed, Dec 1, 2010 at 4:45 PM, Cousson, Benoit b-cous...@ti.com wrote: + Govindraj Hi Partha, On 12/1/2010 8:14 AM, Basak, Partha wrote: From: Cousson, Benoit Sent: Tuesday, November 30, 2010 9:33 PM Hi Kishon, Sorry, for the delay. On 11/22/2010 4:59 PM, ABRAHAM, KISHON VIJAY

RE: [PATCH 1/2] AM35x: musb: fix compilation error

2010-12-01 Thread Gupta, Ajay Kumar
Tony ? Do you ack the usage of that header ? NAK. Drivers should not mess with the control registers directly. Instead, the following should be done in the platform init code: $ grep -r omap_ctrl_read drivers/usb drivers/usb/musb/am35x.c: devconf2 =

Re: [PATCH 1/2] OMAP: DMA: prevent races while setting M idle mode to nostandby

2010-12-01 Thread Peter Ujfalusi
On Tuesday 30 November 2010 15:23:47 Hunter Adrian (Nokia-MS/Helsinki) wrote: From 8c0f4490d93b67326ff24f6ce1c7e925b08d96b3 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Mon, 22 Nov 2010 11:32:48 +0200 Subject: [PATCH 1/2] OMAP: DMA: prevent races while setting M

[PATCH 0/7 v2] OMAP: McSPI: Hwmod adaptation + runtime conversion

2010-12-01 Thread Govindraj.R
Changes invloves: 1) Addition of hwmod data for omap2/3/4. 1) McSPI driver hwmod adaptation with cleanup of base address macros and using omap-device API's. 2) Runtime Conversion of McSPI driver Changes from v1: --- 1) Fixing patch 5/5 comments for hwmod+runtime

[PATCH 3/7 v2] OMAP3: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0

[PATCH 1/7 v2] OMAP2420: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V ch...@ti.com

[PATCH 4/7 v2] OMAP4: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Benoit Cousson b-cous...@ti.com Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 267

[PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck

2010-12-01 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update clock3xxx_data for mcspi1-4 with appropriate clock domain name. Signed-off-by: Charulatha V ch...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[PATCH 6/7 v2] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2010-12-01 Thread Govindraj.R
From: Charulatha V ch...@ti.com Cleans up all base address definitions for omap_mcspi and adapts the device registration and driver to hwmod framework. Changes involves: 1) Removing all base address macro defines. 2) Using omap-device layer to register device and utilizing data from hwmod data

[PATCH 7/7 v2] OMAP: runtime: McSPI driver runtime conversion

2010-12-01 Thread Govindraj.R
McSPI runtime conversion. Changes involves: 1) remove clock framework apis to use runtime framework apis. 2) context restore from runtime resume which is a callback for get_sync. 3) Remove SYSCONFIG(sysc) register handling (a) Remove context save and restore of sysc reg and remove soft

Re: [PATCH 1/3] Backlight: driver for Sharp LS037V7DW01 panel on OMAP machine

2010-12-01 Thread Bryan Wu
On Tue, Nov 30, 2010 at 9:09 PM, Janorkar, Mayuresh ma...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Bryan Wu Sent: Tuesday, November 30, 2010 5:38 PM To: tomi.valkei...@nokia.com;

RE: [PATCH] OMAP PM: Optimize cpufreq transition latency

2010-12-01 Thread Gopinath, Thara
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Turquette, Mike Sent: Wednesday, December 01, 2010 1:20 AM To: Sripathy, Vishwanath Cc: linux-omap@vger.kernel.org; linaro-...@lists.linaro.org Subject: Re: [PATCH] OMAP PM:

Re: [PATCH 4/5 v2] OMAP3630: PM: Disable L2 cache while invalidating L2 cache

2010-12-01 Thread Nishanth Menon
TAO HU had written, on 12/01/2010 02:56 AM, the following: Do we need to implement the same thing in bootloader? I.e. Do we need to disable L2 prior invalidating L2 for OMAP3630 1st boot up? Though out of context for this email list (linux kernel :)), I believe it wont hurt to do this as a

Re: OMAP:DSS: possible bug in WAITFOR_VSYNC ioctl

2010-12-01 Thread Jonghun Han
Tomi Valkeinen wrote: 2010/11/30 Tomi Valkeinen tomi.valkei...@nokia.com: On Tue, 2010-11-30 at 12:29 +0530, ext Hiremath, Vaibhav wrote: -Original Message- From: Paul Mundt [mailto:let...@linux-sh.org] Sent: Tuesday, November 30, 2010 12:10 PM To: Ville Syrj?l? Cc: Hiremath,

Re: OMAP:DSS: possible bug in WAITFOR_VSYNC ioctl

2010-12-01 Thread Måns Rullgård
Jonghun Han jonghun79@gmail.com writes: Tomi Valkeinen wrote: 2010/11/30 Tomi Valkeinen tomi.valkei...@nokia.com: On Tue, 2010-11-30 at 12:29 +0530, ext Hiremath, Vaibhav wrote: -Original Message- From: Paul Mundt [mailto:let...@linux-sh.org] Sent: Tuesday, November 30, 2010

RE: [PATCH v2 13/14] OMAP3: Add voltage dependency table for VDD1.

2010-12-01 Thread Vishwanath Sripathy
Thara, -Original Message- From: Gopinath, Thara Sent: Friday, October 29, 2010 9:08 PM To: linux-omap@vger.kernel.org Cc: p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand; Gopinath, Thara Subject: [PATCH v2 13/14] OMAP3: Add voltage

RE: [PATCH v2 13/14] OMAP3: Add voltage dependency table for VDD1.

2010-12-01 Thread Vishwanath Sripathy
Thara, -Original Message- From: Gopinath, Thara Sent: Friday, October 29, 2010 9:08 PM To: linux-omap@vger.kernel.org Cc: p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand; Gopinath, Thara Subject: [PATCH v2 13/14] OMAP3: Add voltage

RE: [PATCH v2 13/14] OMAP3: Add voltage dependency table for VDD1.

2010-12-01 Thread Gopinath, Thara
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Sripathy, Vishwanath Sent: Wednesday, December 01, 2010 9:01 PM To: linux-omap@vger.kernel.org Cc: p...@pwsan.com; khil...@deeprootsystems.com Subject: RE: [PATCH v2 13/14]

Re: [PATCH 0/3] OMAP: Introduce Backlight driver for Sharp LS037V7DW01 LCD panel

2010-12-01 Thread Tomi Valkeinen
Hi, On Tue, 2010-11-30 at 20:07 +0800, ext Bryan Wu wrote: After instroducing generic DPI panel driver for OMAP DSS2 system, we need to split out backlight driver from Sharp LS037V7DW01 panel driver before we move to the generic DPI panel driver. This patchset introcuded backlight driver

RE: [PATCH v2 13/14] OMAP3: Add voltage dependency table for VDD1.

2010-12-01 Thread Vishwanath Sripathy
Thara, -Original Message- From: Gopinath, Thara Sent: Friday, October 29, 2010 9:08 PM To: linux-omap@vger.kernel.org Cc: p...@pwsan.com; khil...@deeprootsystems.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand; Gopinath, Thara Subject: [PATCH v2 13/14] OMAP3: Add voltage

Re: [PATCH v5 3/7] OMAP: DSS2: Introduce omap_channel as a omap_dss_device parameter

2010-12-01 Thread Tomi Valkeinen
Hi, On Mon, 2010-11-22 at 12:53 +0530, ext Archit Taneja wrote: From: Sumit Semwal sumit.sem...@ti.com A new member 'channel' is introduced in omap_dss_device structure to determine which channel the panel uses. The dss_recheck_connections() called in dss_driver_probe() to set the correct

UART RX wakeup from sleep not working

2010-12-01 Thread Rick Bronson
Hi, I'm having trouble getting the UART wakeup from sleep via activity on the RX pin working. Assumptions (using UART3) 1. Using Arago Linux 2.6.32 2. OMAP3730 is in sleep mode via echo 1 /mnt/dbg/pm_debug/sleep_while_idle 3. The

[Patch v3] AM35xx: Craneboard: Add USB EHCI support

2010-12-01 Thread srinath
From: Srinath srin...@mistralsolutions.com AM3517/05 Craneboard has one EHCI interface on board using port1. GPIO35 is used as power enable. GPIO38 is used as port1 PHY reset. History: http://marc.info/?l=linux-omapw=2r=1s=Craneboard%3A+Add+USB+EHCI+supportq=t Signed-off-by: Srinath

How to use a dummy regulator

2010-12-01 Thread Elvis Dowson
Hi, I'm not sure how the dummy regulator framework works. Is there a simple example that closely corresponds to the following hardware setup: a. OMAP 3530 MMC2 SDIO ports connected to a Murata TI WL1271 wlan module chipset. b. Murata TI WL1271 wlan module chipset powered externally by

Re: How to use a dummy regulator

2010-12-01 Thread Elvis Dowson
On Dec 1, 2010, at 9:32 PM, Elvis Dowson wrote: I'm not sure how the dummy regulator framework works. Is there a simple example that closely corresponds to the following hardware setup: a. OMAP 3530 MMC2 SDIO ports connected to a Murata TI WL1271 wlan module chipset. b. Murata TI

[PATCH] arm: mach-omap2: remove NULL board_mux from board files

2010-12-01 Thread Aaro Koskinen
If CONFIG_OMAP_MUX is not enabled, we can define board_mux in the header file instead of forcing every single board to define it. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com --- arch/arm/mach-omap2/board-2430sdp.c|2 -- arch/arm/mach-omap2/board-3430sdp.c|2 --

Re: [PATCH v8 00/11] OMAP: GPIO: Implement GPIO as platform device

2010-12-01 Thread Tony Lindgren
* Varadarajan, Charulatha ch...@ti.com [101125 04:39]: Implement OMAP GPIO module in platform device model. OMAP2+ specific GPIO module uses hwmod FW. Tested on OMAP2430, OMAP4430, OMAP3430 SDP boards, OMAP4430 Blaze board and zoom3 board. Verified that this patch series does not break the

[PATCH v8 01-b/11] OMAP: GPIO: Make omap_gpio_show_rev bank specific

2010-12-01 Thread Tony Lindgren
Otherwise GPIO init on 16xx may try to access uninitialized GPIO bank as the MPUIO bank does not have a revision register. Signed-off-by: Tony Lindgren t...@atomide.com --- a/arch/arm/plat-omap/gpio.c +++ b/arch/arm/plat-omap/gpio.c @@ -1689,16 +1689,16 @@ static struct clk * gpio5_fck; static

[PATCH v6] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-01 Thread G, Manjunath Kondaiah
Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the results will be unpredictable. Since current implementation of PM run time framework does not support changing sysconfig settings during middle of the

Re: [PATCH v5 00/14] OMAP: DMA: hwmod and DMA as platform device

2010-12-01 Thread G, Manjunath Kondaiah
Hi Tony/Kevin, * G, Manjunath Kondaiah manj...@ti.com [2010-11-25 16:58:11 +0530]: Kevin, * G, Manjunath Kondaiah manj...@ti.com [2010-11-24 18:21:36 +0530]: Patch series to convert DMA library into platform driver using platform device model and adapting hwmod for omap2+.

Re: [PATCH 1/2] OMAP: DMA: prevent races while setting M idle mode to nostandby

2010-12-01 Thread G, Manjunath Kondaiah
Hi Adrian, * Adrian Hunter adrian.hun...@nokia.com [2010-11-30 15:23:47 +0200]: From 8c0f4490d93b67326ff24f6ce1c7e925b08d96b3 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Mon, 22 Nov 2010 11:32:48 +0200 Subject: [PATCH 1/2] OMAP: DMA: prevent races while setting

Re: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module

2010-12-01 Thread Felipe Contreras
hiroshi.d...@nokia.com wrote: From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module Date: Mon, 25 Oct 2010 21:10:02 +0200 Version 5: * Changes in iommu: create new api to set valid da range - Change range variables to platform data

RE: [PATCH 1/2] AM35x: musb: fix compilation error

2010-12-01 Thread Felipe Balbi
On Wed, 2010-12-01 at 17:38 +0530, Gupta, Ajay Kumar wrote: Tony ? Do you ack the usage of that header ? NAK. Drivers should not mess with the control registers directly. Instead, the following should be done in the platform init code: $ grep -r omap_ctrl_read drivers/usb

Re: [PATCH v6] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-01 Thread Adrian Hunter
On 01/12/10 20:47, ext G, Manjunath Kondaiah wrote: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the results will be unpredictable. Since current implementation of PM run time framework does not

Re: UART RX wakeup from sleep not working

2010-12-01 Thread Paul Walmsley
Hello Rick, On Wed, 1 Dec 2010, Rick Bronson wrote: I'm having trouble getting the UART wakeup from sleep via activity on the RX pin working. Assumptions (using UART3) 1. Using Arago Linux 2.6.32 2. OMAP3730 is in sleep mode

Re: [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck

2010-12-01 Thread Paul Walmsley
Hello Govindraj On Wed, 1 Dec 2010, Govindraj.R wrote: From: Charulatha V ch...@ti.com Update clock3xxx_data for mcspi1-4 with appropriate clock domain name. Signed-off-by: Charulatha V ch...@ti.com Looks like this is missing your Signed-off-by:. Also, please submit this patch

Re: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module

2010-12-01 Thread Guzman Lugo, Fernando
On Wed, Dec 1, 2010 at 1:27 PM, Felipe Contreras felipe.contre...@nokia.com wrote: hiroshi.d...@nokia.com wrote: From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module Date: Mon, 25 Oct 2010 21:10:02 +0200 Version 5: * Changes in iommu:

Re: [RFC v2 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-12-01 Thread Kanigeri, Hari
On Wed, Dec 1, 2010 at 12:04 AM, Varadarajan, Charulatha ch...@ti.com wrote: David, +               if (!oh) +                       goto error; + +               data-base = oh-_mpu_rt_va; not required. Make use of platform_get APIs in probe to extract the base, dma and irq info using

Re: [RFC v2 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-12-01 Thread Kanigeri, Hari
On Wed, Dec 1, 2010 at 8:10 PM, Kanigeri, Hari h-kanige...@ti.com wrote: On Wed, Dec 1, 2010 at 12:04 AM, Varadarajan, Charulatha ch...@ti.com wrote: David, +               if (!oh) +                       goto error; + +               data-base = oh-_mpu_rt_va; not required. Make use of

Re: [PATCH v5 00/14] OMAP: DMA: hwmod and DMA as platform device

2010-12-01 Thread Tony Lindgren
Hi, * G, Manjunath Kondaiah manj...@ti.com [101201 10:53]: Do you have any further comments for this series? I'll be looking at it on Thursday. Tony -- 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

Re: [PATCH v6 0/7] nand prefetch-irq support and ecc layout chanage

2010-12-01 Thread Charles Manning
On Saturday 27 November 2010 06:57:37 Ghorai, Sukumar wrote: Hello Grazvydas Charles, Would you please check this series in you setup and please update the status or any issue you observe? Hello It took a while for me to get back to this. I applied the patches but still no luck running with

RE: [PATCH 1/2] AM35x: musb: fix compilation error

2010-12-01 Thread Gupta, Ajay Kumar
We would need control register apis for accessing USB PHY control , IPSS reset and interrupt clear register. This would require to add three different function pointer and that would mostly be custom to AM35x. Will that be acceptable from musb perspective ? why don't you add a proper

RE: [PATCH 4/5 v2] OMAP3630: PM: Disable L2 cache while invalidating L2 cache

2010-12-01 Thread Santosh Shilimkar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Nishanth Menon Sent: Wednesday, December 01, 2010 8:09 PM To: TAO HU Cc: TAO HU; linux-omap; Jean; Tony; Kevin; Vishwa Subject: Re: [PATCH 4/5 v2] OMAP3630: PM: Disable

Re: [RFC v2 1/8] TILER-DMM: DMM-PAT driver for TI TILER

2010-12-01 Thread Varadarajan, Charulatha
On Thu, Dec 2, 2010 at 07:57, Kanigeri, Hari h-kanige...@ti.com wrote: On Wed, Dec 1, 2010 at 8:10 PM, Kanigeri, Hari h-kanige...@ti.com wrote: On Wed, Dec 1, 2010 at 12:04 AM, Varadarajan, Charulatha ch...@ti.com wrote: David, +               if (!oh) +                       goto error;

RE: [PATCH v4 1/9] OMAP3: PM: Adding voltage driver support for OMAP3

2010-12-01 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, November 11, 2010 12:00 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v4 1/9] OMAP3: PM: Adding

Re: [Patch v3] AM35xx: Craneboard: Add USB EHCI support

2010-12-01 Thread G, Manjunath Kondaiah
* srin...@mistralsolutions.com srin...@mistralsolutions.com [2010-12-01 22:28:50 +0530]: From: Srinath srin...@mistralsolutions.com AM3517/05 Craneboard has one EHCI interface on board using port1. GPIO35 is used as power enable. GPIO38 is used as port1 PHY reset. History:

Re: [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck

2010-12-01 Thread Govindraj
On Thu, Dec 2, 2010 at 6:31 AM, Paul Walmsley p...@pwsan.com wrote: Hello Govindraj On Wed, 1 Dec 2010, Govindraj.R wrote: From: Charulatha V ch...@ti.com Update clock3xxx_data for mcspi1-4 with appropriate clock domain name. Signed-off-by: Charulatha V ch...@ti.com Looks like this is

RE: [Patch v3] AM35xx: Craneboard: Add USB EHCI support

2010-12-01 Thread Srinath R
Hi Manjunath, Thanks for the review, Please find my response inline. With Regards Srinath -Original Message- From: G, Manjunath Kondaiah [mailto:manj...@ti.com] Sent: Thursday, December 02, 2010 11:56 AM To: srin...@mistralsolutions.com Cc: linux-omap@vger.kernel.org; j...@ti.com;

Re: OMAP2+: PM/serial: hold console semaphore while OMAP UARTs are disabled

2010-12-01 Thread Paul Walmsley
Hello Jean On Thu, 25 Nov 2010, Jean Pihet wrote: On Thu, Nov 25, 2010 at 6:35 PM, Paul Walmsley p...@pwsan.com wrote: On Thu, 25 Nov 2010, Jean Pihet wrote: On Thu, Nov 25, 2010 at 12:49 AM, Paul Walmsley p...@pwsan.com wrote: The console semaphore must be held while the OMAP UART

[PATCH 1/3] omap4: Add platform changes for Ambient Light sensor

2010-12-01 Thread Hemanth V
From 10f5f9f918e197f4052ac66b4e4cfb4b72646878 Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Wed, 1 Dec 2010 16:28:51 +0530 Subject: [PATCH] omap4: Add platform changes for Ambient Light sensor Register BH1780GLI Ambient light sensor, which is an I2C device for 4430SDP board.

[PATCH 2/3] omap4: Add platform changes for PWM LED

2010-12-01 Thread Hemanth V
From b90e733faa2fcbe4241dcce01c7722e77c91705f Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Wed, 1 Dec 2010 17:51:10 +0530 Subject: [PATCH] omap4: Add platform changes for PWM LED Register TWL6030 PWM, which is used as charging LED Signed-off-by: Hemanth V heman...@ti.com ---

[PATCH 3/3] omap4: Platform changes for CMA3000 Accelerometer driver

2010-12-01 Thread Hemanth V
From 0ce7ea442ffbe89f563baa993669a4216b2ccffa Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Thu, 2 Dec 2010 12:44:19 +0530 Subject: [PATCH] omap4: Platform changes for CMA3000 Accelerometer driver Update 4430SDP board file with platform data for accelerometer driver

[RESEND] [PATCH 3/3] omap4: Platform changes for CMA3000 Accelerometer driver

2010-12-01 Thread Hemanth V
Pl ignore the earlier patch, which seems to have rebasing issues. Thanks Hemanth From 42cb400c1bd3878977bc8fd416c9c39f81bed674 Mon Sep 17 00:00:00 2001 From: Hemanth V heman...@ti.com Date: Thu, 2 Dec 2010 12:44:19 +0530 Subject: [PATCH] omap4: Platform changes for CMA3000 Accelerometer driver

RE: [PATCH v5 3/7] OMAP: DSS2: Introduce omap_channel as a omap_dss_device parameter

2010-12-01 Thread Taneja, Archit
Hi, Tomi Valkeinen wrote: Hi, On Mon, 2010-11-22 at 12:53 +0530, ext Archit Taneja wrote: From: Sumit Semwal sumit.sem...@ti.com A new member 'channel' is introduced in omap_dss_device structure to determine which channel the panel uses. The dss_recheck_connections() called in

Re: [PATCH v6] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-01 Thread Adrian Hunter
On 02/12/10 08:12, ext G, Manjunath Kondaiah wrote: * Adrian Hunteradrian.hun...@nokia.com [2010-12-01 22:16:44 +0200]: On 01/12/10 20:47, ext G, Manjunath Kondaiah wrote: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going