Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phy: ulpi_phy: Add const qualifier to ops | Axel Lin | 2015-08-03 | 1 | -1/+1 |
| | | | | | | | The ops is never changed in ulpi_phy_create(), so make it const. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> | ||||
* | phy: helpers for USB ULPI PHY registering | Heikki Krogerus | 2015-05-13 | 1 | -0/+31 |
ULPI PHYs need to be bound to their controllers with a lookup. This adds helpers that the ULPI drivers can use to do both, the registration of the PHY and the lookup, at the same time. Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Acked-by: David Cohen <david.a.cohen@linux.intel.com> Acked-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com> |