[PATCHv3 1/1] OMAP3: AM3505/3517 do not have IO wakeup capability

2010-06-25 Thread Stanley.Miao
AM3505/3517 don't have IO wakeup capability, so we don not need to set the bit OMAP3430_EN_IO and the bit OMAP3430_EN_IO_CHAIN in the register PM_WKEN_WKUP when the system enters retention. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/id.c |2 ++

Re: [RFC] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-06-25 Thread Zach Pfeffer
Andi Kleen wrote: Zach Pfeffer zpfef...@codeaurora.org writes: This patch contains the documentation for and the main header file of the API, termed the Virtual Contiguous Memory Manager. Its use would allow all of the IOMMU to VM, VM to device and device to IOMMU interoperation code to be

Re: [PATCH] smsc95xx: Add module parameter to override MAC address

2010-06-25 Thread Sebastien Jan
On 06/25/2010 03:25 AM, Simon Horman wrote: On Thu, Jun 24, 2010 at 10:14:14AM +0200, Sebastien Jan wrote: Define a new module parameter 'macaddr' to override the MAC address fetched either from eeprom, or randomly generated. The expected MAC address shall be in the 01:23:45:67:89:AB format.

RE: [PATCH 0/8] OMAP3: Adding Smartreflex and Voltage driver support

2010-06-25 Thread Gopinath, Thara
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, June 25, 2010 4:55 AM To: Gopinath, Thara Cc: linux-omap@vger.kernel.org; p...@pwsan.com; Cousson, Benoit; Sripathy, Vishwanath; Sawant, Anand Subject: Re: [PATCH 0/8] OMAP3: Adding Smartreflex and

Re: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Cousson, Benoit
Hi Simon, On 6/25/2010 2:40 AM, Que, Simon wrote: Hi, We are introducing a kernel driver for hardware spinlock, called hwspinlock. It is designed to interface with the OMAP4 hardware spinlock module. This driver supports: - Reserved spinlocks for internal use - Dynamic allocation of

Re: [PATCH] smsc95xx: Add module parameter to override MAC address

2010-06-25 Thread Steve . Glendinning
Hi Sebastien, I'm confused as to why this is desirable when the mac address can already be configured after module insertion via smsc95xx_netdev_ops.eth_mac_addr(). For example for booting over NFS using a pre-defined MAC address, with a minimal setup (no initrd). Or is there another

Re: [PATCH 3/9] omap: generic: introduce a single check_revision

2010-06-25 Thread Grazvydas Ignotas
On Wed, Jun 23, 2010 at 5:16 AM, Nishanth Menon n...@ti.com wrote: Introduce a single omap generic check_revision that routes the request to the right revision of check_revision. Cc: Tony Lindgren t...@atomide.com Cc: Angelo Arrifano mik...@gmail.com Cc: Zebediah C. McClure z...@lurian.net

RE: [PM-SR] [PATCH] OMAP: PM: Remove the usage of vdd id's.

2010-06-25 Thread Menon, Nishanth
[Reply 1/2] Gopinath, Thara had written, on 06/24/2010 10:02 AM, the following: This patch removes the usage of vdd and sr id alltogether. good.. thanks for doing this :). /me had enough of them ;) This is achieved by introducing a separte voltage domain per VDD and hooking this up with the

Re: [PATCH v2 08/13] OMAP4: hwmod: Enable omap_device build for OMAP4

2010-06-25 Thread Cousson, Benoit
Kevin, On 6/25/2010 1:44 AM, Kevin Hilman wrote: From: Rajendra Nayakrna...@ti.com Enable omap_device layer support for OMAP4, so that drivers can use them to enable/idle/shutdown devices. Signed-off-by: Rajendra Nayakrna...@ti.com Signed-off-by: Benoit Coussonb-cous...@ti.com Cc: Paul

Re: [PATCH 3/9] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
Grazvydas Ignotas had written, on 06/25/2010 04:31 AM, the following: On Wed, Jun 23, 2010 at 5:16 AM, Nishanth Menon n...@ti.com wrote: Introduce a single omap generic check_revision that routes the request to the right revision of check_revision. [...] diff --git

Re: [PATCH 1/4] omap mailbox: extend API to take a callback param

