From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Oltean Date: Tue, 16 Feb 2021 23:21:24 +0200 Subject: [PATCH v4 4/7] sandbox: Add a DSA sandbox driver and unit test In-Reply-To: <20210216211341.GZ10169@bill-the-cat> References: <20210125122357.414742-1-olteanv@gmail.com> <20210125122357.414742-5-olteanv@gmail.com> <20210216181457.GX10169@bill-the-cat> <20210216210225.pf4l2loxk357dzfs@skbuf> <20210216211341.GZ10169@bill-the-cat> Message-ID: <20210216212124.yu3th64l63igmlol@skbuf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Feb 16, 2021 at 04:13:41PM -0500, Tom Rini wrote: > On Tue, Feb 16, 2021 at 11:02:25PM +0200, Vladimir Oltean wrote: > > Hi Tom, > > > > On Tue, Feb 16, 2021 at 01:14:57PM -0500, Tom Rini wrote: > > > This test does not pass for me. This can be seen at: > > > https://gitlab.denx.de/u-boot/u-boot/-/jobs/223660 > > > > > > Note that I'm still reviewing the rest of the series right now. > > > > You're right, thanks for letting me know. > > I've fixed this in my tree [ by adding two more patches :-/ ], let me > > know if you have any other feedback, otherwise I'm going to resend soon. > > I'm about to push the rest of the series, so you can rebase on master > shortly, thanks! Or should I hold off as this exposed problems in the > rest of your series? Sorry, I missed your reply earlier. I just sent out a new version which should be sandbox-clean and which also makes the fixed PHY driver compatible with live OF, since that's what the problem was, essentially.