Re: [PATCH] OMAP: hwmod: Enable module wakeup if in smartidle

2010-09-21 Thread Paul Walmsley
-by: Rajendra Nayak rna...@ti.com Signed-off-by: Partha Basak p-bas...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com [p...@pwsan.com: revised patch description] Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/omap_hwmod.c |6

Re: [PATCH] OMAP: hwmod: Enable module wakeup if in smartidle

2010-09-21 Thread Paul Walmsley
On Tue, 21 Sep 2010, Kevin Hilman wrote: FWIW Acked-by: Kevin Hilman khil...@deeprootsystems.com as I'm using this for testing the various hwmod conversions. Thanks Kevin, added that in. I know you've been testing some of the other patches here too, so please let me know if you would

Re: [PATCH] OMAP: hwmod: Handle opt clocks node using clk_add_alias

2010-09-21 Thread Paul Walmsley
-by: Rajendra Nayak rna...@ti.com [p...@pwsan.com: simplified loop iterator; removed the superfluous clk_get(), using the clk_get() in clk_add_alias() instead] Signed-off-by: Paul Walmsley p...@pwsan.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/plat-omap/omap_device.c | 43

Re: [PATCH] OMAP: hwmod: Enable module wakeup if in smartidle

2010-09-21 Thread Paul Walmsley
On Tue, 21 Sep 2010, Kevin Hilman wrote: Paul Walmsley p...@pwsan.com writes: On Tue, 21 Sep 2010, Kevin Hilman wrote: FWIW Acked-by: Kevin Hilman khil...@deeprootsystems.com as I'm using this for testing the various hwmod conversions. Thanks Kevin, added that in. I know

[PATCH 0/5] OMAP: hwmod: second set of core patches for 2.6.37

2010-09-21 Thread Paul Walmsley
): OMAP: hwmod: Fix softreset status check for some new OMAP4 IPs OMAP: hwmod: Fix softreset for modules with optional clocks Partha Basak (1): OMAP: hwmod: Handle opt clocks node using clk_add_alias Paul Walmsley (1): OMAP: hwmod: improve documentation, clean up function names

[PATCH 1/5] OMAP: hwmod: Fix softreset status check for some new OMAP4 IPs

2010-09-21 Thread Paul Walmsley
. Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c | 22 +- arch/arm/plat-omap/include/plat/omap_hwmod.h

[PATCH 4/5] OMAP: hwmod: Handle opt clocks node using clk_add_alias

2010-09-21 Thread Paul Walmsley
-off-by: Paul Walmsley p...@pwsan.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/plat-omap/omap_device.c | 43 +- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap

[PATCH 3/5] OMAP: hwmod: Enable module wakeup if in smartidle

2010-09-21 Thread Paul Walmsley
-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/omap_hwmod.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index f320cfb..3f3d61a 100644

Re: [PATCH] OMAP: hwmod: Fix softreset for modules with optional clocks

2010-09-21 Thread Paul Walmsley
table. This might be doable as soon as we have a clear understanding of these dependencies. Reported-by: Partha Basak p-bas...@ti.com Signed-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com Thanks, queued for 2.6.37

Re: [PATCH v6 0/7] OMAP: WDT: Implement WDT in hwmod way

2010-09-21 Thread Paul Walmsley
On Mon, 20 Sep 2010, Tony Lindgren wrote: * Kevin Hilman khil...@deeprootsystems.com [100920 13:40]: Tony Lindgren t...@atomide.com writes: So let's get all the dependencies out of the way and pull them into linux-omap master branch for testing. Sounds like we should base this on

RE: [PATCHV4] OMAP3: SDRC : Errata 1.176 Fix - Accesses to DDR stall in SDRC after a Warm-reset

2010-09-21 Thread Paul Walmsley
Hello Vishwa, Thanks for the info. a few quick questions: On Thu, 16 Sep 2010, Sripathy, Vishwanath wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, September 16, 2010 3:05 AM On Tue, 25 May 2010, Reddy, Teerth wrote: -Original

Re: [PATCH 3/5] OMAP4: clocks: Update clock tree for ES2

2010-09-21 Thread Paul Walmsley
- usbphyocp2scp_ick Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com UTF-8 problem again here... Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com The clock tree resulting from this patch doesn't match the output from the current

Re: [PATCH 1/5] OMAP4: PM: Update PRCM register bitshits and masks for ES2

2010-09-22 Thread Paul Walmsley
Hi Rajendra On Thu, 16 Sep 2010, Rajendra Nayak wrote: This patch updates the PRM and CM register bitshifts and masks for OMAP4430 ES2.0. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil

Re: [PATCH 2/5] OMAP4: PM: Define additional registers for ES2

