From: Bengt Jonsson Date: Wed, 10 Nov 2010 10:06:22 +0000 (+0100) Subject: regulator: enable supply regulator only when use count is zero X-Git-Tag: v2.6.38-rc1~242^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acaf6ffefdf65188071f88664435b86651d70e7c;p=pandora-kernel.git regulator: enable supply regulator only when use count is zero Supply regulators are disabled only when the last reference count is removed on the child regulator (the use count goes from 1 to 0). This patch changes the behaviour of enable so the supply regulator is enabled only when the use count of the child regulator goes from 0 to 1. Signed-off-by: Bengt Jonsson Acked-by: Linus Walleij Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed