From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Thu, 5 May 2016 13:31:21 -0500 Subject: [U-Boot] [PATCH v2 05/18] net: macb: Prepare for driver-model conversion In-Reply-To: <1462454902-6093-6-git-send-email-sjg@chromium.org> References: <1462454902-6093-1-git-send-email-sjg@chromium.org> <1462454902-6093-6-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, May 5, 2016 at 8:28 AM, Simon Glass wrote: > Adjust this driver to avoid using struct netdev in functions that driver > model will call. Also refactor the receive function to be compatible with > driver model. > > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher > Tested-on: smartweb, corvus, taurus, axm > Tested-by: Heiko Schocher > Reviewed-by: Joe Hershberger Pretty sure I acked this last time... Acked-by: Joe Hershberger