From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id EDDBFDDE40 for ; Thu, 10 May 2007 00:33:23 +1000 (EST) In-Reply-To: <20070508001808.GD7449@localhost.localdomain> References: <20070507182947.GD26920@ld0162-tx32.am.freescale.net> <463F9A38.6080408@freescale.com> <3FE06AFA-BEE6-46CF-B12C-29D979AE50D7@kernel.crashing.org> <20070508001808.GD7449@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 05/13] Document the fsl, magic-packet property in gianfar nodes. Date: Wed, 9 May 2007 16:33:12 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >>>> As I previously wrote internally, it's only needed because some >>>> versions of the device have it and some don't; what it really means >>>> is that certain bits in certain registers are valid. So have the driver detect this based on "compatible" or "model". > Further, is there already a standard description for WoL capability > described in one of the OF binding documents. Segher? [Cc: me if you want me to answer, I was reading this thread with the "d" key, you got lucky]. There is no standard wake-on-lan thing in any binding as far as I know. I don't see how it would be useful anyway, it's all just the device driver's job as far as I can see. Segher