From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 19 Feb 2013 20:04:07 +0100 Subject: [U-Boot] patch to support Xilinx 1000BASE-X phy (GTX) In-Reply-To: References: Message-ID: <20130219190407.E59D4200530@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Charles Coldwell, In message you wrote: > and here it is again, in-line > > commit 39695029bc15041c809df3db4ba19bd729c447fa > Author: Charles Coldwell > Date: Tue Feb 19 08:27:33 2013 -0500 > > Changes to support the Xilinx 1000BASE-X phy (GTX/MGT) > > diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c > index d0ed766..8a38ccb 100644 > --- a/drivers/net/phy/phy.c > +++ b/drivers/net/phy/phy.c > @@ -75,6 +75,10 @@ static int genphy_config_advert(struct phy_device *phydev) > adv |= ADVERTISE_PAUSE_CAP; > if (advertise & ADVERTISED_Asym_Pause) > adv |= ADVERTISE_PAUSE_ASYM; > + if (advertise & ADVERTISED_1000baseX_Half) > + adv |= ADVERTISE_1000XHALF; > + if (advertise & ADVERTISED_1000baseX_Full) > + adv |= ADVERTISE_1000XFULL; Your patch is white space corrupted. Please fix your mailer. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing. - Dick Brandon