2010-06-25 Thread Ohad Ben-Cohen
On Fri, Jun 25, 2010 at 3:52 AM, Kanigeri, Hari h-kanige...@ti.com wrote: I don't know what PCMIIW stands for :) please correct me if I'm wrong :) It looks like the variable mbox_configured that was added previously doesn't cover all the issues. It covers the shutdown issue with reference

[PATCH 6/9 v2] omap: move generic omap3 features to generic

2010-06-25 Thread Nishanth Menon
sgx, iva, l2cache, sgx, neon, isp are generic features, make them generic features, current OMAP3 detection mechanism is still retained. 192Mhz is more specific OMAP3 feature so it is retained as is Cc: Tony Lindgren t...@atomide.com Cc: Angelo Arrifano mik...@gmail.com Cc: Zebediah C. McClure

[PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
Introduce a single omap generic check_revision that routes the request to the right revision of check_revision. Cc: Tony Lindgren t...@atomide.com Cc: Angelo Arrifano mik...@gmail.com Cc: Zebediah C. McClure z...@lurian.net Cc: Alistair Buxton a.j.bux...@gmail.com Cc: Grazvydas Ignotas

Re: [PATCH 2/2] arm: Make VFPv3 usable on ARMv6

2010-06-25 Thread Catalin Marinas
On Wed, 2010-06-23 at 08:57 +0100, Tony Lindgren wrote: MVFR0 and MVFR1 are only available starting with ARM1136 r1p0 release according to B.5 VFP changes in DDI0211F_arm1136_r1p0_trm.pdf. This is also when TLS register got added, so we can use HAS_TLS also to test for MVFR0 and MVFR1.

RE: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread DebBarma, Tarun Kanti
Nishant, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Friday, June 25, 2010 6:57 PM To: linux-omap Cc: Menon, Nishanth; Tony Lindgren; Angelo Arrifano; Zebediah C. McClure; Alistair Buxton;

Re: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
DebBarma, Tarun Kanti had written, on 06/25/2010 08:50 AM, the following: Nishant, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Friday, June 25, 2010 6:57 PM To: linux-omap Cc: Menon, Nishanth;

Re: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Neshama Parhoti
On Wed, Jun 23, 2010 at 4:03 PM, Ghorai, Sukumar s-gho...@ti.com wrote: [Ghorai] It's working for me. it's good to hear ! This is what I see: ## Booting image at 81c0 ... Image Name: Linux-2.6.35-rc3-1-g945a7eb Image Type: ARM Linux Kernel Image (uncompressed) Data Size:

Re: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Neshama Parhoti
On Fri, Jun 25, 2010 at 5:05 PM, Neshama Parhoti pnesh...@gmail.com wrote: 1. console=ttyS0 you are absolutely right !!! i changed it to ttyS0 and now I get the boot msgs ! :) can you please check out my whole boot args to see if i have any other error ? just to make sure.. setenv

Re: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Graeme Gregory
On Fri, 25 Jun 2010 17:05:53 +0300 Neshama Parhoti pnesh...@gmail.com wrote: 1. console=ttyS0 are you sure ? all TI's docs state ttyS2 (and this works for me with TI's BSP kernels) Its ttyS0 if the omap serial driver is compiled in. The omap driver takes the ports instead of the 8250

Re: [PATCH] smsc95xx: Add module parameter to override MAC address

2010-06-25 Thread Sebastien Jan
Hi Steve, Thanks for your answer. On 06/25/2010 10:43 AM, steve.glendinn...@smsc.com wrote: [...] I can see you have a different use case, but I don't think this specific driver is the place for this logic. I'd rather see it added to either the usbnet framework or (preferably) the netdev

Re: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Neshama Parhoti
On Fri, Jun 25, 2010 at 5:15 PM, Graeme Gregory d...@xora.org.uk wrote: Its ttyS0 if the omap serial driver is compiled in. The omap driver takes the ports instead of the 8250 driver. thank you, now it makes sense ! Graeme -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Venkatraman S
On Fri, Jun 25, 2010 at 7:25 PM, Nishanth Menon n...@ti.com wrote: DebBarma, Tarun Kanti had written, on 06/25/2010 08:50 AM, the following: Nishant, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Menon, Nishanth

Re: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
S, Venkatraman had written, on 06/25/2010 09:38 AM, the following: On Fri, Jun 25, 2010 at 7:25 PM, Nishanth Menon n...@ti.com wrote: DebBarma, Tarun Kanti had written, on 06/25/2010 08:50 AM, the following: Nishant, -Original Message- From: linux-omap-ow...@vger.kernel.org

