From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 24 May 2013 09:11:27 +0800 Subject: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices In-Reply-To: <519DBC88.8050707@googlemail.com> References: <1363068932-2485-1-git-send-email-voice.shen@atmel.com> <1363068932-2485-3-git-send-email-voice.shen@atmel.com> <518F7E14.5030309@googlemail.com> <519C8593.4030405@gmail.com> <519DBC88.8050707@googlemail.com> Message-ID: <519EBE3F.6050008@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andreas, On 5/23/2013 14:51, Andreas Bie?mann wrote: > Hi Bo, > > On 22.05.13 10:45, Bo Shen wrote: >> Hi Andreas, >> >> On 5/14/2013 05:31, Joe Hershberger wrote: >>> On Sun, May 12, 2013 at 6:33 AM, Andreas Bie?mann >>> wrote: >>>> Dear Bo Shen, >>>> >>>> >>>> On 12.03.2013 07:15, Bo Shen wrote: >>>>> >>>>> Add macb support for sama5d3x devices >>>>> >>>>> Signed-off-by: Bo Shen >>>>> --- >>>>> change in v2: >>>>> No change >>>>> --- >>>>> drivers/net/macb.c | 6 ++++-- >>>>> 1 file changed, 4 insertions(+), 2 deletions(-) >>>>> >>>>> diff --git a/drivers/net/macb.c b/drivers/net/macb.c >>>>> index 8bacbda..9e7fbc6 100644 >>>>> --- a/drivers/net/macb.c >>>>> +++ b/drivers/net/macb.c >>>>> @@ -469,7 +469,8 @@ static int macb_init(struct eth_device *netdev, >>>>> bd_t >>>>> *bd) >>>>> #if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \ >>>>> defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20) >>>>> || \ >>>>> defined(CONFIG_AT91SAM9G45) || >>>>> defined(CONFIG_AT91SAM9M10G45) || \ >>>>> - defined(CONFIG_AT91SAM9XE) || defined(CONFIG_AT91SAM9X5) >>>>> + defined(CONFIG_AT91SAM9XE) || defined(CONFIG_AT91SAM9X5) || \ >>>>> + defined(CONFIG_SAMA5D3) >>>> >>>> >>>> I would like to apply http://patchwork.ozlabs.org/patch/239064/ >>>> instead of >>>> this one. >>>> Joe, do you have any objections? >>> >>> Agreed. >> >> Just remind to take this patch: net: macb: using AT91FAMILY replace >> #ifdeferry (http://patchwork.ozlabs.org/patch/239064/). or else the macb >> won't work with sama5d3xek board. > > I thought this would go through Joe's tree. There are some patches > delegated to him regarding sama5 network too (gmac). I could pick up > this single patch however, lets wait some days for Joe to work on the > whole series. OK, I will wait Joe to take these patches. Thanks. > Best regards > > Andreas Bie?mann Best Regards, Bo Shen