Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66014
b: refs/heads/master
c: 4d5f4ed
h: refs/heads/master
v: v3
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Aug 27, 2007
1 parent 35f7e45 commit e581503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 168f1212c098727f2509fe0f66bd30d7209a8159
refs/heads/master: 4d5f4ed3fb797021523fc9fb6804047e8e35b33d
6 changes: 4 additions & 2 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,9 @@ EXPORT_SYMBOL(gpio_direction_output);
*/
void bfin_gpio_reset_spi0_ssel1(void)
{
port_setup(P_SPI0_SSEL1, GPIO_USAGE);
gpio_bankb[gpio_bank(P_SPI0_SSEL1)]->data_set = gpio_bit(P_SPI0_SSEL1);
u16 gpio = P_IDENT(P_SPI0_SSEL1);

port_setup(gpio, GPIO_USAGE);
gpio_bankb[gpio_bank(gpio)]->data_set = gpio_bit(gpio);
udelay(1);
}

0 comments on commit e581503

Please sign in to comment.