]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
post: add gpio hotkey support
authorMike Frysinger <vapier@gentoo.org>
Tue, 10 May 2011 07:01:21 +0000 (07:01 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:47:39 +0000 (16:47 +0200)
commit9146d13821a20c49703e1f8f7e4a4f028678883d
tree2ebc8611bc6d3e706f9ce50e4354b7b19d6ec1f3
parent7b826c2f3510eaf185c7b4b0d709b9e766831bd6
post: add gpio hotkey support

Now that we have the generic GPIO layer, we can easily provide a common
implementation for the post_hotkeys_pressed() function based on it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
post/post.c