Re: [v9, 6/6] fsl/fman: Add FMan MAC driver

2015-12-08 Thread Andy Fleming
On Thu, Dec 3, 2015 at 1:19 AM, wrote: > From: Igal Liberman > > This patch adds the Ethernet MAC driver supporting the three > different types of MACs: dTSEC, tGEC and mEMAC. > > Signed-off-by: Igal Liberman [...] > + > +MODULE_LICENSE("Dual BSD/GPL"); > + > +MODULE_AUTHOR("Emil Medve "); I

[PATCH] phy: Add support for VSC8234

2013-03-22 Thread Andy Fleming
No functional changes other than to recognize this PHYID. Signed-off-by: Andy Fleming Signed-off-by: Kumar Gala Signed-off-by: Ben Collins Cc: net...@vger.kernel.org --- drivers/net/phy/vitesse.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/net

[PATCH] of_mdio: Add of_phy_attach function

2013-03-22 Thread Andy Fleming
of_phy_connect is useful for most systems, but some drivers will want finer-grained control over their PHYs, and won't want to use the PHY Lib state machine or interrupt handlers. This mirrors phy_attach() in libphy, which is already exported. Signed-off-by: Andy Fleming Signed-off-by

[PATCH] net: Add support for handling queueing in hardware

2013-03-22 Thread Andy Fleming
. Signed-off-by: Andy Fleming Signed-off-by: Ben Collins Cc: net...@vger.kernel.org --- include/linux/netdev_features.h | 2 ++ net/core/dev.c | 6 ++ 2 files changed, 8 insertions(+) diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h index

Re: [PATCH]drivers/net/phy/: default return value in ioctl phy.c

2008-01-14 Thread Andy Fleming
abstraction layer. I 've tetsted this with the macb driver. Signed-off-by: Rini van Zetten <[EMAIL PROTECTED]> Acked-by: Andy Fleming <[EMAIL PROTECTED]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PRO

Re: [PATCH 28/46] PHY: remove rwsem use from phy core

2007-04-27 Thread Andy Fleming
gned-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Acked-by: Andy Fleming <[EMAIL PROTECTED]> --- I think I copied that code from elsewhere without truly understanding it. *bows head in shame* As such, I have no objection to this patch unless someone says it breaks their boa

Re: [patch 1/1] network: add the missing phy_device speed information to phy_mii_ioctl

2007-03-06 Thread Andy Fleming
On Mar 2, 2007, at 11:42, Shan Lu wrote: Changelog: Function `phy_mii_ioctl' returns physical device's information based on user requests. When requested to return the basic mode control register information (BMCR), the original implementation only returns the physical device's duplex info

Re: [PATCH] Export current_is_keventd() for libphy

2006-12-07 Thread Andy Fleming
On Dec 7, 2006, at 11:05, Jeff Garzik wrote: Yes, I merged the code, but looking deeper at phy its clear I missed some things. Looking into libphy's workqueue stuff, it has the following sequence: disable interrupts schedule_work() ... time passes ... ... wo

Re: [PATCH] Export current_is_keventd() for libphy

2006-12-05 Thread Andy Fleming
On Dec 5, 2006, at 14:39, Andrew Morton wrote: On Tue, 5 Dec 2006 17:48:05 + (GMT) "Maciej W. Rozycki" <[EMAIL PROTECTED]> wrote: Essentially there is a race when disconnecting from a PHY, because interrupt delivery uses the event queue for processing. The function to handle interrupt

Re: [PATCH] Add Broadcom PHY support

2006-12-05 Thread Andy Fleming
On Dec 5, 2006, at 00:03, Benjamin Herrenschmidt wrote: I believe that this fiber enabling can be done by defining config_init in the phy_driver struct. struct phy_driver { /* Called to initialize the PHY, * including after a reset */ int (*config_init)(struct phy

Re: [PATCH] Export current_is_keventd() for libphy

2006-12-05 Thread Andy Fleming
On Dec 5, 2006, at 11:48, Maciej W. Rozycki wrote: Essentially there is a race when disconnecting from a PHY, because interrupt delivery uses the event queue for processing. The function to handle interrupts that is called from the event queue is phy_change(). It takes a pointer to a stru

Re: [PATCH] 3c59x: read current link status from phy

2005-09-09 Thread Andy Fleming
On Sep 9, 2005, at 05:10, Bogdan Costescu wrote: On Thu, 8 Sep 2005, Andy Fleming wrote: Is the cost of an extra read every minute really too high? You probably didn't look at the code. The MII registers are not exposed in the PCI space, they need to be accessed through a s

Re: [PATCH] 3c59x: read current link status from phy

2005-09-08 Thread Andy Fleming
On Sep 8, 2005, at 10:42, Bogdan Costescu wrote: On Thu, 8 Sep 2005, Tommy Christensen wrote: Personally, I'd prefer the delay to be < 10 seconds. If you sample every 60 seconds ? Teach Shannon how to do it ;-) If you mean to reduce the sampling period, there is a very good reason not t