From: Sebastian Andrzej Siewior Date: Tue, 30 Jul 2013 19:43:45 +0000 (+0200) Subject: usb: phy: Add AM335x PHY driver X-Git-Tag: v3.12-rc1~186^2~77^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bb869c8b3f1a11f1854cd74ebdeb60753614cf8;p=pandora-kernel.git usb: phy: Add AM335x PHY driver This driver is a redo of my earlier attempt. It uses parts of the generic PHY driver and uses the new control driver for the register the phy needs to power on/off the phy. It also enables easy access for the wakeup register which is not yet implemented. The difference between the omap attempt is: - no static holding variable - one global visible function which exports a struct with callbacks to access the "control" registers. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed