Re: [U-Boot] [PATCH v2 0/2] usb: gadget: fotg210: workaround new hardware support

2013-12-22 Thread Kuo-Jung Su
2013/12/20 Marek Vasut ma...@denx.de: On Friday, December 20, 2013 at 05:32:58 AM, Kuo-Jung Su wrote: From: Kuo-Jung Su dant...@faraday-tech.com 1. It's known that EP0 fifo empty indication is not reliable, an extra delay is necessary to avoid data corruption while handling packets with size

[U-Boot] [PATCH] ar8031/8033/phy:enable autonegotiation for ar8031/8033

2013-12-22 Thread Zhao Qiang
Function genphy_parse_link() used if (mii_reg BMSR_ANEGCAPABLE) before while if (phydev-supported SUPPORTED_Autoneg) now. So assign phydev-supported to phydev-drv-features for ar8031/8033 to enable autonegotiation. Signed-off-by: Zhao Qiang b45...@freescale.com --- drivers/net/phy/atheros.c |