From: Yadwinder Singh Brar Date: Sat, 29 Jun 2013 12:51:15 +0000 (+0530) Subject: regulator: core: Add support for disabling ramp delay X-Git-Tag: v3.12-rc1~191^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1653ccf4c52df6a4abe8ec2f33f2cb2896d129ea;p=pandora-kernel.git regulator: core: Add support for disabling ramp delay Some hardwares support disabling ramp delay, so adding ramp_disable flag to constraints. It will be used to figure out whether ramp_delay in constraints is explicitly set to zero or its unintialized (zero by default). And we don't need to call set_voltage_time_sel() for regulators for whom ramp delay is disabled in constraints. Signed-off-by: Yadwinder Singh Brar Signed-off-by: Mark Brown --- Reading git-diff-tree failed