Re: [PATCH] ARM: OMAP3: Clean up spurious interrupt check logic

2009-04-03 Thread Roger Quadros
ext Tony Lindgren wrote: * Roger Quadros ext-roger.quad...@nokia.com [090402 07:21]: From: Roger Quadros ext-roger.quad...@nokia.com Date: Thu, 2 Apr 2009 16:41:00 +0300 Subject: [PATCH] ARM: OMAP3: Clean up spurious interrupt check logic SPURIOUSIRQ is contained in bits 31:7 of INTC_SIR,

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v2

2009-04-03 Thread Kim Kyuwon
Hi Kevin! Thanks for reviewing this driver again. it is getting better, thanks to you. I will send the new patch very soon and please feel free to criticize it. my answers below: On Wed, Apr 1, 2009 at 9:09 AM, Kevin Hilman khil...@deeprootsystems.com wrote: snip Hi Kim, Thanks for

Re: Git tree updated, clocks and PM code reset to mainline

2009-04-03 Thread Tony Lindgren
* Jarkko Nikula jarkko.nik...@nokia.com [090402 23:15]: On Fri, 3 Apr 2009 02:13:33 +0200 ext Tony Lindgren t...@atomide.com wrote: This means that the PM and some clock features will be broken until we can merge in Paul's clock branch and Kevin's pm branch. Please everybody take a

[PATCH 00/10] OMAP3: SR: Fixes in Smartreflex driver

2009-04-03 Thread Nayak, Rajendra
Hi, This series fixes a set of defects/issues in Smartreflex driver. SR autocompensation is now functional and is validated with these patches on a ES3.1 based SDP with the N values in Efuse. The patches also make the Smartreflex driver independent of SRF by using the OMAP PM apis instead of

[PATCH 01/10] OMAP3: SR: Fix init voltage on OPP change

2009-04-03 Thread Nayak, Rajendra
From: Rajendra Nayak rna...@ti.com This patch fixes a bug wherein the inital voltage was not set correctly on a OPP change Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Jouni Hogander jouni.hogan...@nokia.com --- arch/arm/mach-omap2/smartreflex.c | 42

[PATCH 07/10] OMAP3: SR: Replace printk's with pr_* calls

2009-04-03 Thread Nayak, Rajendra
From: Rajendra Nayak rna...@ti.com This patch replaces all the printk(KERN_* with pr_* calls. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/smartreflex.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) Index:

[PATCH 08/10] OMAP3: SR: Remove redundunt defines

2009-04-03 Thread Nayak, Rajendra
From: Rajendra Nayak rna...@ti.com This patch removes the local defines (PRCM_VDD1/2) in smartreflex driver and uses the already existing global definitions (VDD1_OPP/VDD2_OPP) from omap34xx.h file. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Tero Kristo tero.kri...@nokia.com ---

[PATCH 09/10] OMAP3: SR: Replace SR_PASS/FAIL,SR_TRUE/FALSE

2009-04-03 Thread Nayak, Rajendra
From: Teerth Reddy tee...@ti.com This patch has some cleanup , replacing SR_PASS/FAIL,SR_TRUE/FALSE with standard kernel values. Signed-off-by: Teerth Reddy tee...@ti.com --- arch/arm/mach-omap2/smartreflex.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index:

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v2

2009-04-03 Thread Kevin Hilman
Kim Kyuwon chamm...@gmail.com writes: + +void omap3_get_wakeup_status(struct pm_wakeup_status **pm_wkst) +{ + *pm_wkst = omap3_pm_wkst; +} + Can you rename this to omap3_get_last_wake_state() Actually, I removed this function and I didn't get the WKST registers from the last PRCM

[PATCH 00/02] OMAP3 clock: Remove virtual clock nodes

2009-04-03 Thread Nayak, Rajendra
Hi, This patch set removes the virtual clock node implementation for VDD1/2 on omap3 which was causing issues with recursive locking of spinlocks. All references to virtual clock nodes from resource framework and cpufreq driver are removed. Resource framework now uses individual dpll clock nodes

[PATCH 01/02] OMAP3 clock: Remove virt_vdd1/2_prcm_set

