From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759315AbdCVL15 (ORCPT ); Wed, 22 Mar 2017 07:27:57 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:48636 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759033AbdCVL1g (ORCPT ); Wed, 22 Mar 2017 07:27:36 -0400 From: Roger Quadros To: CC: , , , , , , Roger Quadros Subject: [PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs Date: Wed, 22 Mar 2017 13:02:02 +0200 Message-ID: <1490180524-28675-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, These 2 patches fix the following 2 issues with the PHY state machine when used with interrupt driven PHYs. - PHY link not coming up if Ethernet cable is plugged before Ethernet network interface is brought up. - PHY not being suspended when PHY is halted. cheers, -roger Roger Quadros (2): net: phy: Fix PHY AN done state machine for interrupt driven PHYs net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with interrupts drivers/net/phy/phy.c | 5 +++++ 1 file changed, 5 insertions(+) -- 2.7.4