Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225983
b: refs/heads/master
c: 47e7cb1
h: refs/heads/master
i:
  225981: 1ae5732
  225979: d51afcd
  225975: a06f5f7
  225967: 07f48af
  225951: 1f2af3d
  225919: 03043f6
v: v3
  • Loading branch information
Ben Gardiner authored and Kevin Hilman committed Dec 10, 2010
1 parent 73a9da2 commit aeb6c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 12cdd3d71954c2cd6dd556eec25dd7d346735831
refs/heads/master: 47e7cb148a12f6f825302a85cd2b78a0948be741
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static inline void da850_evm_setup_emac_rmii(int rmii_sel)
struct davinci_soc_info *soc_info = &davinci_soc_info;

soc_info->emac_pdata->rmii_en = 1;
gpio_set_value(rmii_sel, 0);
gpio_set_value_cansleep(rmii_sel, 0);
}
#else
static inline void da850_evm_setup_emac_rmii(int rmii_sel) { }
Expand Down Expand Up @@ -325,9 +325,9 @@ static int da850_evm_ui_expander_teardown(struct i2c_client *client,
unsigned gpio, unsigned ngpio, void *c)
{
/* deselect all functionalities */
gpio_set_value(gpio + 5, 1);
gpio_set_value(gpio + 6, 1);
gpio_set_value(gpio + 7, 1);
gpio_set_value_cansleep(gpio + 5, 1);
gpio_set_value_cansleep(gpio + 6, 1);
gpio_set_value_cansleep(gpio + 7, 1);

gpio_free(gpio + 5);
gpio_free(gpio + 6);
Expand Down

0 comments on commit aeb6c5d

Please sign in to comment.