[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1392634399-5456-1-git-send-email-claudiu.manoil@freescale.com>
Date: Mon, 17 Feb 2014 12:53:13 +0200
From: Claudiu Manoil <claudiu.manoil@...escale.com>
To: <netdev@...r.kernel.org>
CC: "David S. Miller" <davem@...emloft.net>
Subject: [PATCH net-next v2 0/6] gianfar: Device configuration fixes
This patchset represents the first part of an effort
to solve some old device configuration issues in gianfar,
especially run-time reset and re-configuration problems.
I'm referring to "on-the-fly" configuration of registers
against HW specification, concurrency issues during device
reset / re-configuration operations, and implementing HW
advisories for these operations.
There's also a good deal of code cleanup and refactoring,
and some other (minor) fixes as well.
Thank you.
--
v2: Remove sysfs stubs w/o replacing them with module
params (patch 2).
Claudiu Manoil (6):
gianfar: Cleanup/Fix gfar_probe and the hw init code
gianfar: Remove sysfs stubs for FIFOCFG and stashing
gianfar: Remove useless HAS_PADDING device flag
gianfar: Factor out enabling/disabling of hw interrupts
gianfar: Add missing graceful reset steps and fixes
gianfar: Remove clean_rx_ring race from gfar_ethtool
Documentation/networking/gianfar.txt | 30 --
drivers/net/ethernet/freescale/Makefile | 3 +-
drivers/net/ethernet/freescale/gianfar.c | 500 +++++++++++------------
drivers/net/ethernet/freescale/gianfar.h | 44 +-
drivers/net/ethernet/freescale/gianfar_ethtool.c | 64 +--
drivers/net/ethernet/freescale/gianfar_sysfs.c | 340 ---------------
6 files changed, 278 insertions(+), 703 deletions(-)
delete mode 100644 drivers/net/ethernet/freescale/gianfar_sysfs.c
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists