All of lore.kernel.org
 help / color / mirror / Atom feed
From: LW@KARO-electronics.de (Lothar Waßmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH][NET] several cleanups and bugfixes for fec.c
Date: Tue,  6 Dec 2011 11:27:08 +0100	[thread overview]
Message-ID: <cover.1323163127.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.

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: linux-kernel@vger.kernel.org, "Shawn Guo" <shawn.guo@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	"Lothar Waßmann" <LW@KARO-electronics.de>
Subject: [PATCH][NET] several cleanups and bugfixes for fec.c
Date: Tue,  6 Dec 2011 11:27:08 +0100	[thread overview]
Message-ID: <cover.1323163127.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.

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: linux-kernel@vger.kernel.org, "Shawn Guo" <shawn.guo@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	"Lothar Waßmann" <LW@KARO-electronics.de>
Subject: [PATCH][NET] several cleanups and bugfixes for fec.c
Date: Tue,  6 Dec 2011 11:27:08 +0100	[thread overview]
Message-ID: <cover.1323163127.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.

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-06 10:27 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06 10:27 Lothar Waßmann [this message]
2011-12-06 10:27 ` [PATCH][NET] several cleanups and bugfixes for fec.c Lothar Waßmann
2011-12-06 10:27 ` Lothar Waßmann
2011-12-06 10:27 ` [PATCH][NET] several cleanups and bugfixes for fec.c: misc cleanups Lothar Waßmann
2011-12-06 10:27   ` Lothar Waßmann
2011-12-06 10:27   ` [PATCH][NET] several cleanups and bugfixes for fec.c: set con_id in clk_get() call to NULL Lothar Waßmann
2011-12-06 10:27     ` Lothar Waßmann
2011-12-06 10:27     ` [PATCH][NET] several cleanups and bugfixes for fec.c: prevent dobule restart of interface on FDX/HDX change Lothar Waßmann
2011-12-06 10:27       ` Lothar Waßmann
2011-12-06 10:27       ` [PATCH][NET] several cleanups and bugfixes for fec.c: don't request invalid IRQ Lothar Waßmann
2011-12-06 10:27         ` Lothar Waßmann
2011-12-06 10:27         ` [PATCH][NET] several cleanups and bugfixes for fec.c: don't munge MAC address from platform data Lothar Waßmann
2011-12-06 10:27           ` Lothar Waßmann
2011-12-06 10:27           ` [PATCH][NET] several cleanups and bugfixes for fec.c: preserve MII/RMII setting in fec_stop() Lothar Waßmann
2011-12-06 10:27             ` Lothar Waßmann
2011-12-06 10:27             ` [PATCH][NET] several cleanups and bugfixes for fec.c: fix the .remove code Lothar Waßmann
2011-12-06 10:27               ` Lothar Waßmann
2011-12-06 10:27               ` [PATCH][NET] several cleanups and bugfixes for fec.c: make FEC driver buildable as module Lothar Waßmann
2011-12-06 10:27                 ` Lothar Waßmann
2011-12-07 13:28               ` [PATCH][NET] several cleanups and bugfixes for fec.c: fix the .remove code Shawn Guo
2011-12-07 13:28                 ` Shawn Guo
2011-12-07 13:26                 ` Lothar Waßmann
2011-12-07 13:26                   ` Lothar Waßmann
2011-12-07 13:43                   ` Shawn Guo
2011-12-07 13:43                     ` Shawn Guo
2011-12-07  9:41             ` [PATCH][NET] several cleanups and bugfixes for fec.c: preserve MII/RMII setting in fec_stop() Shawn Guo
2011-12-07  9:41               ` Shawn Guo
2011-12-07 10:42               ` Lothar Waßmann
2011-12-07 10:42                 ` Lothar Waßmann
2011-12-07 10:58                 ` Shawn Guo
2011-12-07 10:58                   ` Shawn Guo
2011-12-07 10:49                   ` Lothar Waßmann
2011-12-07 10:49                     ` Lothar Waßmann
2011-12-07 11:15                     ` Shawn Guo
2011-12-07 11:15                       ` Shawn Guo
2011-12-07 13:37                 ` Shawn Guo
2011-12-07 13:37                   ` Shawn Guo
2011-12-06 12:48           ` [PATCH][NET] several cleanups and bugfixes for fec.c: don't munge MAC address from platform data Baruch Siach
2011-12-06 13:44             ` Lothar Waßmann
2011-12-06 13:44               ` Lothar Waßmann
2011-12-07  8:57               ` Shawn Guo
2011-12-07  8:57                 ` Shawn Guo
2011-12-07  8:47                 ` Lothar Waßmann
2011-12-07  8:47                   ` Lothar Waßmann
2011-12-07  8:49           ` Shawn Guo
2011-12-07  8:49             ` Shawn Guo
2011-12-07  8:47             ` Lothar Waßmann
2011-12-07  8:47               ` Lothar Waßmann
2011-12-07  9:14               ` Shawn Guo
2011-12-07  9:14                 ` Shawn Guo
2011-12-07  8:27         ` [PATCH][NET] several cleanups and bugfixes for fec.c: don't request invalid IRQ Shawn Guo
2011-12-07  8:27           ` Shawn Guo
2011-12-06 15:24       ` [PATCH][NET] several cleanups and bugfixes for fec.c: prevent dobule restart of interface on FDX/HDX change Ben Hutchings
2011-12-06 15:24         ` Ben Hutchings
2011-12-07  8:26     ` [PATCH][NET] several cleanups and bugfixes for fec.c: set con_id in clk_get() call to NULL Shawn Guo
2011-12-07  8:26       ` Shawn Guo
2011-12-07  8:25   ` [PATCH][NET] several cleanups and bugfixes for fec.c: misc cleanups Shawn Guo
2011-12-07  8:25     ` Shawn Guo
2011-12-06 18:17 ` [PATCH][NET] several cleanups and bugfixes for fec.c David Miller
2011-12-06 18:17   ` David Miller
2011-12-29  6:38 ` Dirk Behme
2011-12-29  6:38   ` Dirk Behme
2011-12-29  7:14   ` Shawn Guo
2011-12-29  7:14     ` Shawn Guo

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.1323163127.git.LW@KARO-electronics.de \
    --to=lw@karo-electronics.de \
    --cc=linux-arm-kernel@lists.infradead.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.