RE: [PATCH v5 2/5] omap3: nand: prefetch in irq mode support

2010-09-29 Thread Ghorai, Sukumar
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 29, 2010 4:00 AM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- ker...@lists.infradead.org; Vimal Singh Subject: Re: [PATCH v5 2/5] omap3:

Re: [PATCH 1/9 v3] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Felipe Balbi
Hi, On Tue, Sep 28, 2010 at 10:32:07PM -0500, Kalliguddi, Hema wrote: I will repost the patches today for blackfin and omap changes with the changelog updated accordingly. Have you re-sent the patches ? I just want to know if we're gonna merge it through Greg or the patch will be split and

RE: [PATCH 1/9 v3] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kalliguddi, Hema
Felipe, -Original Message- From: Balbi, Felipe Sent: Wednesday, September 29, 2010 12:01 PM To: Kalliguddi, Hema Cc: Mike Frysinger; Paul Walmsley; linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Balbi, Felipe; Tony Lindgren; Kevin Hilman; Cousson, Benoit Subject: Re: [PATCH

RE: [PATCH v5 1/5] omap gpmc: enable irq mode in gpmc

2010-09-29 Thread Ghorai, Sukumar
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 29, 2010 3:57 AM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org; linux-...@lists.infradead.org; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH v5 1/5] omap gpmc: enable irq

[PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Hema HK
The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less fragile to use the resource name instead.That way, no

RE: [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init()

2010-09-29 Thread Kalliguddi, Hema
Hi, -Original Message- From: Kalliguddi, Hema Sent: Thursday, September 23, 2010 5:58 AM To: linux-omap@vger.kernel.org; linux-...@vger.kernel.org Cc: Kalliguddi, Hema; Balbi, Felipe; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley Subject: [PATCH 2/9 v3] usb: musb: Remove

Re: [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init()

2010-09-29 Thread Felipe Balbi
Hi, On Wed, Sep 29, 2010 at 02:00:14AM -0500, Kalliguddi, Hema wrote: Any comments on this patch? I need an ack from Mike (blackfin) and Kevin (DaVinci). Everything else is fine by me. -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH] OMAP: ZOOM2: Change GPIO to enable LCD NEC NL8048HL11-01B on OMAP34x-II MDP

2010-09-29 Thread Tomi Valkeinen
Hi, On Tue, 2010-09-21 at 14:21 +0200, ext Yanick Saugy wrote: The PIN which controls LCD's reset signal (VGA_nRESET/h_GPIO_96) was not configured as a GPIO. We had to modify the OMAP MUX, and select this PIN (CAM_XCLKA) as an output GPIO (OMAP_MUX_MODE4). (kernel 2.6.35) Be aware of

[GIT PULL] ARM: l2x0: kexex, cleanup and optimisation for 2.6.37

2010-09-29 Thread Shilimkar, Santosh
The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c: Linus Torvalds (1): Linux 2.6.36-rc5 are available in the git repository at: git://dev.omapzoom.org/pub/scm/santosh/kernel-omap4-base.git l2x0-pull-rmk Catalin Marinas (1): ARM: Improve the L2 cache

RE: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kalliguddi, Hema
Hi, -Original Message- From: Balbi, Felipe Sent: Wednesday, September 29, 2010 12:30 PM To: Kalliguddi, Hema Cc: linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Balbi, Felipe; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley; Mike Frysinger Subject: Re: [PATCH v4]

[PATCH v2] OMAP: PM: CPUFREQ: Fix conditional compilation

2010-09-29 Thread Silesh C V
Fix conditional compilation. A conditional expresiion should follow #elif, in this case #elif clause should check whether CONFIG_ARCH_OMAP3 is defined or not (ie. defined(CONFIG_ARCH_OMAP3)) rather than checking for the value of the macro. Signed-off-by: Silesh C V sil...@ti.com ---

Re: [PATCH] tracing, perf: add more power related events

2010-09-29 Thread Jean Pihet
Hi, On Wed, Sep 29, 2010 at 9:49 AM, Thomas Renninger tr...@suse.de wrote: On Tuesday 28 September 2010 23:45:24 Arjan van de Ven wrote:   On 9/28/2010 2:22 PM, Rafael J. Wysocki wrote: On Tuesday, September 28, 2010, Jean Pihet wrote: Hi, Hi, Here is what I am proposing, in reply to

Re: [PATCH 2/2] OMAP:DSS: RFC Patch to add HDMI DSS driver support

2010-09-29 Thread Petr Štetiar
K, Mythri P mythr...@ti.com [2010-09-08 10:16:29]: Hi, [snip] Yes this is just a RFC patch to introduce the HDMI driver and panel as such, if you have no other comments on these 2 patch set I shall incorporate these comments and send out the complete patch series with all the relevant

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Felipe Balbi
On Wed, Sep 29, 2010 at 03:54:45AM -0500, Kalliguddi, Hema wrote: Hi, -Original Message- From: Balbi, Felipe Sent: Wednesday, September 29, 2010 12:30 PM To: Kalliguddi, Hema Cc: linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Balbi, Felipe; Tony Lindgren; Kevin Hilman; Cousson,

Re: [PATCH v4 1/4] omap4 hsmmc: Adding card detect support for MMC1

2010-09-29 Thread kishore kadiyala
Gentle Reminder ! Regards, Kishore On Tue, Sep 28, 2010 at 12:22 PM, kishore kadiyala kishorek.kadiy...@gmail.com wrote: Hi Samuel, Could you please review this patch which touches mfd/twl6030-irq.c for card detect support of MMC1 controller on OMAP4. Regards, Kishore On Mon, Sep 27,

RE: [PATCH 05/13] OMAP: Introduce device specific set rate and get rate in device opp structures.

2010-09-29 Thread Gopinath, Thara
-Original Message- From: Cousson, Benoit Sent: Saturday, September 18, 2010 3:43 PM To: Gopinath, Thara Cc: Kevin Hilman; Paul Walmsley; linux-omap@vger.kernel.org; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH 05/13] OMAP: Introduce device specific set rate and get rate in

Re: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-29 Thread Felipe Contreras
Hi Hari, On Mon, Sep 27, 2010 at 7:28 PM, Kanigeri, Hari h-kanige...@ti.com wrote: Yogesh is coming from dsplink requirement to use iommu. I see his comment as why Bridge requirement should be imposed on other IPCs that need iommu. Ahh, that explains a lot. However, dsp-link can just enable

RE: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kalliguddi, Hema
-Original Message- From: Balbi, Felipe Sent: Wednesday, September 29, 2010 3:41 PM To: Kalliguddi, Hema Cc: Balbi, Felipe; linux-omap@vger.kernel.org; linux-...@vger.kernel.org; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley; Mike Frysinger Subject: Re: [PATCH v4] usb:

[PATCH 3/3 v4] musb: AM35x: Workaround for fifo read issue

2010-09-29 Thread Ajay Kumar Gupta
AM35x supports only 32bit read operations so we need to have workaround for 8bit and 16bit read operations. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- No change from v3. drivers/usb/musb/am35x.c | 30 ++ drivers/usb/musb/musb_core.c |2 ++ 2

[PATCH 1/3 v4] AM35x: Add musb support

2010-09-29 Thread Ajay Kumar Gupta
AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine. It has USB phy built inside the IP itself. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- Patch set created against latest linus's tree + Felipe's 14 patch set for v2.6.37. Changes from v3, - Removed the new config

[PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Ajay Kumar Gupta
AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to differentiate musb ips between OMAP3x and AM35x. This config would be used to for

RE: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Varadarajan, Charulatha
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 29, 2010 6:36 AM To: Varadarajan, Charulatha Cc: t...@atomide.com; w...@iguana.be; linux-omap@vger.kernel.org; linux- watch...@vger.kernel.org;

RE: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-29 Thread Marathe, Yogesh
-Original Message- From: Felipe Contreras [mailto:felipe.contre...@gmail.com] Sent: Wednesday, September 29, 2010 5:05 PM To: Kanigeri, Hari Cc: Marathe, Yogesh; Premi, Sanjeev; Tony Lindgren; linux-arm- ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Mike Frysinger
On Wed, Sep 29, 2010 at 12:26, Hema HK wrote: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less

[omap3] Nand flash initialisation error

2010-09-29 Thread GERBER Patrick
Hello, I am using 2.6.34.5 vanilla kernel on a gumstix over Fire using OMAP3530. I have some problems wit the nand flash (the chip on the top of the OMAP). The MTD partition is not created. When booting the board code is well detecting a Nand on CS0 and call the platform_device_register. The

RE : [omap3] Nand flash initialisation error

2010-09-29 Thread GERBER Patrick
In complement to my previous mail I have found that if I only add a call to gpmc_cs_request the info-phys_base is well initialized. So I could after call the platform_device_register as usual. Anyway I still have the bogus (but working) detection of the flash: NAND device: Manufacturer ID:

Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 29, 2010 6:36 AM To: Varadarajan, Charulatha Cc: t...@atomide.com; w...@iguana.be; linux-omap@vger.kernel.org; linux-

Re: [PATCH v4] usb: musb: Adding names for IRQs in resource structure

2010-09-29 Thread Kevin Hilman
Hema HK hem...@ti.com writes: The resource data is getting automatically populated from a set of data generated from TI's hardware database for the OMAP platform, While we could hack in some exceptions to that tool to generate resources in a specific order, it seems less fragile to use the

Re: [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init()

2010-09-29 Thread Kevin Hilman
Hema HK hem...@ti.com writes: Removed the board_data parameter being passed to musb_platform_init function as board data can be extracted from device structure which is already member of musb structure. Signed-off-by: Hema HK hem...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Tony Lindgren

RE: [PATCH v2 04/11] OMAP4: Extend clock data.

2010-09-29 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 29, 2010 4:39 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v2 04/11] OMAP4: Extend

RE: [PATCH v3 03/11] OMAP3: PM: Adding smartreflex driver support.

2010-09-29 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 29, 2010 5:01 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 03/11] OMAP3: PM: Adding

RE: [PATCH v3 07/11] OMAP3: PM: Adding T2 enabling of smartreflex support

2010-09-29 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, September 29, 2010 5:38 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 07/11] OMAP3: PM: Adding

RE: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Varadarajan, Charulatha
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] snip I found a little snag with this series. Try testing with omap2plus_defconfig and changing CONFIG_OMAP_WATCHDOG=n. If CONFIG_OMAP_WATCHDOG is not enabled in the kernel config, the system

Re: [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries

2010-09-29 Thread Catalin Marinas
Hi Santosh, Santosh Shilimkar santosh.shilim...@ti.com wrote: This patch populates the L1 entries for MT_MEMORY and MT_MEMORY_NONCACHED types so that at boot-up, we can map memories outside system memory at page level granularity Previously the mapping was limiting to section level, which

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Varadarajan, Charulatha
Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, September 28, 2010 11:55 PM To: linux-omap@vger.kernel.org Cc: Varadarajan, Charulatha; Nayak, Rajendra; Raja, Govindraj Subject: [GIT PULL] for testing: OMAP hwmod driver conversions:

Re: [PATCH 3/3 v4] musb: AM35x: Workaround for fifo read issue

2010-09-29 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: AM35x supports only 32bit read operations so we need to have workaround for 8bit and 16bit read operations. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com drivers/usb/musb/am35x.c | 30 ++ drivers/usb/musb/musb_core.c |

RE: [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries

2010-09-29 Thread Shilimkar, Santosh
-Original Message- From: Catalin Marinas [mailto:catalin.mari...@arm.com] Sent: Wednesday, September 29, 2010 8:21 PM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and

Re: [PATCH 01/14] ARM: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries

2010-09-29 Thread Russell King - ARM Linux
On Wed, Sep 29, 2010 at 03:51:21PM +0100, Catalin Marinas wrote: Hi Santosh, Santosh Shilimkar santosh.shilim...@ti.com wrote: This patch populates the L1 entries for MT_MEMORY and MT_MEMORY_NONCACHED types so that at boot-up, we can map memories outside system memory at page level

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, September 28, 2010 11:55 PM To: linux-omap@vger.kernel.org Cc: Varadarajan, Charulatha; Nayak, Rajendra; Raja, Govindraj Subject: [GIT

Re: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Igor Grinberg
On 09/29/10 14:45, Ajay Kumar Gupta wrote: AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to differentiate musb ips between

Re: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to differentiate musb ips between OMAP3x and AM35x.

Re: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Sergei Shtylyov
Hello. Igor Grinberg wrote: AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to differentiate musb ips between OMAP3x and AM35x.

Re: [PATCH v8 0/6] OMAP: WDT: Implement WDT in hwmod way

2010-09-29 Thread Kevin Hilman
Varadarajan, Charulatha ch...@ti.com writes: [...] Instead, I would rather have a small piece of code in omap_init_wdt() which disarms the watchdog so we don't have any assumptions about bootloader behavior. The question remains whether this disarm should be #ifndef CONFIG_OMAP_WATCHDOG

Re: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Igor Grinberg
Hi, On 09/29/10 17:38, Sergei Shtylyov wrote: Hello. Igor Grinberg wrote: AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to

RE: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Gupta, Ajay Kumar
Hi, +config USB_MUSB_AM35X + boolean AM35X MUSB support + depends on USB_MUSB_HDRC MACH_OMAP3517EVM As I've already said, depending on the board type won't scale... :-( ..and to scale it up we need to add select USB_MUSB_AM35X in arch/arm/mach-omap2/Kconfig for all the boards

Re: [PATCH 2/3 v4] musb: add musb support for AM35x

2010-09-29 Thread Igor Grinberg
Hi, Already replied to Sergei on the comments below, so please see the answer in my reply to Sergei. On 09/29/10 17:46, Gupta, Ajay Kumar wrote: Hi, [...] + devconf2 = ~CONF2_OTGMODE; + switch (musb_mode) { +#ifdef CONFIG_USB_MUSB_OTG + case MUSB_OTG: /* Don't override

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Nayak, Rajendra
snip.. This is with the omap2plus_defconfig and after editing cmdline to have console set to ttyO2. Would be nice to have those fixed before we merge it. Rajendra, can you look into this on OMAP2? This is happening for Tony on both n8x0 and 2430sdp. Sure, I'll have a

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Nayak, Rajendra
-Original Message- From: Nayak, Rajendra Sent: Wednesday, September 29, 2010 9:44 PM To: Nayak, Rajendra; Kevin Hilman; Tony Lindgren Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; Raja, Govindraj Subject: RE: [GIT PULL] for testing: OMAP hwmod driver conversions:

Re: [PATCH 0/2] OMAP2+: misc. defconfig cleanups for 2.6.37

2010-09-29 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100928 11:59]: A couple of small defconfig changes for 2.6.37 with the goal of working towards a smaller default kernel image. Thanks, adding both to omap-for-linus. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the

Re: [PATCH 05/11] omap3: Remove non-existent config option

2010-09-29 Thread Felipe Contreras
On Wed, Sep 29, 2010 at 4:28 PM, Marathe, Yogesh yogesh_mara...@ti.com wrote: dsplink and syslink (two drivers who use iommu) should not enable CONFIG_MPU_BRIDGE_IOMMU as dspbridge and dsplink /syslink can not co-exist as they are using same resources. Not applying patch breaks dsplink/sylink

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: snip.. This is with the omap2plus_defconfig and after editing cmdline to have console set to ttyO2. Would be nice to have those fixed before we merge it. Rajendra, can you look into this on OMAP2? This is happening for Tony on both

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: [...] I forgot to mention, there are similar WARN's that I see on 2430sdp even with UART Govidraj, can you look into these UART issues please? Looks like you might need to double check the bitfields and the module_offs for both of these. Thanks,

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Nayak, Rajendra
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 30, 2010 12:49 AM To: Nayak, Rajendra; Raja, Govindraj Cc: Tony Lindgren; linux-omap@vger.kernel.org; Varadarajan, Charulatha Subject: Re: [GIT PULL] for testing: OMAP hwmod driver

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 30, 2010 12:49 AM To: Nayak, Rajendra; Raja, Govindraj Cc: Tony Lindgren; linux-omap@vger.kernel.org; Varadarajan, Charulatha Subject: Re: [GIT

RE: [GIT PULL] omap2 sparse fixes

2010-09-29 Thread G, Manjunath Kondaiah
Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 29, 2010 12:02 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-...@lists.infradead.org;

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Nayak, Rajendra
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 30, 2010 1:11 AM To: Nayak, Rajendra Cc: Raja, Govindraj; Tony Lindgren; linux-omap@vger.kernel.org; Varadarajan, Charulatha Subject: Re: [GIT PULL] for testing: OMAP hwmod driver

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: [...] Btw, the WARN's come only for UART3 and the error at hwmod init shows that maybe _wait_target_ready fails. [0.00] NR_IRQS:402 [0.00] Clocking rate (Crystal/DPLL/MPU): 13.0/660/330 MHz [0.00] omap_hwmod: uart3: cannot

Re: [PATCH 05/13] OMAP: Introduce device specific set rate and get rate in device opp structures.

2010-09-29 Thread Cousson, Benoit
Hi Thara, On 9/29/2010 1:16 PM, Gopinath, Thara wrote: -Original Message- From: Cousson, Benoit Sent: Saturday, September 18, 2010 3:43 PM To: Gopinath, Thara Cc: Kevin Hilman; Paul Walmsley; linux-omap@vger.kernel.org; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH 05/13]

[PATCH v4 1/5] OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430

2010-09-29 Thread Rajendra Nayak
From: Paul Walmsley p...@pwsan.com Add hwmod structures for I2C controllers on OMAP2420/2430. Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: Rajendra Nayak rna...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com --- v4 contains fixes for issues reported here

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-29 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The driver also maintains the

Re: [PATCH v2 03/10] OMAP: mach-omap2: Fix static function warnings

2010-09-29 Thread Paul Walmsley
Hello Manjunath, one comment: On Tue, 21 Sep 2010, G, Manjunath Kondaiah wrote: arch/arm/mach-omap2/powerdomain.c | 28 12 files changed, 27 insertions(+), 47 deletions(-) create mode 100644 arch/arm/mach-omap2/include/mach/board-rx51.h diff

Re: [GIT PULL] omap2 sparse fixes

2010-09-29 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [100929 12:42]: Tony, -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Wednesday, September 29, 2010 12:02 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org;

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100928 11:25]: Tony, The following pull request will bring hwmod driver conversions for watchdog, UART and i2c drivers. It is based on your omap-for-linus branch. The i2c driver is waiting for final

Re: [PATCH v2] OMAP: PM: CPUFREQ: Fix conditional compilation

2010-09-29 Thread Kevin Hilman
Silesh C V sil...@ti.com writes: Fix conditional compilation. A conditional expresiion should follow #elif, in this case #elif clause should check whether CONFIG_ARCH_OMAP3 is defined or not (ie. defined(CONFIG_ARCH_OMAP3)) rather than checking for the value of the macro. Signed-off-by:

Re: [PATCH v3 07/11] OMAP3: PM: Adding T2 enabling of smartreflex support

2010-09-29 Thread Kevin Hilman
Gopinath, Thara th...@ti.com writes: Thara Gopinath th...@ti.com writes: This patch adds support in the twl4030 driver to hook up the API enabling smartreflex support on PMIC side with the smartreflex driver. Without this the OMAP smartreflex modules will not function. Signed-off-by: Thara

Re: [PATCH v3 08/11] OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers

2010-09-29 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: [...] diff --git a/arch/arm/plat-omap/include/plat/voltage.h b/arch/arm/plat-omap/include/plat/voltage.h index 99836a1..8978d33 100644 --- a/arch/arm/plat-omap/include/plat/voltage.h +++ b/arch/arm/plat-omap/include/plat/voltage.h @@ -14,6 +14,11 @@

RE: [GIT PULL] omap2 sparse fixes

2010-09-29 Thread G, Manjunath Kondaiah
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, September 30, 2010 3:27 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Samuel Ortiz; Dmitry Torokhov; linux-...@lists.infradead.org; Russell

RE: [PATCH v2 03/10] OMAP: mach-omap2: Fix static function warnings

2010-09-29 Thread G, Manjunath Kondaiah
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, September 30, 2010 3:06 AM To: G, Manjunath Kondaiah Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Tony Lindgren; Menon, Nishanth Subject: Re: [PATCH v2 03/10] OMAP:

Re: Hang on Suspend to RAM with 2.6.36-rc4

2010-09-29 Thread Laine Walker-Avina
On Wed, Sep 22, 2010 at 3:21 PM, Laine Walker-Avina lwalk...@pasco.com wrote: On Tue, Sep 14, 2010 at 4:02 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Laine Walker-Avina lwalk...@pasco.com writes: I just pulled the latest changes today from the linux-omap git tree, and something

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-29 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch adds voltage driver support for OMAP3. The driver allows configuring the voltage controller and voltage processors during init and exports APIs to enable/disable voltage processors, scale voltage and reset voltage. The driver also maintains the

Re: Hang on Suspend to RAM with 2.6.36-rc4

2010-09-29 Thread Kevin Hilman
Laine Walker-Avina lwalk...@pasco.com writes: On Wed, Sep 22, 2010 at 3:21 PM, Laine Walker-Avina lwalk...@pasco.com wrote: On Tue, Sep 14, 2010 at 4:02 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Laine Walker-Avina lwalk...@pasco.com writes: I just pulled the latest changes today

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100929 15:15]: Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100928 11:25]: Tony, The following pull request will bring hwmod driver conversions for watchdog, UART and i2c drivers. It is based on your

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-09-29 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100929 19:10]: Then trying to build for omap1 OSK fails with: In file included from arch/arm/plat-omap/common.c:35: arch/arm/plat-omap/include/plat/control.h:20:40: error: mach/ctrl_module_core_44xx.h: No such file or directory

build error: omap_ctrl_readl and omap_ctrl_writel undefined

2010-09-29 Thread S, Venkatraman
I am trying to build the master branch on linux-omap and I am getting the following error on 'make modules' Git log: 2365f1f | Wed, 29 Sep 2010 11:19:10 -0700 | Tony Lindgren | Linux-omap rebuilt: Updated to v2.6.36-rc6, merged in few more patches acc012f | Wed, 29 Sep 2010 11:19:00 -0700 | Tony

Compilation: omap-for-linus omap2plus error

2010-09-29 Thread Abraham Arce
Hi, Is there any patch missing in omap-for-linus branch? CC arch/arm/mach-omap2/pm_bus.o arch/arm/mach-omap2/pm_bus.c: In function 'omap_pm_runtime_init': arch/arm/mach-omap2/pm_bus.c:64: error: implicit declaration of function 'platform_bus_get_pm_ops' arch/arm/mach-omap2/pm_bus.c:64:

Re: Compilation: omap-for-linus omap2plus error

2010-09-29 Thread Abraham Arce
Adding more info to previous email, email account changed On Wed, Sep 29, 2010 at 10:54 PM, Abraham Arce x0066...@ti.com wrote: Hi, Is there any patch missing in omap-for-linus branch?  CC      arch/arm/mach-omap2/pm_bus.o arch/arm/mach-omap2/pm_bus.c: In function 'omap_pm_runtime_init':

