mbox series

[v1,0/2] Introduce bus voting vendor ops

Message ID 1572439064-28785-1-git-send-email-cang@codeaurora.org (mailing list archive)
Headers show
Series Introduce bus voting vendor ops | expand

Message

Can Guo Oct. 30, 2019, 12:37 p.m. UTC
Some vendors need to vote for bus bandwidth when bus clocks are changed,
hence introduce the bus voting vendor ops so that UFS driver can use it.

Can Guo (2):
  scsi: ufs: Introduce bus voting vendor ops
  scsi: ufs-qcom: Export bus bandwidth voting ops

 drivers/scsi/ufs/ufs-qcom.c | 53 ++++++++++++++++++++++++++++++---------------
 drivers/scsi/ufs/ufshcd.c   | 19 +++++++++++++++-
 drivers/scsi/ufs/ufshcd.h   |  9 ++++++++
 3 files changed, 62 insertions(+), 19 deletions(-)