public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: et131x: Following mvoe to use phydev, remove detritus
@ 2011-09-04 10:24 Mark Einon
  2011-09-04 10:24 ` [PATCH 01/12] staging: et131x: Remove private adapter->linkspeed and use phydev->speed instead Mark Einon
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Mark Einon @ 2011-09-04 10:24 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, o.hartmann

These changes make a big cleanup of the PHY driver code, and removing stuff that isn't (hopefully) relevant anymore.  

Mark Einon (12):
staging: et131x: Remove private adapter->linkspeed and
staging: et131x: Remove private adapter->duplex_mode
staging: et131x: Remove redundant struct adapter
staging: et131x: Remove PHY interrupt handling code
staging: et131x: remove calls to
staging: et131x: Remove registry_rx_mem_end from
staging: et131x: Remove cached_mask_value from
staging: et131x: Remove duplicated register defines
staging: et131x: Replace magic numbers in et1310_phy.c
staging: et131x: Remove struct mi_regs from
staging: et131x: Remove ai_force_[duplex|speed] from
staging: et131x: Update README file

 drivers/staging/et131x/README           |    2 -
 drivers/staging/et131x/et1310_mac.c     |   15 ++-
 drivers/staging/et131x/et1310_phy.c     |  105 ++++++++++-------------
 drivers/staging/et131x/et1310_phy.h     |  143 +++++++++++++++----------------
 drivers/staging/et131x/et1310_rx.c      |    9 ++-
 drivers/staging/et131x/et1310_tx.c      |    6 +-
 drivers/staging/et131x/et131x_adapter.h |   13 ---
 drivers/staging/et131x/et131x_initpci.c |   16 ++--
 drivers/staging/et131x/et131x_isr.c     |   40 ---------
 9 files changed, 143 insertions(+), 206 deletions(-)


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

end of thread, other threads:[~2011-09-04 10:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-04 10:24 [PATCH 00/12] staging: et131x: Following mvoe to use phydev, remove detritus Mark Einon
2011-09-04 10:24 ` [PATCH 01/12] staging: et131x: Remove private adapter->linkspeed and use phydev->speed instead Mark Einon
2011-09-04 10:24 ` [PATCH 02/12] staging: et131x: Remove private adapter->duplex_mode and use phydev->duplex instead Mark Einon
2011-09-04 10:24 ` [PATCH 03/12] staging: et131x: Remove redundant struct adapter members Mark Einon
2011-09-04 10:24 ` [PATCH 04/12] staging: et131x: Remove PHY interrupt handling code from driver isr handler Mark Einon
2011-09-04 10:24 ` [PATCH 05/12] staging: et131x: remove calls to netif_carrier_[on|off] from et131x_mii_check Mark Einon
2011-09-04 10:24 ` [PATCH 06/12] staging: et131x: Remove registry_rx_mem_end from struct et131x_adapter Mark Einon
2011-09-04 10:24 ` [PATCH 07/12] staging: et131x: Remove cached_mask_value from et131x_adapter Mark Einon
2011-09-04 10:24 ` [PATCH 08/12] staging: et131x: Remove duplicated register defines from et1310_phy.h Mark Einon
2011-09-04 10:24 ` [PATCH 09/12] staging: et131x: Replace magic numbers in et1310_phy.c with defines Mark Einon
2011-09-04 10:24 ` [PATCH 10/12] staging: et131x: Remove struct mi_regs from et1310_phy.h Mark Einon
2011-09-04 10:24 ` [PATCH 11/12] staging: et131x: Remove ai_force_[duplex|speed] from et131x_adapter Mark Einon
2011-09-04 10:24 ` [PATCH 12/12] staging: et131x: Update README file Mark Einon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox