[PATCH] PM debug: Fix problems with PM timers

2009-01-26 Thread Tero Kristo
Camera sleep deny fix introduced a problem that broke MPU state timers, this is now fixed. Also removed DPLL* powerdomain timers from the status dumps. Signed-off-by: Tero Kristo tero.kri...@nokia.com --- arch/arm/mach-omap2/pm-debug.c |3 ++- arch/arm/mach-omap2/pm34xx.c |3 +-- 2

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread Kalle Valo
Tony Lindgren t...@atomide.com writes: diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index b451369..d8bef8c 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_SENSORS_PCA9539)+= pca9539.o

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread David Brownell
On Monday 26 January 2009, Kalle Valo wrote: I'll also remove drivers/i2c/chips/menelaus.c. Thanks. It's nice to see drivers going to upstream. That driver has been upstream for quite a long time now. This change was just helping scrub drivers/i2c/chips, since it's going away. That means

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread Tony Lindgren
* David Brownell davi...@pacbell.net [090126 13:41]: On Monday 26 January 2009, Kalle Valo wrote: I'll also remove drivers/i2c/chips/menelaus.c. Thanks. It's nice to see drivers going to upstream. That driver has been upstream for quite a long time now. This change was just helping

Fix for Zero sized arch/arm/mach-integrator/clock.h on distclean

2009-01-26 Thread Aguirre Rodriguez, Sergio Alberto
Hi Tony, I noticed that when doing distclean on the tree, I keep receiving a changed file when I request a distclean: saagui...@x0091359-linux:~/linux-omap-2.6$ git status # On branch camera-submit-6-nokiafixes # Changed but not updated: # (use git add/rm file... to update what will be

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread David Brownell
On Monday 26 January 2009, Tony Lindgren wrote: That means all drivers which the OMAP tree has in that directory should be pushed upstream, or at least moved to a better home, soon ... :) Or else we'll just remove them until somebody patches them back against the mainline tree.

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread Felipe Balbi
On Mon, Jan 26, 2009 at 03:17:03PM -0800, David Brownell wrote: On Monday 26 January 2009, Tony Lindgren wrote: That means all drivers which the OMAP tree has in that directory should be pushed upstream, or at least moved to a better home, soon ... :) Or else we'll just remove

Re: [PATCH] Fix compile error in usb-musb.c

2009-01-26 Thread David Brownell
On Sunday 18 January 2009, Tony Lindgren wrote: #if     !defined(CONFIG_ARCH_OMAP730) \ !defined(CONFIG_ARCH_OMAP15XX) \ !defined(CONFIG_ARCH_OMAP16XX) \ !defined(CONFIG_ARCH_OMAP24XX) \ !defined(CONFIG_ARCH_OMAP34XX) #error Power management for this

Re: [PATCH] Fix compile error in usb-musb.c

2009-01-26 Thread Felipe Balbi
On Mon, Jan 26, 2009 at 03:23:42PM -0800, David Brownell wrote: --- a/arch/arm/plat-omap/include/mach/pm.h +++ b/arch/arm/plat-omap/include/mach/pm.h @@ -108,7 +108,7 @@ !defined(CONFIG_ARCH_OMAP15XX) \ !defined(CONFIG_ARCH_OMAP16XX) \ !defined(CONFIG_ARCH_OMAP24XX)

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread Tony Lindgren
* Felipe Balbi m...@felipebalbi.com [090126 15:19]: On Mon, Jan 26, 2009 at 03:17:03PM -0800, David Brownell wrote: On Monday 26 January 2009, Tony Lindgren wrote: That means all drivers which the OMAP tree has in that directory should be pushed upstream, or at least moved to a

Re: [PATCH 3/3] Disable linux-omap version of menelaus

2009-01-26 Thread Felipe Balbi
On Mon, Jan 26, 2009 at 03:27:50PM -0800, Tony Lindgren wrote: * Felipe Balbi m...@felipebalbi.com [090126 15:19]: On Mon, Jan 26, 2009 at 03:17:03PM -0800, David Brownell wrote: On Monday 26 January 2009, Tony Lindgren wrote: That means all drivers which the OMAP tree has in that

Re: [ANNOUNCE:RFC] convert OMAP to use clkdev

2009-01-26 Thread Paul Walmsley
On Sat, 24 Jan 2009, Russell King - ARM Linux wrote: In a bid to clean up the clk API implementations, and more importantly ensure that implementations are using the clk API correctly, I've converted OMAP over to the generic clock lookup (clkdev) implementation. I have some comments on this

Re: [PATCH 2/3v4] Runtime check for OMAP35x

2009-01-26 Thread Tony Lindgren
* Premi, Sanjeev pr...@ti.com [090120 08:42]: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, January 20, 2009 9:07 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 2/3v4] Runtime check for OMAP35x Premi,

Re: [PATCH] OMAP3 McSPI: Adds context save/restore

2009-01-26 Thread Hemanth V
From: Hemanth V heman...@ti.com This patch adds context save/restore feature to McSPI driver. This has been tested by instrumenting the driver code i.e by adding a McSPI softreset in omap2_mcspi_disable_clocks function. This patch includes review comment fixes Signed-off-by: Hemanth V