From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] phy layer: add kernel-doc + DocBook Date: Sat, 10 Feb 2007 18:55:22 -0500 Message-ID: <45CE5B6A.5000406@garzik.org> References: <20070207213026.3ae3c732.randy.dunlap@oracle.com> <45CCE8FC.7000304@garzik.org> <45CE4029.3070505@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev , afleming@FREESCALE.COM, akpm To: Randy Dunlap Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:40764 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752180AbXBJXz1 (ORCPT ); Sat, 10 Feb 2007 18:55:27 -0500 In-Reply-To: <45CE4029.3070505@oracle.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Randy Dunlap wrote: > Jeff Garzik wrote: >> Randy Dunlap wrote: >>> From: Randy Dunlap >>> >>> Convert function documentation in drivers/net/phy/ to kernel-doc >>> and add it to DocBook. >>> >>> Signed-off-by: Randy Dunlap >>> --- >>> Documentation/DocBook/kernel-api.tmpl | 6 + >>> drivers/net/phy/mdio_bus.c | 19 ++- >>> drivers/net/phy/phy.c | 192 >>> ++++++++++++++++++++++++---------- >>> drivers/net/phy/phy_device.c | 114 +++++++++++++------- >>> 4 files changed, 234 insertions(+), 97 deletions(-) >> >> ACK but patch does not support to linux-2.6.git > > It does for me. Do you mean that it doesn't apply to #netdev #upstream > or something like that? It failed applying to linux-2.6.git/drivers/net/phy/* with your previous phy layer patch, then your patch here. Jeff