Re: [GIT PULL 5/5] minimal omap5 support for v3.6 merge window

2012-07-11 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [120710 08:57]: On Tuesday 10 July 2012, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [120710 06:21]: The following changes since commit fb584511c4664573097ece7df0de06ad00b713a2: ARM: OMAP: sdrc: Fix the build break for OMAP4 only builds

Re: [PATCH v5 3/3] ARM: OMAP2+: onenand: prepare for gpmc driver migration

2012-07-11 Thread Tony Lindgren
* Jon Hunter jon-hun...@ti.com [120710 10:20]: Hi Afzal, On 07/10/2012 08:47 AM, Mohammed, Afzal wrote: Hi Tony, On Tue, Jul 10, 2012 at 18:47:34, Tony Lindgren wrote: * Mohammed, Afzal af...@ti.com [120710 03:09]: On Tue, Jul 10, 2012 at 15:15:38, Tony Lindgren wrote: * Mohammed,

Re: [GIT PULL 2/5] omap board changes for v3.6 merge window

2012-07-11 Thread Tony Lindgren
* Zumeng Chen zumeng.c...@windriver.com [120710 17:57]: 于 2012年07月10日 23:34, Arnd Bergmann 写道: I got a conflict in arch/arm/mach-omap2/common-board-devices.c between 16aced80f6739 ARM: OMAP3530evm: set pendown_state and debounce time for ads7846 and 97ee9f01d6f26 ARM: OMAP: fix the ads7846

