The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 
tags/regulator-fix-v4.9-rc3

for you to fetch changes up to ba14fa1a57c07cca9d520ceded8d3da5beb6175f:

  regulator: core: silence warning: "VDD1: ramp_delay not set" (2016-10-28 
18:22:40 +0100)

----------------------------------------------------------------
regulator: Fix ramp_delay warnings for v4.9

A new warning was introduced for missing information about the time that
regulators take to power on in v4.9.  This is in theory a real issue but
for most practical regulators the communication overhead of talking to
the device is greater than the ramp time so a lot of drivers don't set
it and the warning is far too noisy without identifying practical
issues.  Just remove the warning for now.

----------------------------------------------------------------
H. Nikolaus Schaller (1):
      regulator: core: silence warning: "VDD1: ramp_delay not set"

 drivers/regulator/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Attachment: signature.asc
Description: PGP signature

Reply via email to