]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
usb: phy: isp1301: give it a context structure
authorFelipe Balbi <balbi@ti.com>
Fri, 8 Mar 2013 11:01:40 +0000 (13:01 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:09 +0000 (11:18 +0200)
commit790d3a5ab6e36fb06e99339afe35ecdec4d3b2cb
treeb4fed4344f3734d581561e14ce3763732f189935
parent94ae98433a397dd4695652fc62ca7bc784b08216
usb: phy: isp1301: give it a context structure

this patch is a small preparation to fix
isp1301 driver so that other platforms can
use it.

We're defining our private data structure
to represent this device and adding the
PHY to the PHY list.

Later patches will come implementing proper
PHY API and removing bogus code from ohci_nxp
and lpc32xx_udc drivers.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-isp1301.c