From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next 0/4] net: phy: sfp: Fixes and debugging improvements Date: Tue, 7 Nov 2017 19:49:07 -0800 Message-ID: <20171108034911.16382-1-f.fainelli@gmail.com> Cc: davem@davemloft.net, andrew@lunn.ch, rmk+kernel@armlinux.org.uk, Florian Fainelli To: netdev@vger.kernel.org Return-path: Received: from mail-ot0-f193.google.com ([74.125.82.193]:55200 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbdKHDtS (ORCPT ); Tue, 7 Nov 2017 22:49:18 -0500 Received: by mail-ot0-f193.google.com with SMTP id w8so1214067otw.11 for ; Tue, 07 Nov 2017 19:49:17 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Hi all, This patch series contains two non critical fixes and also slightly improves the debuggability/readability of the state machine by using human readable strings. Russell, please review. Florian Fainelli (4): net: phy: sfp: Do not reject soldered down modules net: phy: sfp: Use correct endian for sfp->id.ext.options net: phy: sfp: Separate enumerations and states net: phy: sfp: Pretty print state machine events drivers/net/phy/sfp.c | 75 ++++++++++++++++++++++++++++++++++++++++++--------- include/linux/sfp.h | 1 + 2 files changed, 64 insertions(+), 12 deletions(-) -- 2.14.1