Re: Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-02-02 Thread Ohad Ben-Cohen
On Wed, Feb 2, 2011 at 2:11 AM, Tony Lindgren t...@atomide.com wrote: * Ohad Ben-Cohen o...@wizery.com [110122 07:47]: On Sat, Jan 22, 2011 at 5:30 PM, Koen Kooi k...@dominion.thruhere.net wrote: That was indeed the problem, not I get: [   35.417053] wl1271: firmware booted (Rev

[PATCH] OMAP: DSS2: Common IRQ handler for all OMAPs

2011-02-02 Thread Archit Taneja
OMAP2 has an irq line dedicated for DISPC interrupts, there is no DSI on omap2. OMAP3 has a common irq line for DISPC and DSI interrupts. OMAP4 has seperate irq lines for DISPC and DSI Interrupts. Use dss_features to have a common DSS irq handler for all OMAP revisions. Also, use a member of the

Re: [PATCH 2/6] omap4: prcm: Fix the CPUx clockdomain offsets

2011-02-02 Thread Cousson, Benoit
On 2/2/2011 2:20 AM, Hilman, Kevin wrote: Santosh Shilimkarsantosh.shilim...@ti.com writes: CPU0 and CPU1 clockdomain is at the offset of 0x18 from the LPRM base. The header file has set it wrongly to 0x0. Offset 0x0 is for CPUx power domain control register Fix the same. Has this also

Re: [Query]Using vcxio regulator on 4430sdp

2011-02-02 Thread Mark Brown
On Wed, Feb 02, 2011 at 05:00:13PM +0530, archit taneja wrote: How can I implement regulator_enable/disable calls in my driver for a consumer of vcxio without disturbing the mpu and iva etc consumers which don't use regulator api to enable/disable the regulator at all. Set the regulator

Re: Handling multiple watchdogs

2011-02-02 Thread Alan Cox
1) make sure that we have the new watchdog core infrastructure going in for 2.6.32. This new core integrates the common code that we use over and over again. I once wrote code for it and then Alan had different ideas and thoughts and wrote his updated code. I reviewed that and I am

Re: [PATCH] arm: omap4: panda: remove usb_nop_xceiv_register(v1)

2011-02-02 Thread Felipe Balbi
Tony, On Wed, Jan 05, 2011 at 10:03:21PM +0800, tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com Panda uses both twl6030 otg phy(vbus, id) and internal phy(data lines, DP/DM), so removes usb_nop_xceiv_register to make twl6030 otg driver working since current otg code only

Re: [PATCH] arm: omap4: panda: remove usb_nop_xceiv_register(v1)

2011-02-02 Thread Felipe Balbi
On Wed, Feb 02, 2011 at 01:37:17PM +0200, Felipe Balbi wrote: Tony, On Wed, Jan 05, 2011 at 10:03:21PM +0800, tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com Panda uses both twl6030 otg phy(vbus, id) and internal phy(data lines, DP/DM), so removes

[PATCH v6 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-02-02 Thread Govindraj.R
Changes invloves: 1) Addition of hwmod data for omap2/3/4. 2) McSPI driver hwmod adaptation with cleanup of base address macros and using omap-device API's. 3) Runtime Conversion of McSPI driver. Changes from v5: --- Rebased on top of 2.6.38-rc3 as per Kevin's

[PATCH v6 4/6] OMAP4: hwmod data: Add McSPI

2011-02-02 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 Acked-by: Grant Likely grant.lik...@secretlab.ca ---

[PATCH v6 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-02-02 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

[PATCH v6 1/6] OMAP2420: hwmod data: Add McSPI

2011-02-02 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 v6 2/6] OMAP2430: hwmod data: Add McSPI

2011-02-02 Thread Govindraj.R
From: Charulatha V ch...@ti.com Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V ch...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219

[PATCH v6 3/6] OMAP3: hwmod data: Add McSPI

2011-02-02 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 Acked-by: Grant Likely grant.lik...@secretlab.ca --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280

[PATCH v6 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-02-02 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 v5 0/4] Introduce hardware spinlock framework

2011-02-02 Thread Ohad Ben-Cohen
OMAP4 introduces a Hardware Spinlock device, which provides hardware assistance for synchronization and mutual exclusion between heterogeneous processors and those not operating under a single, shared operating system (e.g. OMAP4 has dual Cortex-A9, dual Cortex-M3 and a C64x+ DSP). The intention

[PATCH v5 2/4] drivers: hwspinlock: add OMAP implementation

2011-02-02 Thread Ohad Ben-Cohen
From: Simon Que s...@ti.com Add hwspinlock support for the OMAP4 Hardware Spinlock device. The Hardware Spinlock device on OMAP4 provides hardware assistance for synchronization between the multiple processors in the system (dual Cortex-A9, dual Cortex-M3 and a C64x+ DSP). [o...@wizery.com:

[PATCH v5 1/4] drivers: hwspinlock: add framework

2011-02-02 Thread Ohad Ben-Cohen
Add a platform-independent hwspinlock framework. Hardware spinlock devices are needed, e.g., in order to access data that is shared between remote processors, that otherwise have no alternative mechanism to accomplish synchronization and mutual exclusion operations. Signed-off-by: Ohad Ben-Cohen

[PATCH v5 3/4] OMAP4: hwmod data: Add hwspinlock

2011-02-02 Thread Ohad Ben-Cohen
From: Benoit Cousson b-cous...@ti.com Add hwspinlock hwmod data for OMAP4 chip Signed-off-by: Cousson, Benoit b-cous...@ti.com Signed-off-by: Hari Kanigeri h-kanige...@ti.com Signed-off-by: Ohad Ben-Cohen o...@wizery.com Cc: Paul Walmsley p...@pwsan.com Acked-by: Tony Lindgren t...@atomide.com

[PATCH v5 4/4] omap: add hwspinlock device

2011-02-02 Thread Ohad Ben-Cohen
From: Simon Que s...@ti.com Build and register an hwspinlock platform device. Although only OMAP4 supports the hardware spinlock module (for now), it is still safe to run this initcall on all omaps, because hwmod lookup will simply fail on hwspinlock-less platforms. Signed-off-by: Simon Que

Re: [PATCH v4 1/4] drivers: hwspinlock: add framework

2011-02-02 Thread Russell King - ARM Linux
On Tue, Feb 01, 2011 at 10:12:38AM +0200, Ohad Ben-Cohen wrote: On Tue, Feb 1, 2011 at 9:40 AM, Andrew Morton a...@linux-foundation.org wrote: On Tue, 1 Feb 2011 09:36:22 +0200 Ohad Ben-Cohen o...@wizery.com wrote: On Tue, Feb 1, 2011 at 8:38 AM, Andrew Morton a...@linux-foundation.org

[PATCH] omap: use fncpy to copy the PM code functions to SRAM

2011-02-02 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com The new fncpy API is better suited* for copying some code to SRAM at runtime. This patch changes the ad-hoc code to the more generic fncpy API. *: 1. fncpy ensures that the thumb mode bit is propagated, 2. fncpy provides the security of type safety between the

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-02 Thread Jean Pihet
On Wed, Feb 2, 2011 at 1:01 AM, Tony Lindgren t...@atomide.com wrote: * Dave Martin dave.mar...@linaro.org [110201 08:34]: On Tue, Jan 25, 2011 at 5:48 PM,  jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy

[PATCH 0/5] OMAP: HSMMC: hwmod adaptation

2011-02-02 Thread Kishore Kadiyala
Adding hwmod data for hsmmc device on OMAP2420/OMAP2430/OMAP3/OMAP4. Adapting the omap_hsmmc driver to hwmod framework. The patch series is based on v2.6.38-rc3 and tested on OMAP4430SDP OMAP3430SDP. Testing pending on OMAP2420SDP OMAP2430SDP since mmc/sd cards are not getting detected.

[PATCH 1/5] OMAP2420: hwmod data: Add HSMMC

2011-02-02 Thread Kishore Kadiyala
Update the omap2420 hwmod data with the HSMMC info. Add a device attribute structure which will be used by the host driver to find whether the HSMMC controller supports DUAL VOLT cards. Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 88

[PATCH 5/5] OMAP: devices: Modify HSMMC device to adapt to hwmod framework

2011-02-02 Thread Kishore Kadiyala
Changes involves: 1) Remove controller reset in devices.c which is taken care by hwmod framework. 2) Removing all base address macro defines. 3) Using omap-device layer to register device and utilizing data from hwmod data file for base address, dma channel number, Irq_number, device

