mbox series

[v1,0/2] Supports Reading UFS's Vcc Voltage Levels from DT

Message ID cover.1598939393.git.nguyenb@codeaurora.org (mailing list archive)
Headers show
Series Supports Reading UFS's Vcc Voltage Levels from DT | expand

Message

Bao D. Nguyen Sept. 1, 2020, 6 a.m. UTC
UFS's specification supports a range of Vcc operating voltages.
Allows selecting the UFS Vcc operating voltage levels by reading
the UFS's vcc-voltage-level in the device tree.

Bao D. Nguyen (2):
  scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS
  scsi: ufs: Support reading UFS's Vcc voltage from device tree

 Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt |  2 ++
 drivers/scsi/ufs/ufshcd-pltfrm.c                        | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

Comments

Bao D. Nguyen Sept. 10, 2020, 1:29 a.m. UTC | #1
On 2020-08-31 23:00, Bao D. Nguyen wrote:
> UFS's specification supports a range of Vcc operating voltages.
> Allows selecting the UFS Vcc operating voltage levels by reading
> the UFS's vcc-voltage-level in the device tree.
> 
> Bao D. Nguyen (2):
>   scsi: dt-bindings: ufs: Add vcc-voltage-level for UFS
>   scsi: ufs: Support reading UFS's Vcc voltage from device tree
> 
>  Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt |  2 ++
>  drivers/scsi/ufs/ufshcd-pltfrm.c                        | 15 
> ++++++++++++---
>  2 files changed, 14 insertions(+), 3 deletions(-)

Hello, please help review the change and comment if any.

Thanks!
Bao