RE: [RFC] [PATCH 3/7] usb: ehci-omap: omap: Add OMAP4 support

2010-08-20 Thread Shilimkar, Santosh
+ Benoit, Paul -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gadiyar, Anand Sent: Friday, August 20, 2010 11:17 AM To: felipe.ba...@nokia.com; Munegowda, Keshava Cc: linux-...@vger.kernel.org;

RE: [RFC] [PATCH 3/7] usb: ehci-omap: omap: Add OMAP4 support

2010-08-20 Thread Gadiyar, Anand
Felipe Balbi wrote: Hi, On Fri, Aug 20, 2010 at 07:47:07AM +0200, ext Gadiyar, Anand wrote: The differences between OMAP3 and OMAP4 are: - The OMAP4 has a different set of clocks which do not exist on OMAP3. - The register bits for configuring port modes is different is it a different ip

Re: [RFC] [PATCH 6/7] usb: ehci: Introduce CONFIG_USB_EHCI_HCD_OMAP3

2010-08-20 Thread Felipe Balbi
On Fri, Aug 20, 2010 at 07:59:16AM +0200, ext Gadiyar, Anand wrote: Felipe Balbi wrote: On Thu, Aug 19, 2010 at 01:49:36AM +0200, ext Keshava Munegowda wrote: @@ -126,6 +126,14 @@ config USB_EHCI_MXC ---help--- Variation of ARC USB block used in some Freescale chips. +config

RE: [RFC] [PATCH 3/7] usb: ehci-omap: omap: Add OMAP4 support

2010-08-20 Thread Gadiyar, Anand
Felipe Balbi wrote: Hi, On Fri, Aug 20, 2010 at 07:47:07AM +0200, ext Gadiyar, Anand wrote: The differences between OMAP3 and OMAP4 are: - The OMAP4 has a different set of clocks which do not exist on OMAP3. - The register bits for configuring port modes is different is it a different

RE: [RFC] [PATCH 6/7] usb: ehci: Introduce CONFIG_USB_EHCI_HCD_OMAP3

2010-08-20 Thread Gadiyar, Anand
Felipe Balbi wrote: @@ -126,6 +126,14 @@ config USB_EHCI_MXC ---help--- Variation of ARC USB block used in some Freescale chips. +config USB_EHCI_HCD_OMAP3 + bool EHCI support for OMAP3 and later chips + depends on USB_EHCI_HCD (ARCH_OMAP3 || ARCH_OMAP4) this line doesn't

[RFC] [PATCH 0/5] usb: ohci: omap: Add OMAP4 Support

2010-08-20 Thread Keshava Munegowda
The OMAP4 OHCI supports only two ports and hence two TLL channels. Each port is driven by seperate clocks. The OHCI controller is operated with the following two serial interface modes. - External PHY mode - USBTLL mode The PHY mode with Unidirectional 6-pin encoding (TX: DAT/SE0 mode) is

[RFC] [PATCH 1/5] usb: ohci-omap3: seperate the OMAP3-specific code

2010-08-20 Thread Keshava Munegowda
Formats the code so that omap4 ohci host specific code changes can be inserted in TODO location later.The function cpu_is_omap44xx is used to determine the OMAP3 or OMAP4 processor. This function will be later replaced by HWMOD changes. No functional changes. Signed-off-by: Keshava Munegowda

[RFC] [PATCH 4/5] usb: ohci: omap: Initialize resources for OMAP4

2010-08-20 Thread Keshava Munegowda
Update resources (IRQ number, base addresses) for OHCI on OMAP4. This patch should be replaced when the driver is converted to take advantage of hwmod (hardware mode). Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com ---

[RFC] [PATCH 5/5] usb: ohci: omap: enable the ohci port on OMAP4SDP

2010-08-20 Thread Keshava Munegowda
The port 2 of OHCI controller is connected to external PHY. The Unidirection 6 pin serial mode is configured. Signed-off-by: Keshava Munegowda keshava_mgo...@ti.com Signed-off-by: Anand Gadiyar gadi...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c |6 ++ 1 file changed, 6 insertions(+)

Re: [PATCHv2 2/2] omap: rx51: add support for USB chargers

2010-08-20 Thread Tony Lindgren
Hi, * Roger Quadros roger.quad...@nokia.com [100819 17:17]: On 08/19/2010 04:09 PM, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: On Thu, Aug 19, 2010 at 02:40:42PM +0200, ext Anton Vorontsov wrote: On Thu, Aug 19, 2010 at 03:09:37PM +0300, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: @@