2010-09-22 Thread Paul Walmsley
, queued for 2.6.37 (with the UTF-8 fixed here; please fix this on your end) - Paul Cc: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/cm44xx.h | 90 - arch/arm/mach-omap2/prm44xx.h | 14 --- 2

Re: [PATCH 4/5] OMAP4: powerdomain: Update DSS logic state for ES2

2010-09-22 Thread Paul Walmsley
Hi Rajendra, On Thu, 16 Sep 2010, Rajendra Nayak wrote: DSS on ES2 supports only OSWR, hence remove the support for CSWR from the powerdomain framework. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Kevin

RE: [PATCH 3/5] OMAP4: clocks: Update clock tree for ES2

2010-09-22 Thread Paul Walmsley
Hi Rajendra, On Wed, 22 Sep 2010, Nayak, Rajendra wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, September 22, 2010 10:34 AM The clock tree resulting from this patch doesn't match the output from the current OMAP4 clock autogen script

Re: [PATCH v3 2/7] OMAP4: clock: Fix clock names and align with hwmod names

2010-09-22 Thread Paul Walmsley
Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Rajendra Nayak rna...@ti.com I had to manually resolve conflicts with Rajendra's patch in order to apply this one. Could you please doublecheck it (or at least, the final clock44xx_data.c, after the next patch from you is applied

Re: [PATCH] OMAP4: clock: Fix missing optional clocks

2010-09-22 Thread Paul Walmsley
Hi Benoît, On Tue, 21 Sep 2010, Benoit Cousson wrote: Please note that the diff is pretty bad for the clock table. It looks like everything has changed. I don't know if there is a way to have a better diff with git. It's due to an extra tab that somehow got added between the second and

Branch with the recent OMAP4 clock and PRCM patches for testing

2010-09-22 Thread Paul Walmsley
Hi Rajendra, Benoît, in case it is useful, here is a branch based on v2.6.36-rc5 with the hwmod fixes included, and the OMAP4 clock/PRCM patches that we've discussed today: git://git.pwsan.com/linux-2.6 omap4_2.6.37 Tomorrow, I will probably keep adding to this branch, but I think I am

RE: [PATCH 5/5] OMAP4: powerdomain: add context_offset field

