]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: Add generic ULPI layer and a viewport
authorJana Rapava <fermata7@gmail.com>
Mon, 5 Dec 2011 09:07:00 +0000 (11:07 +0200)
committerRemy Bohmer <linux@bohmer.net>
Sun, 11 Dec 2011 13:50:09 +0000 (14:50 +0100)
commitf93022c3b11f191141c9128ee88d297cec3b9330
tree7bdec959e6c9b24b70ee3184ccf25820842c4800
parent3874b6d674d194c8d34b4f7242337c9f2120ca9a
USB: Add generic ULPI layer and a viewport

Add partial ULPI specification implementation that should be enough to
interface the ULPI PHYs in the boot loader context.
Add a viewport implementation for Chipidea/ARC based controllers.

Signed-off-by: Jana Rapava <fermata7@gmail.com>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Remy Bohmer <linux@bohmer.net>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Grandegger <wg@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Makefile
drivers/usb/ulpi/Makefile [new file with mode: 0644]
drivers/usb/ulpi/ulpi-viewport.c [new file with mode: 0644]
drivers/usb/ulpi/ulpi.c [new file with mode: 0644]
include/usb/ulpi.h [new file with mode: 0644]