Re: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-28 Thread Kevin Hilman
Kalliguddi, Hema hem...@ti.com writes: http://focus.ti.com/pdfs/wtbu/SWPU223D_Final_EPDF_06_07_2010.pdf [HK] The errata is applicable to OMAP3430 only. But this sequence applicable for omap4 as well. So for submitting the changes we need to have the HWMOD api to be changed to enaforce the

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-26 Thread David Brownell
I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. What's the relationship between these and the sysfs attribute which manages the per-device wakeup enable? Should there be driver model

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-24 Thread Kalliguddi, Hema
, Partha Cc: p...@pwsan.com; Nayak, Rajendra; linux-omap@vger.kernel.org Subject: RE: On the APIs for Enabling and Disabling Wakeup capability. Hi Hema, From: linux-omap-ow...@vger.kernel.org Kevin, There is no errata in the USB which needs the Enable/Disable wakeup to be done Seperately. If it can

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-24 Thread Kalliguddi, Hema
Subject: Re: On the APIs for Enabling and Disabling Wakeup capability. Basak, Partha p-bas...@ti.com writes: Benoit/Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, June 18, 2010 8:29 PM To: Kalliguddi, Hema Cc: Cousson, Benoit; Basak

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-24 Thread Basak, Partha
; Nayak, Rajendra; linux-omap@vger.kernel.org Subject: Re: On the APIs for Enabling and Disabling Wakeup capability. Basak, Partha p-bas...@ti.com writes: Benoit/Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, June 18, 2010 8:29 PM

Re: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-23 Thread Kevin Hilman
Subject: Re: On the APIs for Enabling and Disabling Wakeup capability. Kalliguddi, Hema hem...@ti.com writes: Hi Benoit, I have 2 cases in usb for the need of separate API for setting the auto idle bit. 1. Below the link for omap3430TRM. Please refer 24.1.5.4.2 and 24.1.5.4.3

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-22 Thread Basak, Partha
; linux-omap@vger.kernel.org Subject: Re: On the APIs for Enabling and Disabling Wakeup capability. Basak, Partha p-bas...@ti.com writes: I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-18 Thread Kalliguddi, Hema
: On the APIs for Enabling and Disabling Wakeup capability. Hi Hema, From: linux-omap-ow...@vger.kernel.org Kevin, There is no errata in the USB which needs the Enable/Disable wakeup to be done Seperately. If it can be handled with omap_devie_enable/idle Apis it is sufficient

Re: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-18 Thread Kevin Hilman
; Basak, Partha Cc: p...@pwsan.com; Nayak, Rajendra; linux-omap@vger.kernel.org Subject: RE: On the APIs for Enabling and Disabling Wakeup capability. Hi Hema, From: linux-omap-ow...@vger.kernel.org Kevin, There is no errata in the USB which needs the Enable/Disable wakeup to be done Seperately

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-17 Thread Cousson, Benoit
and Disabling Wakeup capability. Basak, Partha p-bas...@ti.com writes: I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. These APIs are potentially needed by the USB driver (via function pointers) to work

On the APIs for Enabling and Disabling Wakeup capability.

2010-06-16 Thread Basak, Partha
Hello Paul, I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. These APIs are potentially needed by the USB driver (via function pointers) to work around some USB erratum. Alternatively, can we

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-16 Thread Basak, Partha
Subject: On the APIs for Enabling and Disabling Wakeup capability. Hello Paul, I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. We also need the API omap_hwmod_set_slave_idlemode

Re: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-16 Thread Kevin Hilman
Basak, Partha p-bas...@ti.com writes: I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. These APIs are potentially needed by the USB driver (via function pointers) to work around some USB

RE: On the APIs for Enabling and Disabling Wakeup capability.

2010-06-16 Thread Kalliguddi, Hema
: On the APIs for Enabling and Disabling Wakeup capability. Basak, Partha p-bas...@ti.com writes: I wanted to close on the introduction of two new OMAP device APIs omap_device_enable_wakeup () omap_device_disable_wakeup() in omap_device layer. These APIs are potentially needed by the USB driver (via