linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Finn Thain <fthain@telegraphics.com.au>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-m68k@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH net 0/4] Fixes, cleanup and modernization for SONIC ethernet drivers
Date: Sat, 24 Feb 2018 18:27:24 -0500 (EST)	[thread overview]
Message-ID: <cover.1519514463.git.fthain@telegraphics.com.au> (raw)

Changes since v4 of combined patch series:
- Removed redundant and non-portable MACH_IS_MAC tests.
- Omitted patches unrelated to SONIC drivers.
- Dropped changes to the 'version_printed' logic and debug message text.


Finn Thain (4):
  net/macsonic: Convert to nubus_driver
  net/macsonic: Drop redundant MACH_IS_MAC test
  net/sonic: Clean up and modernize log messages
  net/sonic: Replace custom debug logging with netif_* calls

 drivers/net/ethernet/natsemi/jazzsonic.c |  32 +---
 drivers/net/ethernet/natsemi/macsonic.c  | 244 ++++++++++++++++++-------------
 drivers/net/ethernet/natsemi/sonic.c     |  99 +++++++------
 drivers/net/ethernet/natsemi/sonic.h     |   2 +
 drivers/net/ethernet/natsemi/xtsonic.c   |  30 +---
 5 files changed, 210 insertions(+), 197 deletions(-)

-- 
2.16.1

             reply	other threads:[~2018-02-24 23:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24 23:27 Finn Thain [this message]
2018-02-24 23:27 ` [PATCH net 3/4] net/sonic: Clean up and modernize log messages Finn Thain
2018-02-24 23:27 ` [PATCH net 4/4] net/sonic: Replace custom debug logging with netif_* calls Finn Thain
2018-02-24 23:27 ` [PATCH net 1/4] net/macsonic: Convert to nubus_driver Finn Thain
2018-02-24 23:27 ` [PATCH net 2/4] net/macsonic: Drop redundant MACH_IS_MAC test Finn Thain
2018-02-25  9:51   ` Geert Uytterhoeven
2018-02-26 19:46 ` [PATCH net 0/4] Fixes, cleanup and modernization for SONIC ethernet drivers David Miller

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=cover.1519514463.git.fthain@telegraphics.com.au \
    --to=fthain@telegraphics.com.au \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@vger.kernel.org \
    --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 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).