2010-09-22 Thread Paul Walmsley
On Wed, 22 Sep 2010, Shilimkar, Santosh wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, September 22, 2010 11:43 AM To: Nayak, Rajendra; Shilimkar, Santosh Cc: linux-omap@vger.kernel.org; Cousson, Benoit; Kevin Hilman Subject: Re: [PATCH

Re: [PATCH 3/5] OMAP: hwmod: Enable module wakeup if in smartidle

2010-09-22 Thread Paul Walmsley
with this patch - thanks, Sergei. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Partha Basak p-bas...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com [p...@pwsan.com: revised patch description] Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc

Re: The current clock44xx_data.c, after applying recent patches

2010-09-22 Thread Paul Walmsley
On Wed, 22 Sep 2010, Cousson, Benoit wrote: On 9/22/2010 9:33 AM, Paul Walmsley wrote: Hi Benoît, Rajendra, Here's the clock44xx_data.c that I ended up with, after applying the recent patches. It seems to compare well with the autogenerator output, but maybe you might find some

Re: [PATCH] OMAP4: clocks: Fix ES2 clock issues

2010-09-22 Thread Paul Walmsley
-off-by: Benoit Cousson b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Cc: Rajendra Nayak rna...@ti.com Thanks for the fast update, Benoît; queued for 2.6.37 with some updates to the patch description (below) - Paul From db1cad403e005c7eda09f7eac45b7c20c8c4500f Mon Sep 17 00:00:00 2001

Re: [PATCH 1/5] OMAP4: PM: Update PRCM register bitshits and masks for ES2

2010-09-22 Thread Paul Walmsley
On Wed, 22 Sep 2010, Cousson, Benoit wrote: On 9/22/2010 8:43 AM, Nayak, Rajendra wrote: From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, September 22, 2010 11:47 AM We should really get rid of all these 'BITFIELD' defines, and just replace them with simple

Re: [PATCH 7/9 v3] OMAP: Hwmod api changes

2010-09-22 Thread Paul Walmsley
Hello Hema, On Wed, 22 Sep 2010, Hema HK wrote: OMAP USBOTG modules has a requirement to set the auto idle bit only after setting smart idle bit. Modified the _sys_enable api to set the smart idle first and then the autoidle bit. Setting this will not have any impact on the other modules.

[GIT PULL] OMAP: hwmod fixes and improvements for 2.6.37

2010-09-23 Thread Paul Walmsley
state test Partha Basak (1): OMAP: hwmod: Handle opt clocks node using clk_add_alias Paul Walmsley (3): OMAP2/3: PRM: add module hard reset support OMAP: hwmod: add an hardreset API for use by other core code OMAP: hwmod: improve documentation, clean up function names

Re: [PATCH 03/10] OMAP3: PM: move device-specific special cases from PM core into CPUidle

2010-09-23 Thread Paul Walmsley
Hi Kevin On Tue, 21 Sep 2010, Kevin Hilman wrote: Paul Walmsley p...@pwsan.com writes: On Wed, 15 Sep 2010, Kevin Hilman wrote: In an effort to simplify the core idle path, move any device-specific special case handling from the core PM idle path into the CPUidle pre-idle checking

[PATCH 00/12] OMAP: clock/CM/PRM/SCM updates for OMAP4 ES2, OMAP3 CORE DVFS fix: for 2.6.37

2010-09-24 Thread Paul Walmsley
Hello, this series, intended to be merged for 2.6.37 through Tony's tree, contains mostly OMAP4430 ES2 updates. Also present is an important OMAP3 CORE DVFS fix. Comments welcome. - Paul --- textdata bss dec hex filename 3361500 176832 99336 3637668 3781a4

[PATCH 06/12] OMAP4: powerdomain: Update DSS logic state for ES2

2010-09-24 Thread Paul Walmsley
From: Rajendra Nayak rna...@ti.com DSS on ES2 supports only OSWR, hence remove the support for CSWR from the powerdomain framework. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil

[PATCH 01/12] OMAP4: clocks: Update clock tree for ES2

2010-09-24 Thread Paul Walmsley
...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com [p...@pwsan.com: added comment re ES1 clocks to top of file] Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/clock44xx_data.c | 172 +++--- 1 files

[PATCH 09/12] omap4: control: Add accessor api's for pad control module

2010-09-24 Thread Paul Walmsley
Shilimkar santosh.shilim...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/control.c | 18 ++ arch/arm/plat-omap/include/plat/control.h |4 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/control.c b

[PATCH 08/12] omap4: control: Add ctrl_pad_base to omap_globals

2010-09-24 Thread Paul Walmsley
santosh.shilim...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/control.c|7 +++ arch/arm/plat-omap/common.c |3 ++- arch/arm/plat-omap/include/plat/common.h |1 + 3 files changed, 10 insertions(+), 1 deletions(-) diff --git a/arch

[PATCH 05/12] OMAP4: PM: Define additional registers for ES2

2010-09-24 Thread Paul Walmsley
From: Rajendra Nayak rna...@ti.com 4430 ES2 has a few new registers added and a few modified from ES1. This patch adds all the register changes in PRM and CM for OMAP4430 ES2. Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Benoît Cousson b-cous...@ti.com Signed-off-by: Paul Walmsley

[PATCH 07/12] OMAP4: clocks: Fix ES2 clock issues

2010-09-24 Thread Paul Walmsley
by the USBPHYOCP2SCP module in ES2 Create a new clock that belongs to CM_ALWON_USBPHY_CLKCTRL register This patch depends on some of the PRCM macro updates from Rajendra. Signed-off-by: Benoit Cousson b-cous...@ti.com [p...@pwsan.com: tweaked patch description] Signed-off-by: Paul Walmsley p...@pwsan.com Cc

[PATCH 11/12] omap4: control: Fix the control module register accesses

2010-09-24 Thread Paul Walmsley
. Fix the the status register define in id.c for OMAP4 4. Fix all the register define in hsmmc.c 5. Use the control pad accessor API for omap4 hsmmc register accesses Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Paul Walmsley

[PATCH 12/12] omap3: Prevent SDRC deadlock when L3 is changing frequency

2010-09-24 Thread Paul Walmsley
-hun...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Richard Woodruff r-woodru...@ti.com Cc: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/sram34xx.S |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/arch/arm

[PATCH 03/12] OMAP4: clock: Add optional clock nodes

2010-09-24 Thread Paul Walmsley
-off-by: Paul Walmsley p...@pwsan.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/clock44xx_data.c | 477 ++ 1 files changed, 417 insertions(+), 60 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 02/12] OMAP4: clock: Fix clock names and align with hwmod names

2010-09-24 Thread Paul Walmsley
...@pwsan.com: manually resolved conflicts with Rajendra's clock patch] Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/clock44xx_data.c | 665 -- 1 files changed, 310 insertions(+), 355 deletions(-) diff --git a/arch/arm

Re: [PATCH] OMAP4: PM: Declare idle modules as functional too

2010-09-24 Thread Paul Walmsley
Hi Rajendra, Partha, Benoît, On Fri, 24 Sep 2010, Rajendra Nayak wrote: The omap4_cm_wait_module_ready function would only check for the modules to be completely functional before declaring them ready to be accessed. There might also be instances where in the module is actually in idle

