]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 8361/1: sa1100: add platform functions to handle PWER settings
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 18 May 2015 14:58:57 +0000 (15:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 18 May 2015 21:00:22 +0000 (22:00 +0100)
commit982b465a2f7c90a11761a483d78594566619e405
treee192d6476c730ccf8da2c6c7841557337eddab15
parentb787f68c36d49bb1d9236f403813641efa74a031
ARM: 8361/1: sa1100: add platform functions to handle PWER settings

PWER settings logically belongs neither to GPIO nor to system IRQ code.
Add special functions to handle PWER (for GPIO and for system IRQs)
from platform code.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/generic.c
include/soc/sa1100/pwer.h [new file with mode: 0644]