Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753768Ab2FEQLq (ORCPT ); Tue, 5 Jun 2012 12:11:46 -0400 Received: from am1ehsobe003.messaging.microsoft.com ([213.199.154.206]:12006 "EHLO am1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134Ab2FEQLp (ORCPT ); Tue, 5 Jun 2012 12:11:45 -0400 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: -16 X-BigFish: VS-16(zzbb2dI9371I542M1432N98dKzz1202hzzz2dh2a8h668h839hd25he5bhf0ah) Message-ID: <4FCE2FB8.9080307@freescale.com> Date: Tue, 5 Jun 2012 11:11:36 -0500 From: Scott Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Li Yang-R58472 CC: Wood Scott-B07421 , Zhao Chenhui-B35336 , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "galak@kernel.crashing.org" Subject: Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source References: <1336737235-15370-1-git-send-email-chenhui.zhao@freescale.com> <1336737235-15370-4-git-send-email-chenhui.zhao@freescale.com> <4FC93D74.3090200@freescale.com> <20120604113609.GC20676@localhost.localdomain> <4FCD3E8B.30805@freescale.com> <94F013E7935FF44C83EBE7784D62AD3F09335D27@039-SN2MPN1-022.039d.mgd.msft.net> In-Reply-To: <94F013E7935FF44C83EBE7784D62AD3F09335D27@039-SN2MPN1-022.039d.mgd.msft.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2305 Lines: 60 On 06/04/2012 11:08 PM, Li Yang-R58472 wrote: > > >> -----Original Message----- >> From: Wood Scott-B07421 >> Sent: Tuesday, June 05, 2012 7:03 AM >> To: Zhao Chenhui-B35336 >> Cc: linuxppc-dev@lists.ozlabs.org; linux-kernel@vger.kernel.org; >> galak@kernel.crashing.org; Li Yang-R58472 >> Subject: Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup >> event source >> >> On 06/04/2012 06:36 AM, Zhao Chenhui wrote: >>> On Fri, Jun 01, 2012 at 05:08:52PM -0500, Scott Wood wrote: >>>> On 05/11/2012 06:53 AM, Zhao Chenhui wrote: >>>>> +int mpc85xx_pmc_set_wake(struct platform_device *pdev, bool enable) >>>> >>>> Why does it have to be a platform_device? Would a bare device_node >> work >>>> here? If it's for stuff like device_may_wakeup() that could be in a >>>> platform_device wrapper function. >>> >>> It does not have to be a platform_device. I think it can be a struct >> device. >> >> Why does it even need that? The low level mechanism for influencing >> PMCDR should only need a device node, not a Linux device struct. > > It does no harm to pass the device structure and makes more sense for object oriented interface design. It does do harm if you don't have a device structure to pass, if for some reason you found the device by directly looking for it rather than going through the device model. >>>> Who is setting can_wakeup for these devices? >>> >>> The device driver is responsible to set can_wakeup. >> >> How would the device driver know how to set it? Wouldn't this depend on >> the particular SoC and low power mode? > > It is based on the "fsl,magic-packet" and "fsl,wake-on-filer" device tree properties. fsl,magic-packet was a mistake. It is equivalent to checking the compatible for etsec. It does not convey any information about whether the eTSEC is still active in a given low power mode. How is fsl,wake-os-filer relevant to this decision? When will it be set but not fsl,magic-packet? What about devices other than ethernet? What about differences between ordinary sleep and deep sleep? -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/