[PATCH] Board changes for gpio-keys

2010-08-20 Thread Shubhrajyoti D
Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 9447644..699620d

[PATCH] omap: 4430sdp board support for the the GPIO keys

2010-08-20 Thread Shubhrajyoti D
omap 4430sdp board support for the GPIO keys. The proximity sensor is connected to GPIO and is registered as a GPIO key. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0

Re: [PATCHv2 2/2] omap: rx51: add support for USB chargers

2010-08-20 Thread Ameya Palande
Hi Heikki, On Thu, 2010-08-19 at 15:09 +0200, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: On Thu, Aug 19, 2010 at 02:40:42PM +0200, ext Anton Vorontsov wrote: On Thu, Aug 19, 2010 at 03:09:37PM +0300, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: @@ -909,5 +913,6 @@ void __init

Re: [PATCH] Board changes for gpio-keys

2010-08-20 Thread Ameya Palande
Hi Shubhrajyoti, On Fri, 2010-08-20 at 10:12 +0200, ext Shubhrajyoti D wrote: Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0 deletions(-) It will be nice if you can

RE: [PATCH] Board changes for gpio-keys

2010-08-20 Thread Gadiyar, Anand
+static int omap_prox_activate(struct device *dev) No tab needed before the function name - a space will do. (at least for consistency with other functions in the file). I don't know if this is serious enough to warrant a new revision, but if you're reworking this patch for something else,

Re: [RFC] [PATCH 6/7] usb: ehci: Introduce CONFIG_USB_EHCI_HCD_OMAP3

2010-08-20 Thread Felipe Balbi
On Fri, Aug 20, 2010 at 08:32:04AM +0200, ext Gadiyar, Anand wrote: We have the ability to support OMAP2 and OMAP3 in the same kernel image (for example when you build with omap3_defconfig). So USB_ARCH_HAS_EHCI will get selected due to OMAP3 being present. However, no platform devices will be

RE: [PATCH 3/5] usb: ehci: relocate PHY reset code

2010-08-20 Thread Gadiyar, Anand
Felipe Balbi wrote: On Wed, Aug 18, 2010 at 04:55:43AM +0200, ext Keshava Munegowda wrote: The PHY reset code is moved at the begining and end of the function omap_start_ehc. This simplfies the writing clocks enabling code for OMAP4 later. Signed-off-by: Keshava Munegowda

[PATCH v2] omap: 4430sdp board support for the the GPIO keys

2010-08-20 Thread Shubhrajyoti D
omap 4430sdp board support for the GPIO keys. The proximity sensor is connected to GPIO and is registered as a GPIO key. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 64 +++ 1 files changed, 64 insertions(+), 0

Re: [PATCH v6 1/3] ARM: OMAP: Beagle: revision detection

2010-08-20 Thread Jarkko Nikula
On Thu, 19 Aug 2010 21:38:44 -0500 Robert Nelson robertcnel...@gmail.com wrote: Due to the omap3530 ES3.0 Silicon being used on both the B5/B6 and C1/2/3 Beagle we can't use the cpu_is_omap34xx() routines to differentiate the Beagle Boards. However gpio pins 171,172,173 where setup for

RE: [RFC PATCH] Board support for the the GPIO keys

2010-08-20 Thread Murphy, Dan
-Original Message- From: linux-input-ow...@vger.kernel.org [mailto:linux-input- ow...@vger.kernel.org] On Behalf Of Datta, Shubhrajyoti Sent: Thursday, August 19, 2010 6:42 AM To: linux-omap@vger.kernel.org Cc: linux-in...@vger.kernel.org; Datta, Shubhrajyoti Subject: [RFC PATCH]

[PATCH] omap:iommu-load cam register before flushing the entry

2010-08-20 Thread Hari Kanigeri
The flush_iotlb_page is not loading the cam register before flushing the cam entry. This causes wrong entry to be flushed out from the TLB, and if the entry happens to be a locked TLB entry it would lead to MMU faults. The fix is to load the cam register with the address to be flushed before

[PATCH 1/2] crypto: updates to enable omap aes

2010-08-20 Thread Dmitry Kasatkin
Signed-off-by: Dmitry Kasatkin dmitry.kasat...@nokia.com --- arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2 +- arch/arm/mach-omap2/clock3xxx_data.c |2 +- arch/arm/mach-omap2/devices.c| 71 ++ 4 files

