Re: [PATCH] MIPS: Remove all the uses of custom gpio.h

2015-07-31 Thread Manuel Lauss
-- For the alchemy parts: Acked-by: Manuel Lauss manuel.la...@gmail.com -- Manuel -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] [PATCH v2] net: au1000_eth: fix PHY detection

2016-06-10 Thread Manuel Lauss
which have their (autodetected) PHYs at address 31. Cc: Andrew Lunn <and...@lunn.ch> Signed-off-by: Manuel Lauss <manuel.la...@gmail.com> --- v2: unbreak "use highest phy addr" case. before: libphy: au1000_eth_mii: probed au1000-eth au1000-eth.0 (unnamed net_device) (uninitialized): no PHY f

[PATCH] net: au1000_eth: fix PHY detection

2016-06-10 Thread Manuel Lauss
which have their (autodetected) PHYs at address 31. Cc: Andrew Lunn <and...@lunn.ch> Signed-off-by: Manuel Lauss <manuel.la...@gmail.com> --- before: libphy: au1000_eth_mii: probed au1000-eth au1000-eth.0 (unnamed net_device) (uninitialized): no PHY found au1000-eth: probe of au1000-eth.0 failed with e

[PATCH] net: au1000_eth: get rid of unnecessary header.

2017-02-14 Thread Manuel Lauss
au1000_eth.h isn't used anywhere else, merge its contents into main driver file. Signed-off-by: Manuel Lauss <manuel.la...@gmail.com> --- drivers/net/ethernet/amd/au1000_eth.c | 113 +++-- drivers/net/ethernet/amd/au1000_eth.h | 132 ---

[PATCH 2/2] net: irda: au1k_ir: drop useless include

2017-02-14 Thread Manuel Lauss
remove useless ioport.h include. Signed-off-by: Manuel Lauss <manuel.la...@gmail.com> --- drivers/net/irda/au1k_ir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/irda/au1k_ir.c b/drivers/net/irda/au1k_ir.c index bc2a63f5ca8c..be4ea6aa57a9 100644 --- a/drivers/net/irda/au1

[PATCH 1/2] net: irda: au1k_ir: remove unused timer

2017-02-14 Thread Manuel Lauss
remove the unused timer. I suppose it was intended as a timeout detector, but never properly implemented. Signed-off-by: Manuel Lauss <manuel.la...@gmail.com> --- drivers/net/irda/au1k_ir.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/net/irda/au1k_ir.c b/drivers/ne