Re: [PATCH v3 0/2] net/macb: merge at91_ether driver into macb driver

2015-03-06 Thread Boris Brezillon
Hello Dave, On Fri, 06 Mar 2015 15:18:30 -0500 (EST) David Miller wrote: > From: Boris Brezillon > Date: Fri, 6 Mar 2015 11:48:39 +0100 > > > Changes since v2: > > - rebase after changed brought by [1] > > Ugh, actually I'm tossing all of your changes. Please do not make > complex dependenc

Re: [PATCH v3 0/2] net/macb: merge at91_ether driver into macb driver

2015-03-06 Thread David Miller
From: Boris Brezillon Date: Fri, 6 Mar 2015 11:48:39 +0100 > Changes since v2: > - rebase after changed brought by [1] Ugh, actually I'm tossing all of your changes. Please do not make complex dependencies like this. And furthermore, don't reference other sets of changes via lkml postings. R

[PATCH v3 0/2] net/macb: merge at91_ether driver into macb driver

2015-03-06 Thread Boris Brezillon
Hello, 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 alw