Re: [PATCH 1/2] OMAP: features: export symbol omap3_features

2010-09-24 Thread Paul Walmsley
CC: Nishanth Menon n...@ti.com CC: Paul Walmsley p...@pwsan.com CC: Sanjeev Premi pr...@ti.com CC: linux-omap@vger.kernel.org CC: linux-arm-ker...@lists.infradead.org --- arch/arm/mach-omap2/id.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

Re: [PATCH 5/9 v3] usb: musb: Using omap_device_build for musb device registration

2010-09-24 Thread Paul Walmsley
Hi Felipe, On Thu, 23 Sep 2010, Felipe Balbi wrote: Paul, Kevin, to me it looks like a duplication that all devices will have to: oh = omap_hwmod_lookup(my_hwmod_name); omap_device_build(my_device_name, bus_id, oh, pdata, sizeof(*pdata)); could the omap_hwmod_lookup() part be moved to

Re: [PATCH] OMAP: hwmod: Set autoidle after smartidle during _sysc_enable

2010-09-24 Thread Paul Walmsley
. Signed-off-by: Hema HK hem...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Cousson, Benoit b-cous...@ti.com Cc: Paul Walmsley p...@pwsan.com Thanks, added Benoît's ack

Re: [PATCH] OMAP4: PM: Declare idle modules as functional too

2010-09-24 Thread Paul Walmsley
On Fri, 24 Sep 2010, Cousson, Benoit wrote: On 9/24/2010 9:28 AM, Paul Walmsley wrote: Hi Rajendra, Partha, Benoît, On Fri, 24 Sep 2010, Rajendra Nayak wrote: The omap4_cm_wait_module_ready function would only check for the modules to be completely functional before declaring

[PATCH 3/3] OMAP: hwmod: Set autoidle after smartidle during _sysc_enable

2010-09-24 Thread Paul Walmsley
...@ti.com Signed-off-by: Partha Basak p-bas...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin Hilman khil...@deeprootsystems.com Acked-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_hwmod.c | 17

[PATCH 0/3] OMAP: hwmod/device/CM: bug fixes for 2.6.37

2010-09-24 Thread Paul Walmsley
Hello, Here are a few bugfix patches for the omap_hwmod, omap_device, and CM code, intended to be merged in 2.6.37 via Tony's tree. This series applies on top of the 2.6.37 hwmod patches sent earlier; unfortunately the third patch touches the same code as a patch in that series, so this series

[PATCH 2/3] OMAP4: PM: Declare idle modules as functional too

2010-09-24 Thread Paul Walmsley
if using separate functional clock 0x3 disabled: Module is disabled and cannot be accessed Signed-off-by: Rajendra Nayak rna...@ti.com Signed-off-by: Partha Basak p-bas...@ti.com Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/cm4xxx.c

[PATCH 1/3] OMAP: omap_device: Fix to support multiple hwmods for a single device

2010-09-24 Thread Paul Walmsley
. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Acked-by: Benoit Cousson b-cous...@ti.com Acked-by: Kevin Hilman khil...@deeprootsystems.com Cc: Charulatha V ch...@ti.com Cc: Shubhrajyoti D shubhrajy...@ti.com --- arch/arm/plat-omap/omap_device.c

Re: [PATCH 1/2] OMAP: features: export symbol omap3_features

2010-09-24 Thread Paul Walmsley
On Fri, 24 Sep 2010, Nishanth Menon wrote: Paul Walmsley had written, on 09/24/2010 10:34 AM, the following: [...] u32 omap3_features; +EXPORT_SYMBOL(omap3_features); unsigned int omap_rev(void) { -- 1.7.1 This omap3_features variable should not be used directly

Re: [PATCH 1/2] OMAP: features: export symbol omap3_features

2010-09-24 Thread Paul Walmsley
On Fri, 24 Sep 2010, Paul Walmsley wrote: On Fri, 24 Sep 2010, Nishanth Menon wrote: The intent of omap_has_featureX() is to ensure that the drivers dont do cpu_is_omap123(). Now if we had OMAP dma driver which has DMA chaining - what options do we have DMA driver? a) we

[GIT PULL] OMAP: clock/CM/PRM/SCM updates for OMAP4 ES2, OMAP3 CORE DVFS fix: for 2.6.37

2010-09-25 Thread Paul Walmsley
clocks node using clk_add_alias Paul Walmsley (3): OMAP2/3: PRM: add module hard reset support OMAP: hwmod: add an hardreset API for use by other core code OMAP: hwmod: improve documentation, clean up function names Rajeev Kulkarni (1): OMAP4: prcm: Fix global warm reset

[GIT PULL v2] OMAP: clock/CM/PRM/SCM updates for OMAP4 ES2, OMAP3 CORE DVFS fix: for 2.6.37