[PATCH 2/2] crypto: omap-aes: OMAP2/3 AES hw accelerator driver

2010-08-20 Thread Dmitry Kasatkin
Signed-off-by: Dmitry Kasatkin dmitry.kasat...@nokia.com --- drivers/crypto/Kconfig|8 + drivers/crypto/Makefile |1 + drivers/crypto/omap-aes.c | 948 + 3 files changed, 957 insertions(+), 0 deletions(-) create mode 100644

[PATCH 0/2] omap-aes: OMAP2/3 AES HW accelerator driver

2010-08-20 Thread Dmitry Kasatkin
This set of patches provides implementation of the driver for OMAP2/3 AES hw accelerator. Dmitry Kasatkin (2): crypto: updates to enable omap aes crypto: omap-aes: OMAP2/3 AES hw accelerator driver arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2

Re: [linux-pm] [PATCH] PM: runtime PM + idle: allow usage when interrupts are disabled

2010-08-20 Thread Alan Stern
On Thu, 19 Aug 2010, Kevin Hilman wrote: In any case, I don't really like this change. It seems that we would be better off preventing the runtime PM calls from occurring in the first place while interrupts are disabled. Why? Because that's how the Runtime PM framework was designed.

Re: [PATCHv2 2/2] omap: rx51: add support for USB chargers

2010-08-20 Thread Anton Vorontsov
On Fri, Aug 20, 2010 at 10:25:26AM +0300, Tony Lindgren wrote: Hi, * Roger Quadros roger.quad...@nokia.com [100819 17:17]: On 08/19/2010 04:09 PM, Krogerus Heikki (EXT-Teleca/Helsinki) wrote: On Thu, Aug 19, 2010 at 02:40:42PM +0200, ext Anton Vorontsov wrote: On Thu, Aug 19, 2010 at

Re: [PATCH] omap:iommu-load cam register before flushing the entry

2010-08-20 Thread Hiroshi DOYU
Hi Hari, From: ext Hari Kanigeri h-kanige...@ti.com Subject: [PATCH] omap:iommu-load cam register before flushing the entry Date: Fri, 20 Aug 2010 15:50:18 +0200 The flush_iotlb_page is not loading the cam register before flushing the cam entry. This causes wrong entry to be flushed out from

Re: [PATCH 3/6] OMAP3: PM: ensure IO wakeups are properly disabled

2010-08-20 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: [...] I'll update it with the following to preserve the Fernet style, and to describe the transition: ok with me, thanks tony. Kevin -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

omap3_defconfig: USB_OTG unmet dependencies

2010-08-20 Thread Aguirre, Sergio
Hi all, Today, I tried loading the omap3_defconfig from current master commit: ddfc2d1 Linux-omap rebuilt: Updated to v2.6.36-rc1 And I noticed this bad Kconfig dependency: warning: (USB_MUSB_HDRC_HCD USB_SUPPORT USB_MUSB_HDRC (USB_MUSB_HOST || USB_MUSB_OTG) USB_GADGET_MUSB_HDRC ||

[pm-wip/mmc][PATCH 00/10] OMAP MMC Hwmod Runtime patches

2010-08-20 Thread kishore kadiyala
Hi, 1) The patch series has dependency on Tony's patches http://www.spinics.net/lists/linux-omap/msg34835.html http://www.spinics.net/lists/linux-omap/msg34834.html 2) The patch series has some updations of hwmod data for MMC controller's on MMC2/3. 3) Also adds updates hwmod data for

[PATCH 01/10] [PM-WIP-MMC] OMAP2 HWMOD: Updating MMC Controller data

2010-08-20 Thread kishore kadiyala
Updating OMAP2 hwmod data file with correct register offsets for MMC controllers. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c |5 +++-- 1 files changed,

[PATCH 02/10] [PM-WIP-MMC] OMAP3 HWMOD: Updating MMC controller data

2010-08-20 Thread kishore kadiyala
Updating OMAP3 hwmod data file with correct register offsets for MMC controllers. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |5 +++-- 1 files changed,

[PATCH 03/10] [PM-WIP-MMC] OMAP2/OMAP3: Updating hwmod name for MMC controller

2010-08-20 Thread kishore kadiyala
Updating oh_name for MMC controller with mmcx instead of mmcx_hwmod. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/devices.c |2 +-

[PATCH 04/10] [PM-WIP-MMC] OMAP4 hwmod: Adding hwmod data for MMC controller

