Re: [PATCH 1/3] ath6kl: Only use match sets when firmware supports it

2018-12-03 Thread Kyle Roeschley
On Mon, Dec 03, 2018 at 10:41:02AM +0200, Kalle Valo wrote: > Kyle Roeschley writes: > > > Have you had a chance to check out these patches yet? > > Not yet, I have been busy with something else. BTW, you can check the > status from patchwork: Whoops, I should have read th

Re: [PATCH 1/3] ath6kl: Only use match sets when firmware supports it

2018-11-30 Thread Kyle Roeschley
Hi Kalle, Have you had a chance to check out these patches yet? -- Kyle Roeschley Software Engineer National Instruments

Re: [PATCH net-next] net: phy: Trigger state machine on state change and not polling.

2016-10-12 Thread Kyle Roeschley
ger the state machine in these cases, > e.g. phy_error(). > > Signed-off-by: Andrew Lunn > Cc: Kyle Roeschley > --- > > This should be applied to stable, but i've no idea what fixes: tag to > use. It could be phylib has been broken since interrupts were added? >

Re: [RFC] net: phy: smsc: Disable auto-negotiation on startup

2016-10-12 Thread Kyle Roeschley
On Tue, Oct 11, 2016 at 09:32:30AM -0500, Jeremy Linton wrote: > On 10/10/2016 12:41 PM, Kyle Roeschley wrote: > > Because the SMSC PHY completes auto-negotiation before the driver is > > ready to handle interrupts, the PHY state machine never realizes that we > > have a lin

Re: [RFC] net: phy: smsc: Disable auto-negotiation on startup

2016-10-12 Thread Kyle Roeschley
On Wed, Oct 12, 2016 at 02:13:06AM -0700, Florian Fainelli wrote: > On 10/10/2016 10:41 AM, Kyle Roeschley wrote: > > Because the SMSC PHY completes auto-negotiation before the driver is > > ready to handle interrupts, the PHY state machine never realizes that we > > h

[RFC] net: phy: smsc: Disable auto-negotiation on startup

2016-10-10 Thread Kyle Roeschley
commit 99f81afc139c ("phy: micrel: Disable auto negotiation on startup"). Signed-off-by: Kyle Roeschley --- drivers/net/phy/smsc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/phy/smsc.c b/drivers/net/phy/smsc.c index b62c4aa..8de8011 100644 --- a/drive