Re: FW: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 14, 2012 at 03:11:37PM +0800, Kevin Liu wrote:

> -		ret = regulator_set_voltage(host->vqmmc, 3300000, 3300000);
> +		ret = regulator_set_voltage(host->vqmmc, 2700000, 3600000);

Should this be regulator_set_voltage_tol()?  Otherwise it'd be good to
explain where the numbers come from.

> +		ret = regulator_is_supported_voltage(host->vmmc, 1700000,
> +			1950000);

We should really add a regulator_is_supported_voltage_tol...  let me
just do that.

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux