From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751955AbWISNgS (ORCPT ); Tue, 19 Sep 2006 09:36:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751958AbWISNgS (ORCPT ); Tue, 19 Sep 2006 09:36:18 -0400 Received: from mail.windriver.com ([147.11.1.11]:29394 "EHLO mail.wrs.com") by vger.kernel.org with ESMTP id S1751955AbWISNgR (ORCPT ); Tue, 19 Sep 2006 09:36:17 -0400 Subject: Re: [PATCH] Add Broadcom PHY support In-Reply-To: <450F7498.8090504@garzik.org> To: Jeff Garzik Date: Tue, 19 Sep 2006 09:35:42 -0400 (EDT) CC: linux-kernel@vger.kernel.org, netdev@vger.kernel.org X-Mailer: ELM [version ME+ 2.5 PLalpha5] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="US-ASCII" Message-Id: From: Amy Fong X-OriginalArrivalTime: 19 Sep 2006 13:35:42.0726 (UTC) FILETIME=[80DD5260:01C6DBF0] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org [ Charset ISO-8859-1 unsupported, converting... ] > Amy Fong wrote: > > [PATCH] Add Broadcom PHY support > > > > This patch adds a driver to support the bcm5421s and bcm5461s PHY > > > > Kernel version: linux-2.6.18-rc6 > > > > Signed-off-by: Amy Fong > > And... where are the users of this phy driver? > > Jeff > This phy driver is used by the WRS's sbc8560 (bcm5421s) and sbc843x (bcm5461s) via the gianfar driver. Amy