]> git.baikalelectronics.ru Git - kernel.git/commit
Input: pmic8xxx-pwrkey - migrate to regmap APIs
authorStephen Boyd <sboyd@codeaurora.org>
Sun, 15 Dec 2013 11:24:45 +0000 (03:24 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 15 Dec 2013 11:59:41 +0000 (03:59 -0800)
commit4f32ebab14a5a8336c9c91f44eaa1c569b1bb288
tree03f957139ed0438058074dbaccd3a6f4a193b066
parent7f863dcea32b14a11ace24e26fba6ad9e2e1cbbe
Input: pmic8xxx-pwrkey - migrate to regmap APIs

Use the regmap APIs for this driver instead of custom pm8xxx
APIs. This breaks this driver's dependency on the pm8xxx APIs and
allows us to easily port it to other bus protocols in the future.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/pmic8xxx-pwrkey.c