From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Mon, 20 Aug 2012 15:27:02 +0300 Subject: [U-Boot] [PATCH 0/3] Tegra 2 USB ULPI series In-Reply-To: <1345392496-28739-1-git-send-email-dev@lynxeye.de> References: <1345392496-28739-1-git-send-email-dev@lynxeye.de> Message-ID: <50322D16.3090501@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/19/12 19:08, Lucas Stach wrote: > With this series we are able to initialize USB controllers > using an external ULPI phy AKA USB2 on Tegra 2 devices. > > This was tested to work on a Toradex Colibri T20 board, > where USB2 is used to access the ASIX ethernet chipset. > Testing was done with "tegra20: usb: rework set_host_mode" I'm sorry, I have missed this patch. Can you please give us a reference to it? > applied. I did not spot any regressions on the UTMI ports. > > Patchset is based on top of u-boot-tegra/next > > Lucas Stach (3): > tegra20: complete periph_id enum > tegra20: add clock_set_pllout function > tegra20: add USB ULPI init code > > arch/arm/cpu/armv7/tegra20/usb.c | 131 +++++++++++++++++++++++++--- > arch/arm/cpu/tegra20-common/clock.c | 26 ++++++ > arch/arm/cpu/tegra20-common/warmboot_avp.c | 2 +- > arch/arm/include/asm/arch-tegra20/clk_rst.h | 11 ++- > arch/arm/include/asm/arch-tegra20/clock.h | 25 ++++++ > arch/arm/include/asm/arch-tegra20/usb.h | 29 ++++-- > 6 Dateien ge?ndert, 206 Zeilen hinzugef?gt(+), 18 Zeilen entfernt(-) > -- Regards, Igor.