Re: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Venkatraman S
On Fri, Jun 25, 2010 at 8:13 PM, Nishanth Menon n...@ti.com wrote: S, Venkatraman had written, on 06/25/2010 09:38 AM, the following: On Fri, Jun 25, 2010 at 7:25 PM, Nishanth Menon n...@ti.com wrote: DebBarma, Tarun Kanti had written, on 06/25/2010 08:50 AM, the following: Nishant,

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Grant Likely
On Thu, Jun 24, 2010 at 5:43 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Implement the new runtime PM framework as a thin layer on top of the omap_device API.  Since we don't have an OMAP-specific bus, override the runtime PM hooks for the platform_bus for the OMAP specific

RE: ZOOM2 doesn't boot on upstream kernel

2010-06-25 Thread Aguirre, Sergio
Pnesh, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Neshama Parhoti Sent: Friday, June 25, 2010 9:06 AM To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org Subject: Re: ZOOM2 doesn't boot on upstream kernel On

Re: [pm-wip/uart][PATCH] Serial: Avoid populating uart_list in early init phase

2010-06-25 Thread Kevin Hilman
Govindraj.R govindraj.r...@ti.com writes: Leave the uart_list empty and keep the omap hwmod info in a seperate uart_oh list and if board file calls serial init use this uart_oh list info to fill uart_list. The board file can also call just init_port to initialise a single uart instance, so

Re: [PATCH 3/9 v2] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
S, Venkatraman had written, on 06/25/2010 10:16 AM, the following: On Fri, Jun 25, 2010 at 8:13 PM, Nishanth Menon n...@ti.com wrote: S, Venkatraman had written, on 06/25/2010 09:38 AM, the following: On Fri, Jun 25, 2010 at 7:25 PM, Nishanth Menon n...@ti.com wrote: DebBarma, Tarun Kanti had

[PATCH 3/9 v3] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
Introduce a single omap generic check_revision that routes the request to the right revision of check_revision. Note: OMAP1 and OMAP2+ are not built into a single kernel. This allows for the headers definitions of omap1_check_revision() and omap2_check_revision() to be used without #ifdefs and

RE: [PATCH 3/9 v3] omap: generic: introduce a single check_revision

2010-06-25 Thread Shilimkar, Santosh
-Original Message- From: Menon, Nishanth Sent: Friday, June 25, 2010 9:55 PM To: linux-omap Cc: Tony Lindgren; Menon, Nishanth; Angelo Arrifano; Zebediah C. McClure; Alistair Buxton; Grazvydas Ignotas; Paul Walmsley; Premi, Sanjeev; Shilimkar, Santosh; Guruswamy, Senthilvadivu;

Re: [PATCH v2 08/13] OMAP4: hwmod: Enable omap_device build for OMAP4

2010-06-25 Thread Kevin Hilman
Cousson, Benoit b-cous...@ti.com writes: On 6/25/2010 1:44 AM, Kevin Hilman wrote: From: Rajendra Nayakrna...@ti.com Enable omap_device layer support for OMAP4, so that drivers can use them to enable/idle/shutdown devices. Signed-off-by: Rajendra Nayakrna...@ti.com Signed-off-by: Benoit

Re: [PATCH 3/9 v3] omap: generic: introduce a single check_revision

2010-06-25 Thread Nishanth Menon
Shilimkar, Santosh had written, on 06/25/2010 11:41 AM, the following: -Original Message- From: Menon, Nishanth Sent: Friday, June 25, 2010 9:55 PM To: linux-omap Cc: Tony Lindgren; Menon, Nishanth; Angelo Arrifano; Zebediah C. McClure; Alistair Buxton; Grazvydas Ignotas; Paul Walmsley;

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: On Thu, Jun 24, 2010 at 5:43 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Implement the new runtime PM framework as a thin layer on top of the omap_device API.  Since we don't have an OMAP-specific bus, override the runtime PM hooks for

RE: [PATCH 3/9 v3] omap: generic: introduce a single check_revision

