All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Russell King - ARM Linux <linux@armlinux.org.uk>,
	Andrew Lunn <andrew@lunn.ch>,
	Florian Fainelli <f.fainelli@gmail.com>,
	David Miller <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: improve handling of more complex C45 PHY's
Date: Mon, 27 May 2019 20:26:58 +0200	[thread overview]
Message-ID: <e3ce708d-d841-bd7e-30bb-bff37f3b89ac@gmail.com> (raw)

This series tries to address few problematic aspects raised by
Russell. Concrete example is the Marvell 88x3310, the changes
should be helpful for other complex C45 PHY's too.

Heiner Kallweit (3):
  net: phy: export phy_queue_state_machine
  net: phy: add callback for custom interrupt handler to struct
    phy_driver
  net: phy: move handling latched link-down to phylib state machine

 drivers/net/phy/phy-c45.c    | 12 ------------
 drivers/net/phy/phy.c        | 28 +++++++++++++++++++++++-----
 drivers/net/phy/phy_device.c | 14 +-------------
 include/linux/phy.h          | 13 ++++++++++++-
 4 files changed, 36 insertions(+), 31 deletions(-)

-- 
2.21.0


             reply	other threads:[~2019-05-27 18:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-27 18:26 Heiner Kallweit [this message]
2019-05-27 18:28 ` [PATCH net-next 1/3] net: phy: export phy_queue_state_machine Heiner Kallweit
2019-05-27 19:19   ` Florian Fainelli
2019-05-28 13:10   ` Russell King - ARM Linux admin
2019-05-27 18:28 ` [PATCH net-next 2/3] net: phy: add callback for custom interrupt handler to struct phy_driver Heiner Kallweit
2019-05-27 19:25   ` Florian Fainelli
2019-05-27 19:36     ` Heiner Kallweit
2019-05-28 19:37       ` Florian Fainelli
2019-05-28 20:08         ` Heiner Kallweit
2019-05-28 13:12   ` Russell King - ARM Linux admin
2019-05-27 18:29 ` [PATCH net-next 3/3] net: phy: move handling latched link-down to phylib state machine Heiner Kallweit
2019-05-28 13:15   ` Russell King - ARM Linux admin
2019-05-28 18:22     ` Heiner Kallweit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3ce708d-d841-bd7e-30bb-bff37f3b89ac@gmail.com \
    --to=hkallweit1@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.