All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8][NET] fec.c: several cleanups and bugfixes
@ 2011-12-07 13:37 ` Lothar Waßmann
  0 siblings, 0 replies; 13+ messages in thread
From: Lothar Waßmann @ 2011-12-07 13:37 UTC (permalink / raw)
  To: netdev; +Cc: linux-kernel, Shawn Guo, Lothar Waßmann

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 762 bytes --]

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 v1:
 - more appropriate subject lines
 - fix a messup in patch 7: mii_cnt must be a driver global variable

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(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-12-08  7:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 13:37 [PATCH v2 0/8][NET] fec.c: several cleanups and bugfixes Lothar Waßmann
2011-12-07 13:37 ` Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 1/8][NET] fec.c: misc cleanups Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 2/8][NET] fec.c: set con_id in clk_get() call to NULL Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 3/8][NET] fec.c: prevent dobule restart of interface on FDX/HDX change Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 4/8][NET] fec.c: don't request invalid IRQ Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 5/8][NET] fec.c: don't munge MAC address from platform data Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 6/8][NET] fec.c: preserve MII/RMII setting in fec_stop() Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 7/8][NET] fec.c: fix the .remove code Lothar Waßmann
2011-12-07 13:37 ` [PATCH v2 8/8][NET] fec.c: make FEC driver buildable as module Lothar Waßmann
2011-12-07 18:38 ` [PATCH v2 0/8][NET] fec.c: several cleanups and bugfixes David Miller
2011-12-08  7:01   ` Lothar Waßmann
2011-12-08  7:05     ` Shawn Guo

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.