From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Jul 2015 17:32:15 -0600 Subject: [U-Boot] [PATCH 09/20] net: smsc95xx: Prepare for conversion to driver model In-Reply-To: <1436324032-17931-10-git-send-email-sjg@chromium.org> References: <1436324032-17931-1-git-send-email-sjg@chromium.org> <1436324032-17931-10-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 7 July 2015 at 20:53, Simon Glass wrote: > At present struct eth_device is passed around all over the place. This does > not exist with driver model. Add explicit arguments instead, so that with > driver model we can pass the correct things. > > Signed-off-by: Simon Glass > --- > > drivers/usb/eth/smsc95xx.c | 270 +++++++++++++++++++++++++-------------------- > 1 file changed, 149 insertions(+), 121 deletions(-) Applied to u-boot-dm.