2010-09-27 Thread Paul Walmsley
Hi Tony, Thanks for catching my mistake in the previous pull request for these patches - it inadvertently also contained the patches from the pull request OMAP: hwmod fixes and improvements for 2.6.37. This updated pull request contains just the new patches that were posted from this

Re: [PATCH 07/13 v3] OMAP clock: Add uart4_ick/fck definitions for 3630

2010-09-28 Thread Paul Walmsley
in separately several months ago. But anyway, Acked-by: Paul Walmsley p...@pwsan.com - Paul Signed-off-by: Sergio Aguirre saagui...@ti.com Signed-off-by: Govindraj.R govindraj.r...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c | 22 ++ 1 files changed, 22 insertions

Re: [PATCH 08/13 v3] OMAP3: PRCM: Consider UART4 for 3630 chip in prcm_setup_regs

2010-09-28 Thread Paul Walmsley
On Mon, 27 Sep 2010, Govindraj.R wrote: To standarize among other uarts (1 to 3), we shall now: - Enable uart4 autodile bit. - Enable uart4 wakeup in PER. - Allow uart4 to wakeup the MPU. ... and likewise, Acked-by: Paul Walmsley p...@pwsan.com Signed-off-by: Sergio Aguirre saagui

Re: [PATCH 1/9 v3] usb: musb: Adding names for IRQs in resource structure

2010-09-28 Thread Paul Walmsley
Hello Mike, On Tue, 28 Sep 2010, Mike Frysinger wrote: well, currently, your resource definition must always be in the order of dev int and then dma int. if it isnt, then i dont think musb is going to work. not sure why you wouldnt simply change your platform resources to match the what

Re: [PATCH 1/9 v3] usb: musb: Adding names for IRQs in resource structure

2010-09-28 Thread Paul Walmsley
On Tue, 28 Sep 2010, Mike Frysinger wrote: On Tue, Sep 28, 2010 at 17:18, Paul Walmsley wrote: On Tue, 28 Sep 2010, Mike Frysinger wrote: well, currently, your resource definition must always be in the order of dev int and then dma int.  if it isnt, then i dont think musb is going

Re: [PATCH v2 03/10] OMAP: mach-omap2: Fix static function warnings

2010-09-29 Thread Paul Walmsley
Hello Manjunath, one comment: On Tue, 21 Sep 2010, G, Manjunath Kondaiah wrote: arch/arm/mach-omap2/powerdomain.c | 28 12 files changed, 27 insertions(+), 47 deletions(-) create mode 100644 arch/arm/mach-omap2/include/mach/board-rx51.h diff

Re: [PATCH] OMAP4: Extend clock data.

2010-09-30 Thread Paul Walmsley
Hello Thara, On Thu, 30 Sep 2010, Thara Gopinath wrote: This patch extends the OMAP4 clock data to include various x2 clock nodes as the clock framework skips a *2 whie calculating the dpll locked frequency. Signed-off-by: Thara Gopinath th...@ti.com Acked-by: Kevin Hilman

RE: [PATCH] OMAP2PLUS: WDT: Fix: Disable WDT after reset during init

2010-09-30 Thread Paul Walmsley
Hello Charu, On Thu, 30 Sep 2010, Varadarajan, Charulatha wrote: diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 8e2f0aa..9f44fc6 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c + +static void __init

Re: [PATCH v3 02/11] OMAP3: PM: Adding voltage driver support for OMAP3

2010-09-30 Thread Paul Walmsley
Hi Benoît, Thara, On Wed, 29 Sep 2010, Kevin Hilman wrote: Also, I'm still seeing this on boot: omap_hwmod: sr1_fck: missing clockdomain for sr1_fck. omap_hwmod: sr2_fck: missing clockdomain for sr2_fck. We need a final solution for this problem as a prerequisite for this

[PATCH 05/10] OMAP3xxx: clock: add clkdev aliases for McBSP fclk source switching

2010-10-01 Thread Paul Walmsley
for the parent clocks. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/clock3xxx_data.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index c73906d..accbcf3 100644 --- a/arch

[PATCH 04/10] OMAP2430: clock: add MCBSP_CLKS node and clkdev aliases

2010-10-01 Thread Paul Walmsley
Add the MCBSP_CLKS clock and the clksel structures needed to support clock framework-based source switching for McBSPs 1-5. Also, add clkdev aliases on the parent clocks for the McBSP source switching code, added in a subsequent patch. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm

[PATCH 06/10] OMAP: McBSP: implement McBSP CLKR and FSR signal muxing via mach-omap2/mcbsp.c

