linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: "David S. Miller" <davem@davemloft.net>,
	Andrew Lunn <andrew@lunn.ch>, Eric Dumazet <edumazet@google.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Vladimir Oltean <olteanv@gmail.com>,
	Woojung Huh <woojung.huh@microchip.com>,
	Arun Ramadoss <arun.ramadoss@microchip.com>
Cc: "Oleksij Rempel" <o.rempel@pengutronix.de>,
	kernel@pengutronix.de, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, UNGLinuxDriver@microchip.com,
	"Søren Andersen" <san@skov.dk>
Subject: [PATCH net-next v4 0/3] net: dsa: microchip: implement PHY loopback
Date: Wed, 24 Jan 2024 13:33:11 +0100	[thread overview]
Message-ID: <20240124123314.734815-1-o.rempel@pengutronix.de> (raw)

changes v4:
- add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to patch 3
- add Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> to patch 3

changes v3:
- add Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com> to first 2
  patches
- move ksz879x specific loopback handling to separate functions

changes v2:
- add Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> to first 2
  patches
- make sure reverse x-mas tree is present in all patches
- add new lines between if statements
- reword commit message of the 3. patch 

Oleksij Rempel (3):
  net: dsa: microchip: ksz8: move BMCR specific code to separate
    function
  net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr
  net: dsa: microchip: implement PHY loopback configuration for KSZ8794
    and KSZ8873

 drivers/net/dsa/microchip/ksz8795.c     | 400 ++++++++++++++++--------
 drivers/net/dsa/microchip/ksz8795_reg.h |   1 +
 2 files changed, 270 insertions(+), 131 deletions(-)

-- 
2.39.2


             reply	other threads:[~2024-01-24 12:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 12:33 Oleksij Rempel [this message]
2024-01-24 12:33 ` [PATCH net-next v4 1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function Oleksij Rempel
2024-01-24 12:33 ` [PATCH net-next v4 2/3] net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcr Oleksij Rempel
2024-01-24 12:33 ` [PATCH net-next v4 3/3] net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ8873 Oleksij Rempel
2024-01-27  5:40 ` [PATCH net-next v4 0/3] net: dsa: microchip: implement PHY loopback patchwork-bot+netdevbpf

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=20240124123314.734815-1-o.rempel@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=arun.ramadoss@microchip.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=san@skov.dk \
    --cc=woojung.huh@microchip.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).