Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319311
b: refs/heads/master
c: a01366b
h: refs/heads/master
i:
  319309: 9dd6e1d
  319307: 1b492b6
  319303: ccec288
  319295: dc675b7
v: v3
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed Jun 30, 2012
1 parent f2de4ab commit 6f778ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 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: f7e566fa26b7d34514d5ba7b8b4464934be8ff2c
refs/heads/master: a01366b4b5cc669633d1cf6ee327c85a5406ef5f
18 changes: 2 additions & 16 deletions trunk/arch/arm/mach-shmobile/board-armadillo800eva.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,6 @@
* # amixer set "Headphone" 50
*/

/*
* FIXME !!
*
* gpio_no_direction
*
* current gpio frame work doesn't have
* the method to control only pull up/down/free.
* this function should be replaced by correct gpio function
*/
static void __init gpio_no_direction(u32 addr)
{
__raw_writeb(0x00, addr);
}

/*
* USB function
*
Expand Down Expand Up @@ -1087,8 +1073,8 @@ static void __init eva_init(void)

gpio_request(GPIO_PORT7, NULL);
gpio_request(GPIO_PORT8, NULL);
gpio_no_direction(GPIO_PORT7CR); /* FSIAOBT needs no direction */
gpio_no_direction(GPIO_PORT8CR); /* FSIAOLR needs no direction */
gpio_direction_none(GPIO_PORT7CR); /* FSIAOBT needs no direction */
gpio_direction_none(GPIO_PORT8CR); /* FSIAOLR needs no direction */

/* FSI-HDMI */
gpio_request(GPIO_FN_FSIBCK, NULL);
Expand Down

0 comments on commit 6f778ac

Please sign in to comment.