[Beagleboard] linux-omap-pm -- cpufreq query

2010-09-29 Thread Haribabu Narayanan
Hi all,     Till recently I was working with Angstrom environment for beagleboard  (with a linux-omap-pm 2.6.29 kernel) and had to migrate to the latest kernel version possible that is supported by linux-omap-pm branch for non-omap related reasons.  I am sticking to linux-omap-pm instead of

[PATCH 1/3 v5] AM35x: Add musb support

2010-09-29 Thread Ajay Kumar Gupta
AM35x has musb interface (version 1.8) and uses CPPI41 DMA engine. It has USB phy built inside the IP itself. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- Patch set created against latest linus's tree + Felipe's 14 patch set for v2.6.37. No change from v4.

[PATCH 3/3 v5] musb: AM35x: Workaround for fifo read issue

2010-09-29 Thread Ajay Kumar Gupta
AM35x supports only 32bit read operations so we need to have workaround for 8bit and 16bit read operations. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- No logical change from v4. drivers/usb/musb/am35x.c | 30 ++ drivers/usb/musb/musb_core.c |2 ++

[PATCH 2/3 v5] musb: add musb support for AM35x

2010-09-29 Thread Ajay Kumar Gupta
AM35x has musb interface and uses CPPI4.1 DMA engine. Current patch supports only PIO mode. DMA support can be added later once basic CPPI4.1 DMA patch is accepted. Also added USB_MUSB_AM35X which is required to differentiate musb ips between OMAP3x and AM35x. This config would be used to for

