From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/14] net: remove empty MDIO bus reset functions Date: Thu, 27 Mar 2014 14:40:39 -0400 (EDT) Message-ID: <20140327.144039.1757829367634231234.davem@davemloft.net> References: <1395882446-552-1-git-send-email-f.fainelli@gmail.com> <20140327.001934.767098814214449066.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:56219 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754922AbaC0Skl (ORCPT ); Thu, 27 Mar 2014 14:40:41 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Thu, 27 Mar 2014 10:17:02 -0700 > 2014-03-26 21:19 GMT-07:00 David Miller : >> From: Florian Fainelli >> Date: Wed, 26 Mar 2014 18:07:12 -0700 >> >>> This patchset removes all empty MDIO bus reset functions that we have in the >>> tree (hopefully all of them). This function is optional for the MDIO bus code in >>> drivers/net/phy/mdio_bus.c::mdiobus_register, the documentation is updated to >>> reflect that. >>> >>> Having less call sites to update will allow us to implement a generic BMCR_RESET >>> based PHY reset for MDIO buses that require to reset their PHYs before their >>> PHY detection succeeds (e.g: HiSilicon hip04 current submission) and provide it >>> as a helper. >> >> Series applied, thanks. > > Did you apply it locally but did not push it to net-next.git yet? I > can see the tipc changes you just replied to, but not those patches. Sorry about that. It's on my home system, I'll push it out when I get homne from the office today.