]> git.baikalelectronics.ru Git - kernel.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)
commitc90980d85e9976e4152e5f9e8fd770280fe9acf8
tree5430f619f390839ecf31e5f2f969889ecdc76a5a
parent16805b97666a2140dd21b0912366c0e29d90c4ea
Blackfin: bf54x: fix GPIO resume code

Back in commit f4778dda7781f540a2c09, 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