]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/phy/phy-msm-usb.c
USB: Add MSM OTG Controller driver
authorPavankumar Kondeti <pkondeti@codeaurora.org>
Tue, 7 Dec 2010 12:23:55 +0000 (17:53 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 22:23:31 +0000 (14:23 -0800)
commite0c201f339fe7fc38d1b0f6f4755ff627686c7e0
treea8245f60d4e0c0e22901a15a655af45eaf17325d
parent05570297ecbe834b1756b522412b68eaffb9ab11
USB: Add MSM OTG Controller driver

This driver implements PHY initialization, clock management, ULPI IO ops
and simple OTG state machine to kick host/peripheral based on Id/VBUS
line status.  VBUS/Id lines are tied to a reference voltage on some boards.
Hence provide debugfs interface to select host/peripheral mode.

Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/otg/Kconfig
drivers/usb/otg/Makefile
drivers/usb/otg/msm72k_otg.c [new file with mode: 0644]
include/linux/usb/msm_hsusb.h [new file with mode: 0644]
include/linux/usb/msm_hsusb_hw.h [new file with mode: 0644]