All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lothar Waßmann" <LW@KARO-electronics.de>
To: netdev@vger.kernel.org
Cc: "David Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, "Shawn Guo" <shawn.guo@linaro.org>,
	"Lothar Waßmann" <LW@KARO-electronics.de>
Subject: [PATCH v3 0/8] net/fec: several cleanups and bugfixes
Date: Thu,  8 Dec 2011 08:59:24 +0100	[thread overview]
Message-ID: <cover.1323326019.git.LW@KARO-electronics.de> (raw)

The following set of patches provides some cleanup and bugfixes for
drivers/net/ethernet/freescale/fec.c and makes the driver buildable as
a module.

Changes wrt v2:
 - subject prefix changed to be in sync with existing commits
 - added Acked-by:

Lothar Waßmann (8):
  misc cleanups
  set con_id in clk_get() call to NULL
  prevent dobule restart of interface on FDX/HDX change
  don't request invalid IRQ
  don't munge MAC address from platform data
  preserve MII/RMII setting in fec_stop()
  fix the .remove code
  make FEC driver buildable as module

 drivers/net/ethernet/freescale/Kconfig |    2 +-
 drivers/net/ethernet/freescale/fec.c   |   63 ++++++++++++++++++++++----------
 2 files changed, 44 insertions(+), 21 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: "Lothar Waßmann" <LW@KARO-electronics.de>
To: netdev@vger.kernel.org
Cc: "David Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, "Shawn Guo" <shawn.guo@linaro.org>,
	"Lothar Waßmann" <LW@KARO-electronics.de>
Subject: [PATCH v3 0/8] net/fec: several cleanups and bugfixes
Date: Thu,  8 Dec 2011 08:59:24 +0100	[thread overview]
Message-ID: <cover.1323326019.git.LW@KARO-electronics.de> (raw)

The following set of patches provides some cleanup and bugfixes for
drivers/net/ethernet/freescale/fec.c and makes the driver buildable as
a module.

Changes wrt v2:
 - subject prefix changed to be in sync with existing commits
 - added Acked-by:

Lothar Waßmann (8):
  misc cleanups
  set con_id in clk_get() call to NULL
  prevent dobule restart of interface on FDX/HDX change
  don't request invalid IRQ
  don't munge MAC address from platform data
  preserve MII/RMII setting in fec_stop()
  fix the .remove code
  make FEC driver buildable as module

 drivers/net/ethernet/freescale/Kconfig |    2 +-
 drivers/net/ethernet/freescale/fec.c   |   63 ++++++++++++++++++++++----------
 2 files changed, 44 insertions(+), 21 deletions(-)

             reply	other threads:[~2011-12-08  8:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  7:59 Lothar Waßmann [this message]
2011-12-08  7:59 ` [PATCH v3 0/8] net/fec: several cleanups and bugfixes Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 1/8] net/fec: misc cleanups Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 2/8] net/fec: set con_id in clk_get() call to NULL Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 3/8] net/fec: prevent dobule restart of interface on FDX/HDX change Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 4/8] net/fec: don't request invalid IRQ Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 5/8] net/fec: don't munge MAC address from platform data Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 6/8] net/fec: preserve MII/RMII setting in fec_stop() Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 7/8] net/fec: fix the .remove code Lothar Waßmann
2011-12-08  7:59 ` [PATCH v3 8/8] net/fec: make FEC driver buildable as module Lothar Waßmann
2011-12-09  0:54 ` [PATCH v3 0/8] net/fec: several cleanups and bugfixes 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.1323326019.git.LW@KARO-electronics.de \
    --to=lw@karo-electronics.de \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=shawn.guo@linaro.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.