[PATCH v6 0/8] OMAP4 Keyboard Controller Support

2010-09-29 Thread Abraham Arce
Keyboard controller for OMAP4 includes - built-in scanning algorithm - debouncing feature This patch series is based in already accepted OMAP4 keyboard controller: Linux Input Tree Commit a17f79553f052f04d47689a842118f775f81b7e3 Input: add support for OMAP4 keyboard controller Dependency

[PATCH v6 1/8] OMAP4: hwmod data: add keyboard controller

2010-09-29 Thread Abraham Arce
From: Benoit Cousson b-cous...@ti.com Add hwmod data for OMAP4 keyboard controller taking the following patch as base: OMAP4: hwmod: Add partial hwmod support for OMAP4430 ES1.0 Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Abraham Arce x0066...@ti.com ---

[PATCH v6 2/8] Input: omap4 - use platform device helpers

2010-09-29 Thread Abraham Arce
Get mem and irq resources using platform helpers - platform_get_base - platform_get_irq Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/plat-omap/include/plat/omap4-keypad.h |4 +-- drivers/input/keyboard/omap4-keypad.c | 40 +--- 2 files changed,

[PATCH v6 3/8] Input: omap4 - SYSCONFIG register configuration

2010-09-29 Thread Abraham Arce
Remove SYSCONFIG register configuration, omap hwmod framework will use internal API to modify as required Other minor updates: - Change a variable name from DEF to VAL, this represents a value - Break line width to 80 characters Signed-off-by: Abraham Arce x0066...@ti.com ---

