]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: single: add low power mode support
authorChao Xie <chao.xie@marvell.com>
Tue, 28 Jan 2014 07:20:44 +0000 (15:20 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 10 Feb 2014 09:13:08 +0000 (10:13 +0100)
commit4bd7547756af5c71d55e4d77f41db3d06c18b3e0
treea6806ff2060fd5f3b9d52753ab56884079f46e47
parentb81e57e6ac35242ba59206b303ba6c7585764ee1
pinctrl: single: add low power mode support

For some silicons, the pin configuration register can control
the output of the pin when the pad including the pin enter
low power mode.
For example, the pin can be "Drive 1", "Drive 0", "Float" when
the pad including the pin enter low power mode.
It is very useful when you want to control the power leakeage
when the SOC enter low power mode, and can save more power for
the low power mode.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
drivers/pinctrl/pinctrl-single.c