Commits
Yuti Amonkar committed 409966e767a
phy: phy-cadence-torrent: Rename DP PHY terms in Cadence Torrent PHY driver Rename DP PHY terms used in driver to use more generic torrent phy nomenclature. - Change driver compatible from "cdns,dp-phy" to "cdns,torrent-phy" - Change private data struct cdns_dp_phy to cdns_torrent_phy - Change module description and registration accordingly - Generic torrent functions have prefix cdns_torrent_phy_* - Functions specific to Torrent phy for DP are prefixed as cdns_torrent_dp_* Signed-off-by: Yuti Amonkar <yamonkar@cadence.com> Signed-off-by: Jyri Sarha <jsarha@ti.com>