[PATCH v6 4/8] Input: omap4 - Interrupt line configuration

2010-09-29 Thread Abraham Arce
Select correct interrupt line behaviour Signed-off-by: Abraham Arce x0066...@ti.com --- drivers/input/keyboard/omap4-keypad.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/keyboard/omap4-keypad.c b/drivers/input/keyboard/omap4-keypad.c index

[PATCH v6 6/8] OMAP4: Keyboard device registration

2010-09-29 Thread Abraham Arce
Register keyboard device with hwmod framework Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/mach-omap2/devices.c | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/devices.c

[PATCH v6 5/8] Input: omap4 - Wake-up on events long presses

2010-09-29 Thread Abraham Arce
From: Mike Turquette mturque...@ti.com Programs keyboard controller to generate a wake-up request on events and on long key presses. Does not generate wake-up requests on timeouts since driver code does not handle them. This allows keyboard to wake-up OMAP from suspend. Signed-off-by: Mike

[PATCH v6 7/8] OMAP4: Keyboard board support

2010-09-29 Thread Abraham Arce
From: Syed Rafiuddin rafiuddin.s...@ti.com Keyboard support for SDP OMAP4430 Signed-off-by: Syed Rafiuddin rafiuddin.s...@ti.com Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 90 +++ 1 files changed, 90 insertions(+), 0

[PATCH v6 8/8] Input: omap4 - pm runtime

2010-09-29 Thread Abraham Arce
Enable pm runtime in driver Reviewed-by: Basak, Partha p-bas...@ti.com Signed-off-by: Abraham Arce x0066...@ti.com --- drivers/input/keyboard/omap4-keypad.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/input/keyboard/omap4-keypad.c

RE: [PATCH v3 08/11] OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers

2010-09-29 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Thursday, September 30, 2010 4:50 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH v3 08/11] OMAP3: PM: Adding