summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufs.h
diff options
context:
space:
mode:
authorRaviv Shvili <rshvili@codeaurora.org>2014-09-25 15:32:24 +0300
committerChristoph Hellwig <hch@lst.de>2014-10-01 13:11:20 +0200
commit6a771a656041f404fae143e5d753d37f5c0688e7 (patch)
tree13596a256da37823e27f83998c5698e0cbaf0c87 /drivers/scsi/ufs/ufs.h
parentc6e79dacd86fd7ddd452fa52b3f4ca996db31e49 (diff)
ufs: add voting support for host controller power
Add the support for voting of the regulator powering the host controller logic. Signed-off-by: Raviv Shvili <rshvili@codeaurora.org> Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Dolev Raviv <draviv@codeaurora.org> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/ufs/ufs.h')
-rw-r--r--drivers/scsi/ufs/ufs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h
index 729ce7d62d1e..9bb691962c47 100644
--- a/drivers/scsi/ufs/ufs.h
+++ b/drivers/scsi/ufs/ufs.h
@@ -385,6 +385,7 @@ struct ufs_vreg_info {
struct ufs_vreg *vcc;
struct ufs_vreg *vccq;
struct ufs_vreg *vccq2;
+ struct ufs_vreg *vdd_hba;
};
#endif /* End of Header */