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
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
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
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
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
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
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
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