netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FEC patches
@ 2009-01-29  9:03 Sascha Hauer
  2009-01-29  9:03 ` [PATCH] fec: remove unused #else branches Sascha Hauer
  2009-01-30  0:04 ` FEC patches David Miller
  0 siblings, 2 replies; 17+ messages in thread
From: Sascha Hauer @ 2009-01-29  9:03 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Greg Ungerer

Hi David,

Please merge the following patches. The only change since I last sent
them is that I added CONFIG_M520x to the list of supported architectures
as Greg requested.

Regards
  Sascha

If you prefer to pull them via git, you can do it here:

The following changes since commit 5ee810072175042775e39bdd3eaaa68884c27805:
  Linus Torvalds (1):
        Fix "multiple definition of `debugfs_create_size_t'"

are available in the git repository at:

  git://pasiphae.extern.pengutronix.de/git/imx/linux-2.6.git fec-pu

Sascha Hauer (9):
      fec: remove unused #else branches
      fec: remove empty functions
      fec: use linux/*.h instead of asm/*.h
      fec: do not use memcpy on physical addresses
      fec: use dma_alloc_coherent for descriptor ring
      fec: Fix KS8721BL_ICSR phy register offset
      fec: replace flush_dcache_range with dma_sync_single
      fec: Add support for Freescale MX27
      FEC: Turn FEC driver into platform device driver

 drivers/net/Kconfig |    6 +-
 drivers/net/fec.c   |  446 ++++++++++++++++++++++++++++-----------------------
 drivers/net/fec.h   |   11 +-
 3 files changed, 260 insertions(+), 203 deletions(-)




^ permalink raw reply	[flat|nested] 17+ messages in thread
* FEC Patches
@ 2009-01-27 10:39 Sascha Hauer
  2009-01-28  7:37 ` Greg Ungerer
  0 siblings, 1 reply; 17+ messages in thread
From: Sascha Hauer @ 2009-01-27 10:39 UTC (permalink / raw)
  To: netdev; +Cc: Greg Ungerer, frederic rodo

Hi all, hi Greg,

Sorry guys, sending this again. Of course I'm not 'y', just playing
git-send-email:

Who should the emails appear to be from? [Sascha Hauer <s.hauer@pengutronix.de>] y[es]
Emails will be sent from: y


These patches are an updated version from the ones I posted some time ago.
They give the FEC ethernet driver a facelift and turn it into a
platform_device driver. The Coldfire cores are still supported through
legacy ifdefs. The platform driver support has been tested on a
Freescale i.MX27 SoC.

Sascha




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

end of thread, other threads:[~2009-01-30  0:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  9:03 FEC patches Sascha Hauer
2009-01-29  9:03 ` [PATCH] fec: remove unused #else branches Sascha Hauer
2009-01-29  9:03   ` [PATCH] fec: remove empty functions Sascha Hauer
2009-01-29  9:03     ` [PATCH] fec: use linux/*.h instead of asm/*.h Sascha Hauer
2009-01-29  9:03       ` [PATCH] fec: do not use memcpy on physical addresses Sascha Hauer
2009-01-29  9:03         ` [PATCH] fec: use dma_alloc_coherent for descriptor ring Sascha Hauer
2009-01-29  9:03           ` [PATCH] fec: Fix KS8721BL_ICSR phy register offset Sascha Hauer
2009-01-29  9:03             ` [PATCH] fec: replace flush_dcache_range with dma_sync_single Sascha Hauer
2009-01-29  9:03               ` [PATCH] fec: Add support for Freescale MX27 Sascha Hauer
2009-01-29  9:03                 ` [PATCH] FEC: Turn FEC driver into platform device driver Sascha Hauer
2009-01-30  0:04 ` FEC patches David Miller
  -- strict thread matches above, loose matches on Subject: below --
2009-01-27 10:39 FEC Patches Sascha Hauer
2009-01-28  7:37 ` Greg Ungerer
2009-01-28 18:53   ` Sascha Hauer
2009-01-28 20:31     ` David Miller
2009-01-29  9:03       ` Sascha Hauer
2009-01-28 23:46     ` Greg Ungerer

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