Re: [PATCH] ibm_emac: Remove the ibm_emac driver

2008-06-17 Thread Sean MacLennan
On Tue, 17 Jun 2008 19:35:23 -0400
Josh Boyer [EMAIL PROTECTED] wrote:

 The arch/ppc sub-tree has been removed in the powerpc git tree.  The
 old ibm_emac driver is no longer used by anything as a result of
 this.  This removes it, leaving the ibm_newemac driver as the proper
 driver to use for PowerPC boards with the EMAC hardware.

Would it make any sense to rename the ibm_newemac driver ibm_emac?

Cheers,
   Sean
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] ibm_emac: Remove the ibm_emac driver

2008-06-17 Thread Benjamin Herrenschmidt
On Tue, 2008-06-17 at 20:11 -0400, Sean MacLennan wrote:
 On Tue, 17 Jun 2008 19:35:23 -0400
 Josh Boyer [EMAIL PROTECTED] wrote:
 
  The arch/ppc sub-tree has been removed in the powerpc git tree.  The
  old ibm_emac driver is no longer used by anything as a result of
  this.  This removes it, leaving the ibm_newemac driver as the proper
  driver to use for PowerPC boards with the EMAC hardware.
 
 Would it make any sense to rename the ibm_newemac driver ibm_emac?

Yes.

Cheers,
Ben.


___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] ibm_emac: Remove the ibm_emac driver

2008-06-17 Thread Josh Boyer
On Wed, 18 Jun 2008 10:34:43 +1000
Benjamin Herrenschmidt [EMAIL PROTECTED] wrote:

 On Tue, 2008-06-17 at 20:11 -0400, Sean MacLennan wrote:
  On Tue, 17 Jun 2008 19:35:23 -0400
  Josh Boyer [EMAIL PROTECTED] wrote:
  
   The arch/ppc sub-tree has been removed in the powerpc git tree.  The
   old ibm_emac driver is no longer used by anything as a result of
   this.  This removes it, leaving the ibm_newemac driver as the proper
   driver to use for PowerPC boards with the EMAC hardware.
  
  Would it make any sense to rename the ibm_newemac driver ibm_emac?
 
 Yes.

One step at a time.

And really, that seems like a bunch of busy work for little gain.  We'd
have to move the files, change the Kconfig options, update all the
in-tree defconfigs... just so it can be called ibm_emac?

I don't really care either way, but I'll leave it up to the ibm_newemac
maintainer to push that change through.  If it goes in, I'll update
other things as needed.

josh
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH] ibm_emac: Remove the ibm_emac driver

2008-06-17 Thread Jeff Garzik

Josh Boyer wrote:

The arch/ppc sub-tree has been removed in the powerpc git tree.  The old
ibm_emac driver is no longer used by anything as a result of this.  This
removes it, leaving the ibm_newemac driver as the proper driver to use for
PowerPC boards with the EMAC hardware.

Signed-off-by: Josh Boyer [EMAIL PROTECTED]
---
 MAINTAINERS   |8 -
 drivers/net/Kconfig   |1 -
 drivers/net/ibm_emac/Kconfig  |   70 -
 drivers/net/ibm_emac/Makefile |   11 -
 drivers/net/ibm_emac/ibm_emac.h   |  329 -
 drivers/net/ibm_emac/ibm_emac_core.c  | 2263 -
 drivers/net/ibm_emac/ibm_emac_core.h  |  222 
 drivers/net/ibm_emac/ibm_emac_debug.c |  211 ---
 drivers/net/ibm_emac/ibm_emac_debug.h |   62 -
 drivers/net/ibm_emac/ibm_emac_mal.c   |  570 -
 drivers/net/ibm_emac/ibm_emac_mal.h   |  267 
 drivers/net/ibm_emac/ibm_emac_phy.c   |  398 --
 drivers/net/ibm_emac/ibm_emac_phy.h   |   80 --
 drivers/net/ibm_emac/ibm_emac_rgmii.c |  200 ---
 drivers/net/ibm_emac/ibm_emac_rgmii.h |   64 -
 drivers/net/ibm_emac/ibm_emac_tah.c   |  110 --
 drivers/net/ibm_emac/ibm_emac_tah.h   |   87 --
 drivers/net/ibm_emac/ibm_emac_zmii.c  |  253 
 drivers/net/ibm_emac/ibm_emac_zmii.h  |   82 --
 19 files changed, 0 insertions(+), 5288 deletions(-)
 delete mode 100644 drivers/net/ibm_emac/Kconfig
 delete mode 100644 drivers/net/ibm_emac/Makefile
 delete mode 100644 drivers/net/ibm_emac/ibm_emac.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_core.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_core.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_debug.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_debug.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_mal.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_mal.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_phy.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_phy.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_rgmii.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_rgmii.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_tah.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_tah.h
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_zmii.c
 delete mode 100644 drivers/net/ibm_emac/ibm_emac_zmii.h


applied

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev