From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 12 Dec 2013 17:24:48 +0900 Subject: [U-Boot] [PATCH 0/2] Add usb eth support In-Reply-To: References: <1382165367-6618-1-git-send-email-inderpal.singh@linaro.org> Message-ID: <52A972D0.1070303@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek Vasut, please check this patchset. This patchset is delegated to you. http://patchwork.ozlabs.org/patch/284845/ http://patchwork.ozlabs.org/patch/284839/ On 02/12/13 19:21, Chander Kashyap wrote: > Ping > > On 19 November 2013 11:09, Chander Kashyap wrote: >> Ping.. >> >> On 19 October 2013 12:19, Inderpal Singh wrote: >>> From: Chander Kashyap >>> >>> Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo >>> controller, connected to HSIC Phy of USB host controller via USB3503 hub. >>> >>> This patchset add support for this usb ethernet controllor. >>> >>> Chander Kashyap (1): >>> exynos5: arndale: Add network support >>> >>> Inderpal Singh (1): >>> usb: ehci: exynos: set/reset hsic phys >>> >>> arch/arm/include/asm/arch-exynos/ehci.h | 14 +++++++++ >>> board/samsung/arndale/arndale.c | 23 +++++++++++++++ >>> drivers/usb/host/ehci-exynos.c | 48 +++++++++++++++++++++++++++++++ >>> include/configs/arndale.h | 6 ++++ >>> 4 files changed, 91 insertions(+) >>> >>> -- >>> 1.7.9.5 >>> >> >> >> >> -- >> with warm regards, >> Chander Kashyap > > > Thanks, Minkyu Kang.