netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 00/15] via-rhine: fix resume, cleanup, eth ops (regs)
@ 2012-12-31 15:25 Andreas Mohr
  2012-12-31 15:25 ` [PATCH RFC 01/15] via-rhine: YARB: fix broken resume of ifdown case (NetworkManager) Andreas Mohr
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Andreas Mohr @ 2012-12-31 15:25 UTC (permalink / raw)
  To: andim2; +Cc: Roger Luethi, netdev, Francois Romieu

From: Andreas Mohr <andim2@users.sf.net>

This patchset fixes suspend/resume of via-rhine in the NetworkManager case
(patch 0001), with subsequent patches being predominantly
about general cleanup/renovation work
(one patch adds get_regs() ethtool support, though).

Currently marked as RFC since it's somewhat larger,
without prior review activity.

checkpatch.pl'd patchset against a slightly oldish master
(current state of via-rhine.c in linux-next is identical).

Note that some parts in this patchset have a dependency on predecessors
(e.g. __read_mostly comes to mind).

I managed to stay at 15 patches, thus right at (below) the
official mailing list patch limit.

Somehow Christmas must have been mighty boring :)

And one of the patches narrows down on non-default
compiler warning levels, too (c.f. my recent LKML tirade).

The first patch (resume fix) possibly is -stable material,
but since layer separation currently is not crystal clear
there might be some risk, thus I'm hesitating.

Thanks!


Andreas Mohr (15):
  via-rhine: YARB: fix broken resume of ifdown case (NetworkManager).
  via-rhine: some suspend/resume cleanup.
  via-rhine: small rhine_wait_bit() improvement.
  via-rhine: handle compile warnings (use PCI_VDEVICE macro).
  via-rhine: Spelling/phrases cleanup.
  via-rhine: The Great Renaming.
  via-rhine: MMIO: move register verify into helper function.
  via-rhine: MMIO: move support decision (compile-time-only to
    runtime).
  via-rhine: mark some variables as __read_mostly.
  via-rhine: WOL: remove duplication into a helper.
  via-rhine: WOL: separate WOL configuration (and its logging).
  via-rhine: implement get_regs() ethtool ops.
  via-rhine: misc. cleanup.
  via-rhine: The Great Deduplication.
  via-rhine: add helper (reduce type-unsafe void * assignments).

 drivers/net/ethernet/via/via-rhine.c |  572 +++++++++++++++++++++++-----------
 1 files changed, 396 insertions(+), 176 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2012-12-31 22:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31 15:25 [PATCH RFC 00/15] via-rhine: fix resume, cleanup, eth ops (regs) Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 01/15] via-rhine: YARB: fix broken resume of ifdown case (NetworkManager) Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 02/15] via-rhine: some suspend/resume cleanup Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 03/15] via-rhine: small rhine_wait_bit() improvement Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 04/15] via-rhine: handle compile warnings (use PCI_VDEVICE macro) Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 05/15] via-rhine: Spelling/phrases cleanup Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 06/15] via-rhine: The Great Renaming Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 07/15] via-rhine: MMIO: move register verify into helper function Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 08/15] via-rhine: MMIO: move support decision (compile-time-only to runtime) Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 09/15] via-rhine: mark some variables as __read_mostly Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 10/15] via-rhine: WOL: remove duplication into a helper Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 11/15] via-rhine: WOL: separate WOL configuration (and its logging) Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 12/15] via-rhine: implement get_regs() ethtool ops Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 13/15] via-rhine: misc. cleanup Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 14/15] via-rhine: The Great Deduplication Andreas Mohr
2012-12-31 15:25 ` [PATCH RFC 15/15] via-rhine: add helper (reduce type-unsafe void * assignments) Andreas Mohr
2012-12-31 22:21   ` David Miller

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