]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] au1000: Fix gpio direction
authorBruno Randolf <br1@einfach.org>
Tue, 23 Sep 2008 17:48:36 +0000 (19:48 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 23 Sep 2008 22:26:54 +0000 (00:26 +0200)
commita0ed0bed3005992fd597c7b204cb804bd2f72b23
tree662b2593eb3802a22031ff1c7c2b39d5207deaf8
parent9d084a6d8d39f5a3564395bdbfe8fab6851ad8c2
[MIPS] au1000: Fix gpio direction

When setting the direction of one GPIO pin we have to keep the state of the
other pins, hence use binary OR. Also gpio_direction_output() wants to set an
initial value, so add that too.

This fixes a problem with the USB power switch on mtx-1 boards.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/common/gpio.c