Re: [PATCH v4 0/4] net/macb: merge at91_ether driver into macb driver

From: David Miller
Date: Sat Mar 07 2015 - 22:30:37 EST


From: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Mar 2015 07:23:28 +0100

> The rm9200 boards use the dedicated at91_ether driver instead of the
> regular macb driver.
>
> Both the macb and at91_ether drivers can be compiled as separated
> modules.
> Since the at91_ether driver uses code from the macb driver, at91_ether.ko
> depends on macb.ko.
>
> However the macb.ko module always fails to load on rm9200 boards: the
> macb_probe() function expects a hclk clock which doesn't exist on rm9200.
> Then the at91_ether.ko can't be loaded in turn due to unresolved
> dependencies.
>
> This series of patches fix this issue by merging at91_ether into macb.
>
> Patch 1 is fixing a problem that might happen when enabling ARM
> multi-platform suppot.

Series applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/