]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ux500: implement pin API
authorRabin Vincent <rabin.vincent@stericsson.com>
Tue, 17 Apr 2012 11:35:31 +0000 (13:35 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 24 Apr 2012 07:36:05 +0000 (09:36 +0200)
commit75e7e497e49c74f16027844d3880a7ba4fceb3e6
tree3745c2438217424d7a317d06aa49a12edddbb232
parent01416d22d60166d3741e42cc0fdf99b5029661ff
ARM: ux500: implement pin API

Implement an API to allow a list of pincfgs to be remuxed to active
and sleep modes, for power saving. This is not exported on purpose,
because it is not to be called by drivers directly.

Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Reviewed-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Makefile
arch/arm/mach-ux500/board-mop500-pins.c
arch/arm/mach-ux500/pins.c [new file with mode: 0644]
arch/arm/mach-ux500/pins.h [new file with mode: 0644]