From c5c001b0384b70298e5bda4ec08c3f32f27cb5e2 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 8 Aug 2012 20:17:18 +0800 Subject: [PATCH] --- yaml --- r: 323343 b: refs/heads/master c: 89009e1888ad9a7f4491b8644884f5339773e643 h: refs/heads/master i: 323341: aa2f02f39e3839e163b77f3940752b9b17fa530e 323339: 5edc43131e09e89d07bda6a0dba0812143c8b197 323335: a1b787cebe3ef14aac8cf0b96741a95abc1e215f 323327: cf682e1ec33749ae4707b9726f17f6cfca69a240 v: v3 --- [refs] | 2 +- trunk/include/linux/regulator/driver.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ca3880d09983..0ba89e39d5de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19d23c21a64d1312be48def8ac49180bd60fc76d +refs/heads/master: 89009e1888ad9a7f4491b8644884f5339773e643 diff --git a/trunk/include/linux/regulator/driver.h b/trunk/include/linux/regulator/driver.h index bac4c871f3bd..c10012f0af15 100644 --- a/trunk/include/linux/regulator/driver.h +++ b/trunk/include/linux/regulator/driver.h @@ -58,6 +58,7 @@ enum regulator_status { * regulator_desc.n_voltages. Voltages may be reported in any order. * * @set_current_limit: Configure a limit for a current-limited regulator. + * The driver should select the current closest to max_uA. * @get_current_limit: Get the configured limit for a current-limited regulator. * * @set_mode: Set the configured operating mode for the regulator.