2010-06-25 Thread Shilimkar, Santosh
-Original Message- From: Menon, Nishanth Sent: Friday, June 25, 2010 11:02 PM To: Shilimkar, Santosh Cc: linux-omap; Tony Lindgren; Angelo Arrifano; Zebediah C. McClure; Alistair Buxton; Grazvydas Ignotas; Paul Walmsley; Premi, Sanjeev; Guruswamy, Senthilvadivu; Kevin Hilman;

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Que, Simon
Benoit, Thanks for the comments. My responses are below. Why using a Kconfig option in that case? You can reserve the locks at run time based on other driver request. The goal of the hwspinlock is to protect data shared between various processors inside OMAP4 like ipu, iva, dsp and mpu. So

Re: [PATCH] smsc95xx: Add module parameter to override MAC address

2010-06-25 Thread David Miller
From: Sebastien Jan s-...@ti.com Date: Fri, 25 Jun 2010 16:20:36 +0200 Hi Steve, Thanks for your answer. On 06/25/2010 10:43 AM, steve.glendinn...@smsc.com wrote: [...] I can see you have a different use case, but I don't think this specific driver is the place for this logic. I'd

Re: [PM-SR] [PATCH] OMAP: PM: Remove the usage of vdd id's.

2010-06-25 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch removes the usage of vdd and sr id alltogether. This is achieved by introducing a separte voltage domain per VDD and hooking this up with the voltage and smartreflex internal info structure. Any user of voltage or smartreflex layer should call

static inline function style (was Re: [PATCH 3/9 v3] omap: generic: introduce a single check_revision)