2010-10-01 Thread Paul Walmsley
be implemented as a platform_driver as many other ASoC CPU DAI drivers are. These two steps should resolve many of the layering problems, which will rapidly reappear during a McBSP hwmod/PM runtime conversion. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Jarkko Nikula jhnik...@gmail.com Cc: Peter Ujfalusi

[PATCH 03/10] OMAP2420: clock: add MCBSP_CLKS node and clkdev aliases

2010-10-01 Thread Paul Walmsley
Add the MCBSP_CLKS clock and the clksel structures needed to support clock framework-based source switching for McBSP 1 and 2. Also, add clkdev aliases on the parent clocks for the McBSP source switching code, added in a subsequent patch. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm

[PATCH 09/10] OMAP: control: move plat-omap/control.h to mach-omap2/control.h

2010-10-01 Thread Paul Walmsley
into mach-omap2/. As part of this, remove the direct SCM access from the OMAP UDC driver. It was clearly broken. The UDC code needs an indepth review for use on OMAP2+ chips. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Cory Maccarrone darkstar6...@gmail.com Cc: Kyungmin Park kyungmin.p

[PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-01 Thread Paul Walmsley
ATAGs code and a deprecated video RAM reservation function. The primary motivation for doing this is to move the OMAP2+-specific parts into an OMAP2+-specific file, so that build breakage related to the System Control Module code can be resolved. Signed-off-by: Paul Walmsley p...@pwsan.com

[PATCH 10/10] OMAP2+: clock: reduce the amount of standard debugging while disabling unused clocks

2010-10-01 Thread Paul Walmsley
disable messages were slowing boot. Now to enable clock-by-clock disable messages, DEBUG needs to be defined in mach-omap2/clock.c. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Tuukka Tikkanen tuukka.tikka...@nokia.com Cc: Tim Bird tim.b...@am.sony.com --- arch/arm/mach-omap2/clock.c |2

[PATCH 07/10] OMAP: McBSP: implement functional clock switching via clock framework

2010-10-01 Thread Paul Walmsley
should resolve many of the layering problems, which will rapidly reappear during a McBSP hwmod/PM runtime conversions. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Jarkko Nikula jhnik...@gmail.com Cc: Peter Ujfalusi peter.ujfal...@nokia.com --- arch/arm/mach-omap2/mcbsp.c | 51

[PATCH 02/10] OMAP2420: CTRL: fix OMAP242X_CTRL_REGADDR macro

2010-10-01 Thread Paul Walmsley
Conform the OMAP2420_CTRL_BASE macro name to the standard of the rest of the OMAP*_CTRL_BASE macro names. This fixes a bug in the OMAP2420 SCM code that prevented OMAP242X_CTRL_REGADDR from working. Signed-off-by: Paul Walmsley p...@pwsan.com --- arch/arm/plat-omap/common.c

[PATCH 00/10] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-01 Thread Paul Walmsley
vmlinux.omap2plus.patched Paul Walmsley (10): OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC OMAP2420: CTRL: fix OMAP242X_CTRL_REGADDR macro OMAP2420: clock: add MCBSP_CLKS node and clkdev aliases OMAP2430: clock: add MCBSP_CLKS node

Re: Dropping omap3430 ES1.0 support in mainline

2010-10-01 Thread Paul Walmsley
On Sat, 2 Oct 2010, Anand Gadiyar wrote: The OMAP3430 ES1.0 was pretty much a test chip, with the only known board being the 3430ES1.0 SDP. There are only a small number of these boards outside TI and within TI, they've likely never been used in over 2 years. It's unlikely that these boards

RE: Dropping omap3430 ES1.0 support in mainline

2010-10-01 Thread Paul Walmsley
On Sat, 2 Oct 2010, Anand Gadiyar wrote: Okay, so we're aligned that you guys don't have an ES1 board to test, and TI doesn't have any either. :) I'd still like to know if anyone in the wild still cares about the board. (I see Tony already said No thanks, but I'd like to know anyway).

Re: [PATCHv3 3/17] dmtimer: add omap2420 hwmod database

2010-10-01 Thread Paul Walmsley
On Thu, 30 Sep 2010, Cousson, Benoit wrote: On 9/21/2010 10:51 AM, DebBarma, Tarun Kanti wrote: #include omap_hwmod_common_data.h #include prm-regbits-24xx.h @@ -121,6 +123,614 @@ static struct omap_hwmod omap2420_l4_wkup_hwmod = { .omap_chip =

RE: Dropping omap3430 ES1.0 support in mainline

2010-10-01 Thread Paul Walmsley
On Sat, 2 Oct 2010, Anand Gadiyar wrote: Manju was looking at old errata docs, and came across something that was specific to an ES1, but we realized there was no way to test it. Sounds like something that should at least go in as a comment to the affected code. - Paul -- To unsubscribe

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-10-01 Thread Paul Walmsley
On Thu, 30 Sep 2010, Shilimkar, Santosh wrote: -Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, September 30, 2010 8:00 AM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org; Varadarajan, Charulatha; Nayak, Rajendra; Raja, Govindraj; Kevin

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-10-01 Thread Paul Walmsley
On Fri, 1 Oct 2010, Paul Walmsley wrote: OMAP1 doesn't have a SCM, so this is the wrong fix. A better approach is here: https://patchwork.kernel.org/patch/218992/ Sorry, cut and paste error, should have been http://marc.info/?l=linux-omapm=128596931417802w=2 thanks to Kevin

RE: [PATCHV4] OMAP3: SDRC : Errata 1.176 Fix - Accesses to DDR stall in SDRC after a Warm-reset

2010-10-01 Thread Paul Walmsley
Vishwa, On Wed, 22 Sep 2010, Sripathy, Vishwanath wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, September 22, 2010 6:37 AM To: Sripathy, Vishwanath Cc: Reddy, Teerth; linux-omap@vger.kernel.org Subject: RE: [PATCHV4] OMAP3: SDRC

[GIT PULL] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-02 Thread Paul Walmsley
Hello Tony, The following changes since commit 7ad0e386d46e9edff64705ab25337ad9130baf63: OMAP2+: defconfig: disable CPUfreq (2010-09-29 10:39:02 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 control_mcbsp_fix_2.6.37 Paul Walmsley (10): OMAP2+: Kconfig

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Varadarajan, Charulatha wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:06 AM To: linux-omap@vger.kernel.org; linux-arm-ker

RE: [PATCH 01/10] OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Varadarajan, Charulatha wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Paul Walmsley Sent: Saturday, October 02, 2010 3:05 AM To: linux-omap@vger.kernel.org; linux-arm-ker

Re: [PATCHv2] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-04 Thread Paul Walmsley
, * with beginning and ending almost-blank lines. */ - Please make sure that every line in the comment block has an asterisk on the left side. Once you fix that and repost, I'll queue for 2.6.38. - Paul Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Paul Walmsley p...@pwsan.com

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Cousson, Benoit wrote: --- /dev/null +++ b/arch/arm/plat-omap/32ksynctimer.c @@ -0,0 +1,184 @@ +/* + * linux/arch/arm/plat-omap/clocksource.c What name do you want to use? 32ksynctimer.c or clocksource.c? Thanks, that's a bug. If this file is dedicated for the

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
Here's the updated patch: - Paul From b535de7eb9130d13b6121d0c67f86df7ee697850 Mon Sep 17 00:00:00 2001 From: Paul Walmsley p...@pwsan.com Date: Fri, 1 Oct 2010 15:46:41 -0600 Subject: [PATCH] OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC Currently

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Paul Walmsley wrote: On Mon, 4 Oct 2010, Cousson, Benoit wrote: --- /dev/null +++ b/arch/arm/plat-omap/32ksynctimer.c @@ -0,0 +1,184 @@ +/* + * linux/arch/arm/plat-omap/clocksource.c What name do you want to use? 32ksynctimer.c or clocksource.c

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Mon, 4 Oct 2010, Shilimkar, Santosh wrote: -Original Message- From: Balbi, Felipe Sent: Monday, October 04, 2010 12:31 PM On Mon, Oct 04, 2010 at 01:56:24AM -0500, Balbi, Felipe wrote: I still have that sitting on my gitorious tree. The patch is attached to this mail.

[GIT PULL v2] OMAP: SCM/McBSP/clock: branch integration patches for 2.6.37

2010-10-04 Thread Paul Walmsley
-2.6 control_mcbsp_fix_2.6.37 Paul Walmsley (10): OMAP2+: Kconfig: disallow builds for boards that don't use the currently-selected SoC OMAP2420: CTRL: fix OMAP242X_CTRL_REGADDR macro OMAP2420: clock: add MCBSP_CLKS node and clkdev aliases OMAP2430: clock: add MCBSP_CLKS

RE: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-04 Thread Paul Walmsley
On Tue, 5 Oct 2010, Shilimkar, Santosh wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, October 05, 2010 1:02 AM It's great that this is getting cleaned up but it's too late for 2.6.37. We stop taking new code after -rc6 comes out so we can

Re: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-10-05 Thread Paul Walmsley
at that time :-) Below is an untested patch to provide some mechanism to deal with this -- I'd appreciate everyone's comments on this, particularly the comments in the patch code on how to deal with this problem. - Paul From: Paul Walmsley p...@pwsan.com Date: Mon, 4 Oct 2010 23:15:23 -0600

Re: beagle hangs in uart3 disabling clocks

2010-10-05 Thread Paul Walmsley
2001 From: Paul Walmsley p...@pwsan.com Date: Tue, 5 Oct 2010 00:11:27 -0600 Subject: [PATCH] RFC: omap serial: block console output while resetting earlyconsole UART Currently, no attempt is made to block console output while the earlyconsole UART is unavailable. This can result in silent

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Paul Walmsley wrote: On Tue, 5 Oct 2010, Nayak, Rajendra wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, October 05, 2010 11:32 AM Some IP blocks may require extra time to become ready for register reads/writes

Re: beagle hangs in uart3 disabling clocks

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Pramod wrote: I applied this patch on my kernel which is based on android-2.6.32 enabling dynamic printks. I still see the console hang after enabling the logs in hwmod. I am using zoom3 board. Can you please let me know which defconfig from lo master branch can be used

Re: beagle hangs in uart3 disabling clocks

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Pramod wrote: On Tuesday 05 October 2010 12:49 PM, Paul Walmsley wrote: On Tue, 5 Oct 2010, Pramod wrote: I applied this patch on my kernel which is based on android-2.6.32 enabling dynamic printks. I still see the console hang after enabling the logs

Re: [PATCH 07/10] OMAP: McBSP: implement functional clock switching via clock framework

2010-10-05 Thread Paul Walmsley
Hello Peter, On Tue, 5 Oct 2010, Peter Ujfalusi wrote: What is the fclk source by default. What I mean is that most of the machine drivers are not calling the snd_soc_dai_set_sysclk for the cpu_dai. It has been by default to prcm_fclk (core_96 or per_96). Is this still the case after this

Re: beagle hangs in uart3 disabling clocks

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Pramod wrote: On Tuesday 05 October 2010 03:17 PM, Paul Walmsley wrote: On Tue, 5 Oct 2010, Pramod wrote: On Tuesday 05 October 2010 12:49 PM, Paul Walmsley wrote: On Tue, 5 Oct 2010, Pramod wrote: I applied this patch on my kernel which is based

Re: [PATCH 08/10] OMAP: split plat-omap/common.c

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Sergei Shtylyov wrote: Hello. On 04-10-2010 23:15, Paul Walmsley wrote: --- /dev/null +++ b/arch/arm/plat-omap/32ksynctimer.c @@ -0,0 +1,184 @@ +/* + * linux/arch/arm/plat-omap/clocksource.c What name do you want to use? 32ksynctimer.c

Re: [PATCH 2/3] OMAP: McBSP: Swap CLKS source definition

2010-10-05 Thread Paul Walmsley
...@gmail.com Cc: Paul Walmsley p...@pwsan.com Acked-by: Paul Walmsley p...@pwsan.com - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/3] OMAP: McBSP: Fix CLKR and FSR signal muxing

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Jarkko Nikula wrote: Fix bit clear. Now it clears all other bits than mask bit where it should clear only it. Signed-off-by: Jarkko Nikula jhnik...@gmail.com Cc: Paul Walmsley p...@pwsan.com Doh. Thanks Jarkko. Obviously this is an important patch and should go

Re: [PATCH 3/3] OMAP: McBSP: Remove null omap44xx ops comment

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Jarkko Nikula wrote: It seems these comments where accidentally added so remove them. Signed-off-by: Jarkko Nikula jhnik...@gmail.com Cc: Paul Walmsley p...@pwsan.com Acked-by: Paul Walmsley p...@pwsan.com - Paul -- To unsubscribe from this list: send the line

Re: [PATCHv3] OMAP3: SDRC : Add comments on Errata i520 for Global SW reset

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Vishwanath BS wrote: This patch adds comments on precatution to be taken if Global Warm reset is used as the means to trigger sysem reset. Signed-off-by: Vishwanath BS vishwanath...@ti.com Cc: Paul Walmsley p...@pwsan.com Thanks, queued for 2.6.38 with Sanjeev's

[PATCH] OMAP: hwmod: Handle modules with 16bit registers

2010-10-05 Thread Paul Walmsley
-by: Rajendra Nayak rna...@ti.com Acked-by: Paul Walmsley p...@pwsan.com --- arch/arm/mach-omap2/omap_hwmod.c | 24 +++- arch/arm/plat-omap/include/plat/omap_hwmod.h |6 -- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/arch/arm/mach-omap2

RE: [GIT PULL] for testing: OMAP hwmod driver conversions: watchdog, UART, i2c

2010-10-05 Thread Paul Walmsley
On Tue, 5 Oct 2010, Paul Walmsley wrote: __raw_writew(v, oh-_mpu_rt_va + reg_offs); 28: 16ff3070uxthne r3, r0 2c: 118130b2strhne r3, [r1, r2] gcc for some reason decides to zero-extend it first, but that is not your bug to fix

<    1   2   3   4   5   6   7   8   9   10   >