2010-08-20 Thread kishore kadiyala
From: Benoit Cousson b-cous...@ti.com Adding hwmod data for 5 MMC controllers on OMAP4. Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 320

[PATCH 05/10] [PM-WIP-MMC] OMAP4 hwmod: Updating hwmod data for MMC controllers

2010-08-20 Thread kishore kadiyala
Update register offsets and dev attributes for MMC controllers on OMAP4 Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 17 +++-- 1 files

Subject: [PATCH 06/10] [PM-WIP-UART] OMAP4 hwmod : Adding hwmod data for UART

2010-08-20 Thread kishore kadiyala
From: Benoit Cousson b-cous...@ti.com Adding HWMOD data for UART on OMAP4 Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 234

[PATCH 09/10] [PM-WIP-MMC] OMAP MMC : Fix crash with CONFIG_PM_RUNTIME

2010-08-20 Thread kishore kadiyala
Crash if enabled CONFIG_PM_RUNTIME and power_saving set. Use get_sync/put_sync properly so that host-nesting_cnt gets updated properly. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com ---

[PATCH 10/10] [PM-WIP-MMC] omap4 hsmmc: Fix the init if CONFIG_MMC_OMAP_HS is not set

2010-08-20 Thread kishore kadiyala
From: Benoit Cousson b-cous...@ti.com Avoid possible crash if CONFIG_MMC_OMAP_HS is not set Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Adrian Hunter adrian.hun...@nokia.com Cc: Andrew Morton a...@linux-foundation.org Cc: Madhusudhan Chikkature madhu...@ti.com Signed-off-by: Benoit Cousson

Re: Subject: [PATCH 06/10] [PM-WIP-UART] OMAP4 hwmod : Adding hwmod data for UART

2010-08-20 Thread kishore kadiyala
Please ignore , will send with proper subject Regards, Kishore From: Benoit Cousson b-cous...@ti.com Adding HWMOD data for UART on OMAP4 Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com ---

[PATCH 06/10] [PM-WIP-UART] OMAP4 hwmod : Adding hwmod data for UART

2010-08-20 Thread kishore kadiyala
From: Benoit Cousson b-cous...@ti.com Adding HWMOD data for UART on OMAP4 Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 234

RE: omap3_defconfig: USB_OTG unmet dependencies

2010-08-20 Thread Aguirre, Sergio
(Looping linux-usb) -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio Sent: Friday, August 20, 2010 2:21 PM To: linux-omap@vger.kernel.org Subject: omap3_defconfig: USB_OTG unmet dependencies Hi all,

[PATCH] Adding i2c eeprom driver to read EDID

2010-08-20 Thread Mathieu Poirier
From f0b677144c1b674f21c1f423781c49d8173914c8 Mon Sep 17 00:00:00 2001 From: Mathieu J. Poirier mathieu.poir...@canonical.com Date: Fri, 20 Aug 2010 14:25:53 -0600 Subject: [PATCH] Adding i2c eeprom driver to read EDID Adding i2c eeprom driver to access monitor EDID binary information from user

Re: [PATCH 2/4] mfd: twl-core: switch over to defines in twl.h

2010-08-20 Thread Samuel Ortiz
Hi Felipe, On Wed, Aug 18, 2010 at 10:16:19AM +0300, Felipe Balbi wrote: Hi, On Wed, Aug 18, 2010 at 09:10:22AM +0200, Balbi Felipe (Nokia-MS/Helsinki) wrote: On Wed, Aug 18, 2010 at 09:03:44AM +0200, ext Gopinath, Thara wrote: No I am not talking about the key values. I was talking about

RE: [PATCH] omap:iommu-load cam register before flushing the entry

2010-08-20 Thread Kanigeri, Hari
Sergio -Original Message- From: Aguirre, Sergio Sent: Friday, August 20, 2010 5:09 PM To: Kanigeri, Hari; Hiroshi Doyu; Linux omap Subject: RE: [PATCH] omap:iommu-load cam register before flushing the entry Hi Hari, -Original Message- From:

Re: [linux-pm] [PATCH] PM: runtime PM + idle: allow usage when interrupts are disabled

2010-08-20 Thread Rafael J. Wysocki
On Thursday, August 19, 2010, Kevin Hilman wrote: Rafael J. Wysocki r...@sisk.pl writes: On Tuesday, August 10, 2010, Kevin Hilman wrote: When using runtime PM in combination with CPUidle, the runtime PM transtions of some devices may be triggered during the idle path. Late in the idle