2010-06-25 Thread Nishanth Menon
Shilimkar, Santosh had written, on 06/25/2010 01:07 PM, the following: -Original Message- From: Menon, Nishanth Sent: Friday, June 25, 2010 11:02 PM [..] --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h @@ -431,7 +431,18 @@ IS_OMAP_TYPE(3517,

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Que, Simon Sent: Thursday, June 24, 2010 7:40 PM To: linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Ohad Ben-Cohen Subject: [RFC] omap: hwspinlock: Added hwspinlock driver

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Shilimkar, Santosh
Simon, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Que, Simon Sent: Friday, June 25, 2010 6:10 AM To: linux-omap@vger.kernel.org Cc: Kanigeri, Hari; Ohad Ben-Cohen Subject: [RFC] omap: hwspinlock: Added

Re: [PM-SR] [PATCH] OMAP: PM: Remove the usage of vdd id's.

2010-06-25 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch removes the usage of vdd and sr id alltogether. This is achieved by introducing a separte voltage domain per VDD and hooking this up with the voltage and smartreflex internal info structure. Any user of voltage or smartreflex layer should call

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Russell King - ARM Linux
On Fri, Jun 25, 2010 at 09:26:43AM -0600, Grant Likely wrote: This approach is also not multiplatform friendly (cc'ing Eric and Nicolas who are working on ARM multiplatform). It won't work for building a kernel that supports, say, both versatile and OMAP. And I should also point out that

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Grant Likely
On Fri, Jun 25, 2010 at 12:04 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: On Thu, Jun 24, 2010 at 5:43 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Implement the new runtime PM framework as a thin layer on top of the omap_device

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Grant Likely
On Fri, Jun 25, 2010 at 2:06 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jun 25, 2010 at 09:26:43AM -0600, Grant Likely wrote: This approach is also not multiplatform friendly (cc'ing Eric and Nicolas who are working on ARM multiplatform).  It won't work for building a

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Russell King - ARM Linux
On Fri, Jun 25, 2010 at 02:13:15PM -0600, Grant Likely wrote: On Fri, Jun 25, 2010 at 2:06 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jun 25, 2010 at 09:26:43AM -0600, Grant Likely wrote: This approach is also not multiplatform friendly (cc'ing Eric and Nicolas who

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Que, Simon
Santosh, This reservation KCONFIG isn't necessary. HWSPINLOCK IP is not really for very generic use but specific usages where you need to protect the data between independent softwares running on different masters. For other Linux only side software even with dual core, kernel spinlock

RE: [RFC] omap: hwspinlock: Added hwspinlock driver

2010-06-25 Thread Cousson, Benoit
From: Que, Simon Sent: Friday, June 25, 2010 8:14 PM Benoit, Thanks for the comments. My responses are below. Why using a Kconfig option in that case? You can reserve the locks at run time based on other driver request. The goal of the hwspinlock is to protect data shared between various

RE: [PM-SR] [PATCH] OMAP: PM: Remove the usage of vdd id's.

2010-06-25 Thread Cousson, Benoit
From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, June 25, 2010 8:49 PM Thara Gopinath th...@ti.com writes: This patch removes the usage of vdd and sr id alltogether. This is achieved by introducing a separte voltage domain per VDD and hooking this up with the voltage and

[PM-SR] [PATCH 4/7] omap3: sr: device: cleanup pr_xxx

2010-06-25 Thread Nishanth Menon
strings in c dont need to be split accross multiple lines with \ . instead they can be put as abc def and it is equivalent to abc def. fix the same Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com ---

[PM-SR] [PATCH 5/7] omap3: sr: device: add unlikely checks

2010-06-25 Thread Nishanth Menon
Add unlikely checks to better optimize the rare occurrance of erroneous conditions. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/sr_device.c | 15 --- 1 files changed, 8

[PM-SR] [PATCH 6/7] omap3: sr: device: check for dev_attr

2010-06-25 Thread Nishanth Menon
in the unlikely case that hwmod database is messed up, dont crash report error and attempt to recover. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/sr_device.c |6 ++ 1 files changed, 6

[PM-SR] [PATCH 1/7] omap3: voltage: cleanup pr_xxxx

2010-06-25 Thread Nishanth Menon
few more pr_ need cleanup for printing the function name and not using multiline prints when c allows us to do . Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/voltage.c |7 --- 1 files

[PM-SR] [PATCH 2/7] omap3: sr: cleanup pr_xxx

2010-06-25 Thread Nishanth Menon
pr_xxx family is not informative for debug unless one decides to grep the code, instead print the function to help debug easier on the field. Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com ---

[PM-SR] [PATCH 0/7] Janitor series 2: cleanups

2010-06-25 Thread Nishanth Menon
More misc cleanups for Sr branch including print cleans, checks etc. This series probably should be squashed with other patches in pm-sr branch. note some of these patches address few other comments I had made in an unrelated patch. Related comments prior to providing patches: a) I looked close

[PM-SR] [PATCH 7/7] omap3: sr: device: fail sr_dev_init should return error

2010-06-25 Thread Nishanth Menon
sr_dev_init should return error on error conditions Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/sr_device.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[PM-SR] [PATCH 3/7] omap3: sr: enable/disable sr only if required

2010-06-25 Thread Nishanth Menon
we dont need to go down the path of enabling/disabling the SR if we dont need to. do some sanity check and trigger if needed Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Thara Gopinath th...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/smartreflex.c | 19

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: On Fri, Jun 25, 2010 at 12:04 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: On Thu, Jun 24, 2010 at 5:43 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Implement the new runtime PM

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Grant Likely
On Fri, Jun 25, 2010 at 3:58 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: Yes, I've got patches which merge of_platform_bus_type with the platform bus.  This was an easy decision to make because the of-specific bits (specifically, matching

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Kevin Hilman
Grant Likely grant.lik...@secretlab.ca writes: Another way to look at the problem is that these runtime customizations are kind of a property of the parent device (the bus, not the bus_type). Would it make sense for parent devices to have runtime ops to perform for each child that is

Re: [PATCH 7/8] OMAP: PM: Allowing an early init of pm debugfs driver.

2010-06-25 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch changes the pm_db_init from arch initcall to a postcore initcall. With arch initcall, it is impossible for pm driver that gets initialized prior to this driver to use one of the pm debug fs entries during its init. Making it a postcore initcall

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Grant Likely
On Fri, Jun 25, 2010 at 4:46 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Grant Likely grant.lik...@secretlab.ca writes: Another way to look at the problem is that these runtime customizations are kind of a property of the parent device (the bus, not the bus_type).  Would it make sense

Re: [PATCH:v4 12/13] OMAP: GPIO: Implement GPIO as a platform device

2010-06-25 Thread Kevin Hilman
Charulatha V ch...@ti.com writes: This patch implements GPIO as a platform device. Also it implements OMAP2PLUS specific GPIO as HWMOD FW adapted device. This patch makes GPIO to use runtime APIs. GPIO APIs are used in machine_init functions. Hence it is required to complete GPIO probe

Re: [PATCH v2 1/3] OMAP: PM: initial runtime PM core support

2010-06-25 Thread Nicolas Pitre
On Fri, 25 Jun 2010, Russell King - ARM Linux wrote: Does anyone know where we are on the defconfig problem? From what I can see, it's mostly stalled for the time being, which is not good news for us. What looked to be promizing is the work by Uwe Kleine-König according to the preview he