RE: [PATCH 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-11 Thread Gupta, Ajay Kumar
Hi, On Mon, Jul 9, 2012 at 7:18 PM, Damodar Santhapuri x0132...@ti.com [...] Avoid getting resource by name.. With dt, you wont be able to do those.. When we are completely on DT then this would anyways go and we can get these resource data for each usb port from DT APIs.

Re: dtb for pandaboard

2012-07-11 Thread Tony Lindgren
* Dennis Gilmore den...@ausil.us [120710 16:16]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Jul 2012 02:08:49 -0700 Tony Lindgren t...@atomide.com wrote: * Dennis Gilmore den...@ausil.us [120708 16:11]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi does

Re: [PATCH v2 RESEND 0/3] Watchdog: OMAP: bootstatus fix for omap3 and changes for the current watchdog framework

2012-07-11 Thread Zumeng Chen
The same case works well on am335xevm but with a new patch in mach-omap2/prcm.c I'll send it later. root@ti-omap3:~# uname -a Linux ti-omap3 3.4.3-00635-g82d1d26-dirty #32 Wed Jul 11 16:02:12 CST 2012 armv7l GNU/Linux root@ti-omap3:~# dmesg|grep WDT [ 1.921173] omap_wdt: OMAP WDTimer Rev 0x01:

[PATCH 1/2] gpio/omap: move bank-dbck initialization to omap_gpio_mod_init()

2012-07-11 Thread Tarun Kanti DebBarma
Since the bank-dbck initialization in a one time operation there is no need to keep this within gpio_debounce(). Therefore, moving clk_get(bank-dbck) to omap_gpio_mod_init(). Since the value of bank-dbck would be NULL at the beginning, this check has been removed. Signed-off-by: Tarun Kanti

[PATCH 2/2] gpio/omap: add *remove* callback in platform_driver

2012-07-11 Thread Tarun Kanti DebBarma
Add *remove* callback so that necessary cleanup operations are performed when device is unregistered. The device is deleted from the list and associated clock handle is released by calling clk_put() and irq descriptor is released using the irq_free_desc() api. Signed-off-by: Tarun Kanti DebBarma

Re: [PATCH] OMAP: USB : Fix the EHCI enumeration and core retention issue

2012-07-11 Thread Samuel Ortiz
Hi Keshava, Kevin, On Fri, Jul 06, 2012 at 05:29:00PM +0530, Munegowda, Keshava wrote: Samuel I have sent that patch to disable the ehci in omap2plus_defconfig; after merging that please merge this patch too. This will fix the crashes in during boot with NFS in beagleXM I'm going

[PATCH v2 1/3] arm: omap: hwmod: add new memory resource for usb phy control

2012-07-11 Thread Damodar Santhapuri
From: Ajay Kumar Gupta ajay.gu...@ti.com Added usb_ctrl0 and usb_ctrl1 base address as new memory resources which will be used at am335x musb driver glue layer to turn on or off builin PHY untill we have a separate system control module driver. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com

[PATCH v2 3/3] usb: musb: dsps: enable phy control for am335x

2012-07-11 Thread Damodar Santhapuri
From: Ajay Kumar Gupta ajay.gu...@ti.com Enabled the phy control logic for am335x also based on usbss revision register. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Damodar Santhapuri x0132...@ti.com --- arch/arm/plat-omap/include/plat/usb.h |1 +

[PATCH v2 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-11 Thread Damodar Santhapuri
From: Ajay Kumar Gupta ajay.gu...@ti.com AM335x uses NOP transceiver driver and need to enable builtin PHY by writing into usb_ctrl register available in system control module register space. This is being added at musb glue driver layer untill a separate system control module driver is

Re: [PATCH v2 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-11 Thread ABRAHAM, KISHON VIJAY
Hi, On Wed, Jul 11, 2012 at 3:59 PM, Damodar Santhapuri x0132...@ti.com wrote: From: Ajay Kumar Gupta ajay.gu...@ti.com AM335x uses NOP transceiver driver and need to enable builtin PHY by writing into usb_ctrl register available in system control module register space. This is being added

RE: [PATCH v2 2/3] usb: musb: dsps: add phy control logic to glue

2012-07-11 Thread Gupta, Ajay Kumar
Hi, On Wed, Jul 11, 2012 at 3:59 PM, Damodar Santhapuri x0132...@ti.com wrote: From: Ajay Kumar Gupta ajay.gu...@ti.com AM335x uses NOP transceiver driver and need to enable builtin PHY by writing into usb_ctrl register available in system control module register space. This is being

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Joe Woodward
-Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org linux-omap@vger.kernel.org Date: Tue, 10 Jul 2012 16:58:18 -0700 Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? Joe Woodward

Re: [PATCH v4 0/2] add new cache maintenance api

2012-07-11 Thread Gupta, Ramesh
Hi Russell, On Thu, Jul 5, 2012 at 10:50 AM, Gupta, Ramesh grgu...@ti.com wrote: From 393c4effbbec74ff9b969d53ce4d36fde56b71df Mon Sep 17 00:00:00 2001 From: Ramesh Gupta G grgu...@ti.com Date: Wed, 4 Jul 2012 16:43:41 +0530 Subject: [PATCH v4 0/2] add new cache maintenance api This patch

Re: [PATCH v2 1/3] arm: omap: hwmod: add new memory resource for usb phy control

2012-07-11 Thread Sergei Shtylyov
Hello. On 11-07-2012 14:29, Damodar Santhapuri wrote: From: Ajay Kumar Gupta ajay.gu...@ti.com Added usb_ctrl0 and usb_ctrl1 base address as new memory resources which will be used at am335x musb driver glue layer to turn on or off builin PHY untill we have a separate system control module

Re: [PATCH] OMAP: USB : Fix the EHCI enumeration and core retention issue

2012-07-11 Thread Munegowda, Keshava
On Wed, Jul 11, 2012 at 3:59 PM, Samuel Ortiz sa...@linux.intel.com wrote: Hi Keshava, Kevin, On Fri, Jul 06, 2012 at 05:29:00PM +0530, Munegowda, Keshava wrote: Samuel I have sent that patch to disable the ehci in omap2plus_defconfig; after merging that please merge this patch

Re: dtb for pandaboard

2012-07-11 Thread Dennis Gilmore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jul 2012 00:42:33 -0700 Tony Lindgren t...@atomide.com wrote: * Dennis Gilmore den...@ausil.us [120710 16:16]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 9 Jul 2012 02:08:49 -0700 Tony Lindgren t...@atomide.com

Re: [PATCH] OMAP: USB : Fix the EHCI enumeration and core retention issue

2012-07-11 Thread Kevin Hilman
Munegowda, Keshava keshava_mgo...@ti.com writes: On Wed, Jul 11, 2012 at 3:59 PM, Samuel Ortiz sa...@linux.intel.com wrote: Hi Keshava, Kevin, On Fri, Jul 06, 2012 at 05:29:00PM +0530, Munegowda, Keshava wrote: Samuel I have sent that patch to disable the ehci in

Re: [PATCH v4 04/12] gpio/omap: remove saved_wakeup field from struct gpio_bank

2012-07-11 Thread Roger Quadros
On 07/09/2012 03:30 PM, DebBarma, Tarun Kanti wrote: On Mon, Jul 9, 2012 at 5:21 PM, Roger Quadros rog...@ti.com wrote: Tarun, On 07/09/2012 02:16 PM, DebBarma, Tarun Kanti wrote: Hi Roger, On Mon, Jul 9, 2012 at 3:13 PM, Roger Quadros rog...@ti.com wrote: Hi, Just bumped across this

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread T Krishnamoorthy, Balaji
On Wed, Jul 11, 2012 at 4:20 PM, Joe Woodward j...@terrafix.co.uk wrote: -Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org linux-omap@vger.kernel.org Date: Tue, 10 Jul 2012 16:58:18 -0700 Subject: Re: PM/RTC

Re: [PATCH] OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displays

2012-07-11 Thread Greg KH
On Thu, Jun 21, 2012 at 12:53:46PM +0300, Tomi Valkeinen wrote: This is a fix for v3.4 stable kernel. Mainline commit is 3568f2a46f2a73bab18c914df06afd98a97e0e0e. As a clarification to the original commit description below: when the bug happens the display does not show anything. Now applied,

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
Joe Woodward j...@terrafix.co.uk writes: -Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org linux-omap@vger.kernel.org Date: Tue, 10 Jul 2012 16:58:18 -0700 Subject: Re: PM/RTC 3.5-rc5: System suspends fails when

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Mark A. Greer
On Wed, Jul 11, 2012 at 10:07:06AM -0700, Kevin Hilman wrote: Joe Woodward j...@terrafix.co.uk writes: -Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org linux-omap@vger.kernel.org Date: Tue, 10 Jul 2012

Re: [PATCH 1/2] gpio/omap: move bank-dbck initialization to omap_gpio_mod_init()

2012-07-11 Thread Paul Walmsley
On Wed, 11 Jul 2012, Tarun Kanti DebBarma wrote: Since the bank-dbck initialization in a one time operation there is no need to keep this within gpio_debounce(). Therefore, moving clk_get(bank-dbck) to omap_gpio_mod_init(). Since the value of bank-dbck would be NULL at the beginning, this

Re: [PATCH 1/2] gpio/omap: move bank-dbck initialization to omap_gpio_mod_init()

2012-07-11 Thread DebBarma, Tarun Kanti
On Wed, Jul 11, 2012 at 11:21 PM, Paul Walmsley p...@pwsan.com wrote: On Wed, 11 Jul 2012, Tarun Kanti DebBarma wrote: Since the bank-dbck initialization in a one time operation there is no need to keep this within gpio_debounce(). Therefore, moving clk_get(bank-dbck) to omap_gpio_mod_init().

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
Mark A. Greer mgr...@animalcreek.com writes: On Wed, Jul 11, 2012 at 10:07:06AM -0700, Kevin Hilman wrote: Joe Woodward j...@terrafix.co.uk writes: -Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
+Paul Kevin Hilman khil...@ti.com writes: Joe Woodward j...@terrafix.co.uk writes: -Original Message- From: Kevin Hilman khil...@ti.com To: Joe Woodward j...@terrafix.co.uk Cc: linux-omap\@vger.kernel.org linux-omap@vger.kernel.org Date: Tue, 10 Jul 2012 16:58:18 -0700 Subject:

mismerge of 'omap-cleanup-for-v3.6' into tmp-merge

2012-07-11 Thread Kevin Hilman
Hi Tony, In your current master branch, commit 3dd50d054 (Merge tag 'omap-cleanup-for-v3.6' into tmp-merge) added back the mpu_3xxx_clkdm into the common clockdomains that was removed by commit 16e5e2c47 (ARM: OMAP AM35x: clockdomain data: Fix clockdomain dependencies) This causes duplicate

RE: [PATCH] ARM: OMAP2+: hwmod: Hook-up am33xx support in omap_hwmod framework

2012-07-11 Thread Paul Walmsley
On Wed, 11 Jul 2012, Hiremath, Vaibhav wrote: Agreed, but would it make sense to include in v3.6 merge window? Barring force majeure, I'm pretty much done with patches for the v3.6 merge window. Am working on this patch and the AM33xx hwmod data for v3.7. - Paul -- To unsubscribe from this

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Omar Ramirez Luna
On 11 July 2012 12:07, Kevin Hilman khil...@ti.com wrote: ... [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine channel 62 [2.325256] omap_hsmmc omap_hsmmc.1: Failed to get debounce clk [2.331512]

Re: suspend broken on 3.5-rc1?

2012-07-11 Thread Omar Ramirez Luna
On 12 June 2012 07:01, Rajendra Nayak rna...@ti.com wrote: On Friday 08 June 2012 06:46 PM, Rajendra Nayak wrote: On Friday 08 June 2012 06:35 PM, Tero Kristo wrote: On Fri, 2012-06-08 at 17:55 +0530, Rajendra Nayak wrote: On Friday 08 June 2012 04:26 PM, Tony Lindgren wrote: * Rajendra

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
Omar Ramirez Luna omar.l...@linaro.org writes: On 11 July 2012 12:07, Kevin Hilman khil...@ti.com wrote: ... [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine channel 62 [2.325256] omap_hsmmc

Re: suspend broken on 3.5-rc1?

2012-07-11 Thread Kevin Hilman
Omar Ramirez Luna omar.l...@linaro.org writes: On 12 June 2012 07:01, Rajendra Nayak rna...@ti.com wrote: [...] ..anyone knows of any more fixes going around? I'm seeing the same thing, it gets stuck trying to enable CPU1, tried this with pm-20120710 from linux-omap-pm and current LO

Re: [PATCH 1/2] gpio/omap: move bank-dbck initialization to omap_gpio_mod_init()

2012-07-11 Thread Linus Walleij
On Wed, Jul 11, 2012 at 11:13 AM, Tarun Kanti DebBarma tarun.ka...@ti.com wrote: Since the bank-dbck initialization in a one time operation there is no need to keep this within gpio_debounce(). Therefore, moving clk_get(bank-dbck) to omap_gpio_mod_init(). Since the value of bank-dbck would be

Re: [PATCH 2/2] gpio/omap: add *remove* callback in platform_driver

2012-07-11 Thread Linus Walleij
On Wed, Jul 11, 2012 at 11:13 AM, Tarun Kanti DebBarma tarun.ka...@ti.com wrote: Add *remove* callback so that necessary cleanup operations are performed when device is unregistered. The device is deleted from the list and associated clock handle is released by calling clk_put() and irq

Re: [PATCH] ARM: OMAP: fix the ads7846 init code

2012-07-11 Thread Kevin Hilman
Hi Igor, Igor Grinberg grinb...@compulab.co.il writes: In case a board provides the gpio_pendown and not board_pdata, the GPIO debounce is not taken care of. Fix this by taking care of GPIO debounce in any case. Signed-off-by: Igor Grinberg grinb...@compulab.co.il I just notice this this

[PATCH] ARM: OMAP2+: ads7846 init: fix fault caused by freeing pen-down GPIO

2012-07-11 Thread Kevin Hilman
commit 97ee9f01d6 (ARM: OMAP: fix the ads7846 init code) mistakenly frees the pen-down GPIO even though it will be used by the ads7846 driver. Freeing a GPIO means that the GPIO bank containing that GPIO can be runtime suspended if its the last/only GPIO being used in that bank. If the GPIO bank

Re: [PATCH 2/2] gpio/omap: add *remove* callback in platform_driver

2012-07-11 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: Add *remove* callback so that necessary cleanup operations are performed when device is unregistered. How was this tested? on what platforms? The device is deleted from the list and associated clock handle is released by calling clk_put()

Re: suspend broken on 3.5-rc1?

2012-07-11 Thread Omar Ramirez Luna
Hi Kevin, On 11 July 2012 16:42, Kevin Hilman khil...@ti.com wrote: Omar Ramirez Luna omar.l...@linaro.org writes: On 12 June 2012 07:01, Rajendra Nayak rna...@ti.com wrote: [...] ..anyone knows of any more fixes going around? I'm seeing the same thing, it gets stuck trying to enable

Re: suspend broken on 3.5-rc1?

2012-07-11 Thread Rajendra Nayak
On Thursday 12 July 2012 05:28 AM, Omar Ramirez Luna wrote: I suspect this might be specific to 4460 as Rajendra reported it was working for him on 4430 but not on 4460, I haven't tried 4430 but let me see if I can find one. Yes, this is an issue specific to 4460. The patch 'ARM: OMAP4460:

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Shubhrajyoti
On Thursday 12 July 2012 02:59 AM, Kevin Hilman wrote: Omar Ramirez Luna omar.l...@linaro.org writes: On 11 July 2012 12:07, Kevin Hilman khil...@ti.com wrote: ... [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX