mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
USB: Rename "msm72k_otg.c" to "msm_otg.c"
This driver is used across all MSM SoCs. Hence give a generic name. All Functions and strutures are also using "msm_otg" as prefix. Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d3cf2a8d4d
commit
dfb2130c45
6 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ enum otg_control_type {
|
|||
|
||||
/**
|
||||
* struct msm_otg_platform_data - platform device data
|
||||
* for msm72k_otg driver.
|
||||
* for msm_otg driver.
|
||||
* @phy_init_seq: PHY configuration sequence. val, reg pairs
|
||||
* terminated by -1.
|
||||
* @vbus_power: VBUS power on/off routine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue