
On 08/08/2016 06:42 PM, Tom Rini wrote:
On Sun, Aug 07, 2016 at 09:57:44PM +0200, Marek Vasut wrote:
The following changes since commit 2863a9bfc29092be37f8beee230883367b057065:
Merge git://git.denx.de/u-boot-rockchip (2016-08-06 11:38:14 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 606120f99ec2baf3635b1c2545803348b6f550ab:
dm: atmel: Add driver model support for the ehci driver (2016-08-07 21:56:56 +0200)
NAK:
Dang, CCing the authors, I expect fixed patches. Both dropped for now.
Adding in: commit eb769ac6556f230e30b196445556ba88890ccfd7 Author: Alban Bedel alban.bedel@avionic-design.de Date: Wed Aug 3 08:14:42 2016 +0200
eth: asix88179: Prepare supporting the driver model
gives: +(snow) drivers/usb/eth/asix88179.c: In function 'ax88179_eth_get_info': +(snow) drivers/usb/eth/asix88179.c:725:6: error: too few arguments to function 'asix_basic_reset' +(snow) if (asix_basic_reset(ss)) +(snow) ^ +(snow) drivers/usb/eth/asix88179.c:285:12: note: declared here +(snow) static int asix_basic_reset(struct ueth_data *dev, +(snow) ^ +(snow) make[2]: *** [drivers/usb/eth/asix88179.o] Error 1 +(snow) make[1]: *** [drivers/usb/eth] Error 2 +(snow) make: *** [sub-make] Error 2 And adding in: commit 606120f99ec2baf3635b1c2545803348b6f550ab Author: Wenyou Yang wenyou.yang@atmel.com Date: Fri Aug 5 08:57:35 2016 +0800
dm: atmel: Add driver model support for the ehci driver
gives: +(sama5d2_xplained_mmc) static int clk_get_by_name(struct udevice *dev, const char *name, +(sama5d2_xplained_mmc) ^ w+(sama5d2_xplained_mmc) In file included from drivers/usb/host/ehci-atmel.c:10:0: w+(sama5d2_xplained_mmc) include/clk.h:107:12: warning: 'clk_get_by_name' defined but not used [-Wunused-function]