]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Blackfin: bf54x: fix GPIO resume code
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Jun 2011 21:23:48 +0000 (17:23 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 23 Jul 2011 05:18:32 +0000 (01:18 -0400)
commitfdfb0becea3be2edf4200c4ea8cf8b6fe9daa89a
tree5430f619f390839ecf31e5f2f969889ecdc76a5a
parent9e770f77801fce713f5736c66f8441467eb36db5
Blackfin: bf54x: fix GPIO resume code

Back in commit c03c2a87347b849ec927d, we fixed logic in the non-bf54x
GPIO resume code to set the data levels properly before the direction
to avoid spurious line glitches.  But we missed the bf54x code paths.
So add the same fix there.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/bfin_gpio.c