2009-04-03 Thread Nayak, Rajendra
From: Rajendra Nayak rna...@ti.com This patch removes the virtual node implementation from clock f/w. The resource framework which would use these nodes for DVFS is been updated with most functionality internally, which was earlier handled by virtual clock nodes. Signed-off-by: Rajendra Nayak

[PATCH 02/02] OMAP3 clock: Update cpufreq driver

2009-04-03 Thread Nayak, Rajendra
From: Rajendra Nayak rna...@ti.com This patch removes all refrences to virtual clock nodes in CPUFreq driver. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Tero Kristo tero.kri...@nokia.com --- arch/arm/plat-omap/cpu-omap.c |6 +++--- 1 files changed, 3 insertions(+), 3

Re: [PATCH 00/02] OMAP3 clock: Remove virtual clock nodes

2009-04-03 Thread Kevin Hilman
Nayak, Rajendra rna...@ti.com writes: Hi, This patch set removes the virtual clock node implementation for VDD1/2 on omap3 which was causing issues with recursive locking of spinlocks. All references to virtual clock nodes from resource framework and cpufreq driver are removed. Resource

RE: [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3

2009-04-03 Thread Paul Walmsley
On Wed, 1 Apr 2009, Paul Walmsley wrote: On Wed, 1 Apr 2009, Syed Mohammed, Khasim wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gadiyar, Anand Sent: Wednesday, April 01, 2009 1:55 PM To:

RE: [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3

2009-04-03 Thread Gadiyar, Anand
Paul Walmsley wrote: On Wed, 1 Apr 2009, Paul Walmsley wrote: On Wed, 1 Apr 2009, Syed Mohammed, Khasim wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gadiyar, Anand Sent: Wednesday,

Benchmarking: POP flash vs. MMC?

2009-04-03 Thread david . hagood
Has anybody done any benchmarking on POP flash read/write speeds (using JFFS2) vs. MMC/SDHC card access (using ext[234])? Or for that matter, has anybody done any playing around with using the execute in place function of JFFS2 to see if there is any over-all speed advantage (due to reduced

[APPLIED] [linux-omap only][PATCH] ARM: OMAP: Partial revert for EAC IO

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: 7b4c6760b933f3209747b3d158ac4d78dcfb19d9 PatchWorks http://patchwork.kernel.org/patch/16030/ Git

Re: [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3

2009-04-03 Thread Kevin Hilman
Paul Walmsley p...@pwsan.com writes: On Wed, 1 Apr 2009, Paul Walmsley wrote: On Wed, 1 Apr 2009, Syed Mohammed, Khasim wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gadiyar, Anand Sent:

Re: [PATCH 3/4] ARM: OMAP3: Add support for 3430 SDP, v3

2009-04-03 Thread Paul Walmsley
Hello Kevin Could you also include the GPT12 updates that were recently merged from the PM branch that allow GPT12 to be a wakeup source. The GPT12 patches are targeted for a -fixes branch to be sent upstream quickly. On Fri, 3 Apr 2009, Kevin Hilman wrote: $ git log --reverse

[APPLIED] [mainline 2.6.29][PATCH] ARM: OMAP: Remove defines and resource

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: b1a91a303b74b29396ec7c28c7d70a7571f70a9d PatchWorks http://patchwork.kernel.org/patch/16031/ Git

[APPLIED] [PATCH] GPIO: OMAP: Fixed spurious IRQ issue for GPIO interrupts

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: da502fced01eef3610209b7bfb0eed7cc97fdac0 PatchWorks http://patchwork.kernel.org/patch/16046/ Git

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v2

2009-04-03 Thread Kim Kyuwon
Hi Kevin, Thanks for your prompt answer. On Sat, Apr 4, 2009 at 1:12 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Kim Kyuwon chamm...@gmail.com writes: + +void omap3_get_wakeup_status(struct pm_wakeup_status **pm_wkst) +{ +     *pm_wkst = omap3_pm_wkst; +} + Can you rename this

[APPLIED] [PATCH] ARM: OMAP3: Clean up spurious interrupt check logic

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: 7d7137897a95e8bf74f54c0df672ad481b216097 PatchWorks http://patchwork.kernel.org/patch/15920/ Git

[APPLIED] [PATCH] MMC: OMAP: flush posted write to IRQ

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Commit: b420f201e8c3bba92606fb98a032ee019804835d PatchWorks http://patchwork.kernel.org/patch/15779/ Git

Re: Problems while designing TPS65023 regulator driver

2009-04-03 Thread Tony Lindgren
* Mark Brown broo...@sirena.org.uk [090403 01:53]: On Fri, Apr 03, 2009 at 01:33:58PM +0530, Aggarwal, Anuj wrote: I could not find the commit in linux-OMAP git where the init data is passed as a parameter to the regulator_register(). I am dependent on this commit for my TPS65023

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v2

2009-04-03 Thread Kevin Hilman
Kim Kyuwon chamm...@gmail.com writes: Hi Kevin, Thanks for your prompt answer. On Sat, Apr 4, 2009 at 1:12 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Kim Kyuwon chamm...@gmail.com writes: + +void omap3_get_wakeup_status(struct pm_wakeup_status **pm_wkst) +{ +     *pm_wkst =

[APPLIED] [PATCH] OMAP: Don#39;t warn user about expected behaviour in

2009-04-03 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): e8acebfbfd355bc52a6a18c173c400f15cb8e4a9 PatchWorks http://patchwork.kernel.org/patch/15244/ Git

Re: [PATCH] OMAP3: PM: Add the wakeup source driver, v2

2009-04-03 Thread Kim Kyuwon
On Sat, Apr 4, 2009 at 9:20 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Kim Kyuwon chamm...@gmail.com writes: Hi Kevin, Thanks for your prompt answer. On Sat, Apr 4, 2009 at 1:12 AM, Kevin Hilman khil...@deeprootsystems.com wrote: Kim Kyuwon chamm...@gmail.com writes: + +void

Re: [PATCH] OMAP: Don't warn user about expected behaviour in mmc-twl4030

2009-04-03 Thread Tony Lindgren
* Mark Brown broo...@sirena.org.uk [090331 14:00]: On Mon, Mar 30, 2009 at 01:53:43PM -0700, David Brownell wrote: So when are you going to fix the regulator docs to report that: ALL regulator consumers must start by enabling and then disabling the regulator. The documention

Re: [PATCH] OMAP: Don't warn user about expected behaviour in mmc-twl4030

2009-04-03 Thread Mark Brown
On Fri, Apr 03, 2009 at 05:26:52PM -0700, Tony Lindgren wrote: Maybe you guys have gone back and forth on this option too.. But what if we have something in regulator_init_data that would tell the regulator to reset the regulator on init? That could be then be then disabled with some cmdline

twl4030-power scripts and wedge-on-reboot

2009-04-03 Thread David Brownell
I find that it's not just Beagle which refuses to reboot when the twl4030-power driver is configured ... 3430 SDP does so now, too. (Standard OMAP tree with no particular PM-related patches applied.) Does anyone know what the problem is? - Dave -- To unsubscribe from this list: send the line

Re: Benchmarking: POP flash vs. MMC?

2009-04-03 Thread Russ Dill
On Fri, Apr 3, 2009 at 2:24 PM, david.hag...@gmail.com wrote: Has anybody done any benchmarking on POP flash read/write speeds (using JFFS2) vs. MMC/SDHC card access (using ext[234])? Or for that matter, has anybody done any playing around with using the execute in place function of JFFS2 to

Re: [PATCH] OMAP: Don't warn user about expected behaviour in mmc-twl4030

2009-04-03 Thread David Brownell
On Tuesday 31 March 2009, Mark Brown wrote: On Mon, Mar 30, 2009 at 01:53:43PM -0700, David Brownell wrote: So when are you going to fix the regulator docs to report that: ALL regulator consumers must start by enabling and then disabling the regulator. The documention should

Re: Benchmarking: POP flash vs. MMC?

2009-04-03 Thread David Hagood
Well, that's not what I would have expected - I would have thought reads on POP would have been faster than that, and cheaper - the SD being the same speed but less CPU is surprising. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: Benchmarking: POP flash vs. MMC?

2009-04-03 Thread Russ Dill
On Fri, Apr 3, 2009 at 7:52 PM, David Hagood david.hag...@gmail.com wrote: Well, that's not what I would have expected - I would have thought reads on POP would have been faster than that, and cheaper - the SD being the same speed but less CPU is surprising. The POP flash may not have a DMA