All of lore.kernel.org
 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 mac89x0 driver
Date: Thu,  1 Mar 2018 18:29:28 -0500 (EST)	[thread overview]
Message-ID: <cover.1519813462.git.fthain@telegraphics.com.au> (raw)

Changes since v4 of combined patch series:
- Removed redundant and non-portable MACH_IS_MAC tests.
- Added acked-by tags from Geert Uytterhoeven.
- Omitted patches unrelated to mac89x0 driver.


Finn Thain (4):
  net/mac89x0: Remove redundant code
  net/mac89x0: Convert to platform_driver
  net/mac89x0: Fix and modernize log messages
  net/mac89x0: Replace custom debug logging with netif_* calls

 arch/m68k/mac/config.c                |   4 +
 drivers/net/Space.c                   |   3 -
 drivers/net/ethernet/cirrus/mac89x0.c | 158 +++++++++++-----------------------
 include/net/Space.h                   |   1 -
 4 files changed, 53 insertions(+), 113 deletions(-)

-- 
2.16.1

WARNING: multiple messages have this Message-ID (diff)
From: Finn Thain <fthain@telegraphics.com.au>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-m68k@lists.linux-m68k.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH net 0/4] Fixes, cleanup and modernization for mac89x0 driver
Date: Thu,  1 Mar 2018 18:29:28 -0500 (EST)	[thread overview]
Message-ID: <cover.1519813462.git.fthain@telegraphics.com.au> (raw)

Changes since v4 of combined patch series:
- Removed redundant and non-portable MACH_IS_MAC tests.
- Added acked-by tags from Geert Uytterhoeven.
- Omitted patches unrelated to mac89x0 driver.


Finn Thain (4):
  net/mac89x0: Remove redundant code
  net/mac89x0: Convert to platform_driver
  net/mac89x0: Fix and modernize log messages
  net/mac89x0: Replace custom debug logging with netif_* calls

 arch/m68k/mac/config.c                |   4 +
 drivers/net/Space.c                   |   3 -
 drivers/net/ethernet/cirrus/mac89x0.c | 158 +++++++++++-----------------------
 include/net/Space.h                   |   1 -
 4 files changed, 53 insertions(+), 113 deletions(-)

-- 
2.16.1

             reply	other threads:[~2018-03-01 23:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 23:29 Finn Thain [this message]
2018-03-01 23:29 ` [PATCH net 0/4] Fixes, cleanup and modernization for mac89x0 driver Finn Thain
2018-03-01 23:29 ` [PATCH net 4/4] net/mac89x0: Replace custom debug logging with netif_* calls Finn Thain
2018-03-01 23:29   ` Finn Thain
2018-03-01 23:29 ` [PATCH net 1/4] net/mac89x0: Remove redundant code Finn Thain
2018-03-01 23:29   ` Finn Thain
2018-03-01 23:29 ` [PATCH net 3/4] net/mac89x0: Fix and modernize log messages Finn Thain
2018-03-01 23:29   ` Finn Thain
2018-03-01 23:29 ` [PATCH net 2/4] net/mac89x0: Convert to platform_driver Finn Thain
2018-03-01 23:29   ` Finn Thain
2018-03-02  2:21 ` [PATCH net 0/4] Fixes, cleanup and modernization for mac89x0 driver David Miller
2018-03-02  2:21   ` 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.1519813462.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 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.