From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corentin Labbe Date: Mon, 17 Jun 2019 07:35:05 +0200 Subject: [U-Boot] [linux-sunxi] [PATCH 0/3] Enable networking for BananaPi M3 In-Reply-To: References: <20190616163120.23123-1-clabbe.montjoie@gmail.com> Message-ID: <20190617053505.GA5421@Red> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 17, 2019 at 11:15:17AM +0800, Chen-Yu Tsai wrote: > On Mon, Jun 17, 2019 at 12:31 AM Corentin Labbe > wrote: > > > > Hello > > > > This serie fix building sun8i-emac for a83t and then enable networking > > for BananaPi M3. > > > > Regards > > > > Corentin Labbe (3): > > configs: Sinovoip_BPI_M3_defconfig: Fix invalid DLDO3 settings > > net: sun8i-emac: bring back support of A83T > > configs: Sinovoip_BPI_M3_defconfig: enable sun8i-emac > > > > configs/Sinovoip_BPI_M3_defconfig | 3 ++- > > drivers/net/sun8i_emac.c | 4 ++++ > > 2 files changed, 6 insertions(+), 1 deletion(-) > > I'm quite sure I already too care of this in > > http://git.denx.de/?p=u-boot.git;a=log;h=c23b33f5311abe32db96884318996d2b41db4c94 > > Furthermore, sun8i-emac was already converted to use DM clocks and resets. > I think you may have a stale branch. > > ChenYu i dont understand why, but my master was two month old (I was sure to have issued some git pull). Thanks for having fixing that. Regards