diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-13 05:43:45 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-13 05:43:44 -0700 |
| commit | a10e3ceacb9dc0baeade14b822f44c1a6cda0a01 (patch) | |
| tree | 352d38d1216085db8aced18e11c735e1845fa99f /include/linux | |
| parent | ea716e4b583325b4d1dbf51e85ad8c9b2f127a92 (diff) | |
| parent | b1fe3eedb24a47a04719bb6b5125b7e5af306c0e (diff) | |
Merge "scsi: ufs-qcom: dump additional testbus registers"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/phy/phy-qcom-ufs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy/phy-qcom-ufs.h b/include/linux/phy/phy-qcom-ufs.h index 7945fea14d77..25e7a5f183ec 100644 --- a/include/linux/phy/phy-qcom-ufs.h +++ b/include/linux/phy/phy-qcom-ufs.h @@ -58,5 +58,6 @@ void ufs_qcom_phy_save_controller_version(struct phy *phy, u8 major, u16 minor, u16 step); const char *ufs_qcom_phy_name(struct phy *phy); int ufs_qcom_phy_configure_lpm(struct phy *generic_phy, bool enable); +void ufs_qcom_phy_dbg_register_dump(struct phy *generic_phy); #endif /* PHY_QCOM_UFS_H_ */ |