[PATCH 3/5] OMAP3: hwmod data: Add HSMMC

2011-02-02 Thread Kishore Kadiyala
From: Paul Walmsley p...@pwsan.com Update the omap3 hwmod data with the HSMMC info. Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Kishore Kadiyala kishore.kadiy...@ti.com ---

[PATCH 4/5] OMAP4: hwmod data: Add HSMMC

2011-02-02 Thread Kishore Kadiyala
From: Benoit Cousson b-cous...@ti.com Update the omap4 hwmod data with the HSMMC info. 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 | 339 1 files changed, 339

[PATCH 2/5] OMAP2430: hwmod data: Add HSMMC

2011-02-02 Thread Kishore Kadiyala
From: Paul Walmsley p...@pwsan.com Update the omap2430 hwmod data with the HSMMC info. Also update the device attribute structure. Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by:

[PATCH 1/2] ads7846: fix gpio free without requesting

2011-02-02 Thread Sourav Poddar
gpio_pendown in ads7846_probe is not getting initalized (defaulted to 0) resulting in gpio_free being called without a gpio_request. This results in the following backtrace in bootup (at least on an OMAP3430 SDP). [ cut here ] WARNING: at drivers/gpio/gpiolib.c:1258

[PATCH 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-02 Thread Sourav Poddar
The ads7846 driver requests a gpio to detect pendown events, but does not configure its direction. Configure this gpio as an input after requesting it. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/input/touchscreen/ads7846.c |1 + 1 files changed, 1 insertions(+), 0

Re: [PATCH 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-02 Thread Felipe Balbi
Hi, On Wed, Feb 02, 2011 at 09:00:46PM +0530, Sourav Poddar wrote: The ads7846 driver requests a gpio to detect pendown events, but does not configure its direction. Configure this gpio as an input after requesting it. Signed-off-by: Sourav Poddar sourav.pod...@ti.com ---

[PATCH 0/2] ARM IRQ Kconfig Changes

2011-02-02 Thread Felipe Balbi
The following two patches are simple fixes, the first one fixes a mistake on a previous commit and the second one lets OMAP use sparse IRQ numbering scheme. Boot tested on pandaboard. Note that this is a rebased version of older patchset [1] which was resent later [2] but nobody took action on

[PATCH 1/2] arm: Kconfig: select correct HAVE_SPARSE_IRQ symbol

2011-02-02 Thread Felipe Balbi
commit e2a93ecc7fc469dab52323c11a2d8ceaa62aac7b (ARM: Use genirq definitions from kernel/irq/Kconfig) made ARM Kconfig use the generic Kconfig symbols from kernel/irq/Kconfig but did not fix the boards which were using the older symbols, fix them. Signed-off-by: Felipe Balbi ba...@ti.com ---

[PATCH 2/2] arm: Kconfig: allow OMAP to use sparse IRQ numbering

2011-02-02 Thread Felipe Balbi
Select HAVE_SPARSE_IRQ to allow OMAP to use sparse IRQ numbering scheme. The main difference is that irq_descs will be added to a radix tree instead of a static array. Signed-off-by: Felipe Balbi ba...@ti.com --- arch/arm/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

Re: ARM Architecture and GENERIC_CMOS_UPDATE

2011-02-02 Thread Grant Erickson
On 2/1/11 2:32 PM, Tony Lindgren wrote: * Grant Erickson maratho...@gmail.com [110128 16:34]: Is there any reason, to date, that the ARM architecture has not had the following kernel configuration option? config GENERIC_CMOS_UPDATE def_bool y Looks like it would just require

RE: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-02 Thread Anand Gadiyar
Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [110201 04:54]: I believe this fix is fixing your reboot issue, but it's breaking EHCI support on the SDP. The MODE4 above should really be MODE3 - all GPIOs are on MODE3. By changing The patch snippet below fixes EHCI on the

[PATCH v5 3/5] OMAP4: hwmod data: add mailbox data

2011-02-02 Thread Omar Ramirez Luna
From: Benoit Cousson b-cous...@ti.com Mailbox hwmod data for omap4. Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 67 1 files changed, 67 insertions(+), 0

[PATCH v5 4/5] OMAP: mailbox: build device using omap_device/omap_hwmod

2011-02-02 Thread Omar Ramirez Luna
From: Felipe Contreras felipe.contre...@gmail.com Remove static platform_device and resource data within omap mailbox driver; use the one defined in the hwmod database along with omap_device framework for device build and registration. Add device latency functions to be used, so clock can be

[PATCH v5 0/5] omap: mailbox: hwmod support

2011-02-02 Thread Omar Ramirez Luna
Mailbox hwmod support for OMAP 2,3,4. This was tested on OMAP3 (3430, 3630), minor testing was made on OMAP4. No testing on OMAP2 since I don't have the hardware. Highlights from v5 include the comments received from previous version v4[1]. Benoit Cousson (1): OMAP4: hwmod data: add mailbox

[PATCH v5 1/5] OMAP2: hwmod data: add mailbox data

2011-02-02 Thread Omar Ramirez Luna
From: omar ramirez omar.rami...@ti.com Mailbox hwmod data for omap2430 and 2420. Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 74 arch/arm/mach-omap2/omap_hwmod_2430_data.c | 73 +++

[PATCH v5 5/5] OMAP: mailbox: use runtime pm for clk and sysc handling

2011-02-02 Thread Omar Ramirez Luna
Use runtime pm APIs to enable/disable mailbox clocks and to configure SYSC register. Based on the patch sent by Felipe Contreras: https://patchwork.kernel.org/patch/101662/ Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/mailbox.c | 67

[PATCH v5 2/5] OMAP3: hwmod data: add mailbox data

2011-02-02 Thread Omar Ramirez Luna
From: Felipe Contreras felipe.contre...@gmail.com Mailbox hwmod data for omap3. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 72 1 files changed, 72

Re: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-02 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [110201 22:04]: It's a ES1.0 blaze, with the patch below it reboots early during the boot. I also have to disable omap_l2_cache_init on this board to get it to boot. Do you still get this problem with 'omap_l2_cache_init' ? As reported

Re: [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

2011-02-02 Thread Tony Lindgren
* Anand Gadiyar gadi...@ti.com [110202 10:51]: Tony Lindgren wrote: * Anand Gadiyar gadi...@ti.com [110201 04:54]: I believe this fix is fixing your reboot issue, but it's breaking EHCI support on the SDP. The MODE4 above should really be MODE3 - all GPIOs are on MODE3. By

Re: [PATCH 0/2] IOMMU error message cleanup

2011-02-02 Thread Tony Lindgren
Hi David, * David Cohen david.co...@nokia.com [110131 09:24]: From: David Cohen david@dhcppc2.(none) Hi, OMAP IOMMU prints error messages twice. These patches remove the error message from the OMAP2,3 specific implementation and let them to be printed on the above layer only. Can you

Re: [PATCH 2/2] arm: Kconfig: allow OMAP to use sparse IRQ numbering

2011-02-02 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [110202 08:31]: Select HAVE_SPARSE_IRQ to allow OMAP to use sparse IRQ numbering scheme. The main difference is that irq_descs will be added to a radix tree instead of a static array. Signed-off-by: Felipe Balbi ba...@ti.com Assuming these two will go through

Re: [PATCH] arm: omap4: panda: remove usb_nop_xceiv_register(v1)

2011-02-02 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [110202 03:56]: On Wed, Feb 02, 2011 at 01:37:17PM +0200, Felipe Balbi wrote: Tony, On Wed, Jan 05, 2011 at 10:03:21PM +0800, tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com Panda uses both twl6030 otg phy(vbus, id) and internal

Determining reason for power-up : warm or cold boot

2011-02-02 Thread Elvis Dowson
Hi, Is there a register that I can read, to determine if an OMAP34xx chip was powered up because of a cold boot (power cycled off to on), or a warm boot (software initiated reset or software initiated reboot)? Elvis Dowson -- To unsubscribe from this list: send the line unsubscribe

Re: Determining reason for power-up : warm or cold boot

2011-02-02 Thread Jon Hunter
On 2/2/2011 3:03 PM, Elvis Dowson wrote: Hi, Is there a register that I can read, to determine if an OMAP34xx chip was powered up because of a cold boot (power cycled off to on), or a warm boot (software initiated reset or software initiated reboot)? Yes, you can read the PRM_RSTST

Re: [PATCH 1/6] omap4: powerdomain: Add supported INACTIVE power state

2011-02-02 Thread Kevin Hilman
Rajendra Nayak rna...@ti.com writes: Hi Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@ti.com] Sent: Wednesday, February 02, 2011 6:49 AM To: Santosh Shilimkar Cc: linux-omap@vger.kernel.org; p...@pwsan.com; b-cous...@ti.com; rna...@ti.com; linux-arm-

Re: [PATCH V2] OMAP3: PM: Set/reset T2 bit for Smartreflex on TWL.

2011-02-02 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Kevin Hilman wrote, on 02/02/2011 04:11 AM: Shweta Gulatishweta.gul...@ti.com writes: From: Thara Gopinathth...@ti.com The smartreflex bit on twl4030 needs to be enabled by default irrespective of whether smartreflex module is enabled on the OMAP side or

RE: [PATCH 1/6] omap4: powerdomain: Add supported INACTIVE power state

2011-02-02 Thread Paul Walmsley
On Tue, 1 Feb 2011, Santosh Shilimkar wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, February 01, 2011 4:44 AM What does the hardware do when the powerdomain is programmed to INACTIVE? Does it actually force the clockdomains idle? No.

Re: [PATCH 01/13] OMAP: Introduce accessory APIs for DVFS

2011-02-02 Thread Kevin Hilman
Vishwanath BS vishwanath...@ti.com writes: This patch introduces accessory APIs for DVFS. Actually, it begins the implementation of a DVFS layer. Data structures added: 1. omap_dev_user_list: This structure maintains list of frequency requests per device basis. When a device needs to be

Re: Setting MMC_CAP_POWER_OFF_CARD on mmc2 leads to filesystem problems on mmc1

2011-02-02 Thread Tony Lindgren
* Ohad Ben-Cohen o...@wizery.com [110202 00:00]: On Wed, Feb 2, 2011 at 2:11 AM, Tony Lindgren t...@atomide.com wrote: * Ohad Ben-Cohen o...@wizery.com [110122 07:47]: On Sat, Jan 22, 2011 at 5:30 PM, Koen Kooi k...@dominion.thruhere.net wrote: That was indeed the problem, not I get:

Re: [PATCH V2] OMAP3: PM: Set/reset T2 bit for Smartreflex on TWL.

2011-02-02 Thread Nishanth Menon
Kevin Hilman wrote, on 02/03/2011 03:09 AM: Nishanth Menonn...@ti.com writes: Kevin Hilman wrote, on 02/02/2011 04:11 AM: Shweta Gulatishweta.gul...@ti.com writes: From: Thara Gopinathth...@ti.com The smartreflex bit on twl4030 needs to be enabled by default irrespective of whether

Re: [PATCH 1/2] ads7846: fix gpio free without requesting

2011-02-02 Thread Varadarajan, Charulatha
Sourav, On Wed, Feb 2, 2011 at 21:00, Sourav Poddar sourav.pod...@ti.com wrote: gpio_pendown in ads7846_probe is not getting initalized (defaulted to 0) resulting in gpio_free being called without a gpio_request. This results in the following backtrace in bootup (at least on an OMAP3430 SDP).

Re: [PATCH 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-02 Thread Varadarajan, Charulatha
On Wed, Feb 2, 2011 at 21:00, Sourav Poddar sourav.pod...@ti.com wrote: The ads7846 driver requests a gpio to detect pendown events, but does not configure its direction. Configure this gpio as an input after requesting it. NACK to this patch too for similar reasons as in patch1 of this

RE: [PATCH 1/5 v5] OMAP2430: hwmod data: Add USBOTG

2011-02-02 Thread Hema Kalliguddi
Hi, -Original Message- From: Hema HK [mailto:hem...@ti.com] Sent: Friday, December 10, 2010 8:06 PM To: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Hema HK; Felipe Balbi; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley Subject: [PATCH 1/5 v5] OMAP2430: hwmod

RE: [PATCH 3/5 v5] OMAP4430: hwmod data: Adding USBOTG

2011-02-02 Thread Hema Kalliguddi
Hi, -Original Message- From: Hema HK [mailto:hem...@ti.com] Sent: Friday, December 10, 2010 8:06 PM To: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Hema HK; Felipe Balbi; Tony Lindgren; Kevin Hilman; Paul Walmsley Subject: [PATCH 3/5 v5] OMAP4430: hwmod

RE: [PATCH 2/5 v5] OMAP3xxx: hwmod data: Add USBOTG

2011-02-02 Thread Hema Kalliguddi
Hi, -Original Message- From: Hema HK [mailto:hem...@ti.com] Sent: Friday, December 10, 2010 8:06 PM To: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Hema HK; Felipe Balbi; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley Subject: [PATCH 2/5 v5] OMAP3xxx: hwmod

RE: [PATCH 4/5 v5] OMAP2+: musb: HWMOD adaptation for musb.

2011-02-02 Thread Hema Kalliguddi
Hi, -Original Message- From: Hema HK [mailto:hem...@ti.com] Sent: Friday, December 10, 2010 8:06 PM To: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Hema HK; Felipe Balbi; Tony Lindgren; Kevin Hilman; Cousson, Benoit; Paul Walmsley Subject: [PATCH 4/5 v5] OMAP2+: musb: HWMOD

Re: [PATCH 0/4] omap4: hsmmc: Adding ADMA support

2011-02-02 Thread Kadiyala, Kishore
Tony, On Thu, Jan 20, 2011 at 11:12 PM, Tony Lindgren t...@atomide.com wrote: * Kishore Kadiyala kishore.kadiy...@ti.com [110118 09:19]: This patch series adds support for ADMA on MMC1 MMC2 controllers on OMAP4. There is no performance improvement observed using ADMA over SDMA. Advantage

RE: [PATCH 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-02 Thread Anand Gadiyar
Varadarajan, Charulatha wrote: On Wed, Feb 2, 2011 at 21:00, Sourav Poddar sourav.pod...@ti.com wrote: The ads7846 driver requests a gpio to detect pendown events, but does not configure its direction. Configure this gpio as an input after requesting it. NACK to this patch too for

Re: [PATCH 2/2] Input: ads7846 - configure pendown gpio as input

2011-02-02 Thread Varadarajan, Charulatha
On Thu, Feb 3, 2011 at 12:06, Anand Gadiyar gadi...@ti.com wrote: Varadarajan, Charulatha wrote: On Wed, Feb 2, 2011 at 21:00, Sourav Poddar sourav.pod...@ti.com wrote: The ads7846 driver requests a gpio to detect pendown events, but does not configure its direction. Configure this gpio