[PATCH 2/5] net: drivers/amd: restore access to MIPS Alchemy platform

2018-12-18 Thread Manuel Lauss
The MIPS Alchemy platform needs access to the au1000_eth.c driver, which resides in the AMD driver directory (as the chips were at a time made by AMD). Cc: netdev@vger.kernel.org Signed-off-by: Manuel Lauss --- drivers/net/ethernet/amd/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1

[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 --- drivers/net/ethernet/amd/au1000_eth.c | 113 +++-- drivers/net/ethernet/amd/au1000_eth.h | 132 -- 2 files changed

[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 --- 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/au1k_ir.c +++ b/drivers/net/irda

[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 --- drivers/net/irda/au1k_ir.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/net/irda/au1k_ir.c b/drivers/net/irda/au1k_ir.c index

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

2016-06-10 Thread Manuel Lauss
have their (autodetected) PHYs at address 31. Cc: Andrew Lunn Signed-off-by: Manuel Lauss --- v2: unbreak "use highest phy addr" case. 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

[PATCH] net: au1000_eth: fix PHY detection

2016-06-10 Thread Manuel Lauss
have their (autodetected) PHYs at address 31. Cc: Andrew Lunn Signed-off-by: Manuel Lauss --- 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 error -1 after: libphy: au1000_eth_mii: probed AM79C

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

2015-07-30 Thread Manuel Lauss
include/asm/mach-au1x00/gpio.h | 86 -- For the alchemy parts: Acked-by: Manuel Lauss -- 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

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

2015-07-22 Thread Manuel Lauss
On Wed, Jul 22, 2015 at 7:33 PM, Alban Bedel wrote: > Currently CONFIG_ARCH_HAVE_CUSTOM_GPIO_H is defined for all MIPS > machines, and each machine type provides its own gpio.h. However only > the Alchemy machine really use the feature, all other machines only > use the default wrappers. > > For m