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)
commit339bcf3b49832b6c6826f3549355fc8dcb6f5810
tree3745c2438217424d7a317d06aa49a12edddbb232
parent68293b3ad2e407f8d6b407f3e60811e068e5fe40
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]