Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189011
b: refs/heads/master
c: ef80936
h: refs/heads/master
i:
  189009: 0a96625
  189007: b0ef2ec
v: v3
  • Loading branch information
Jonathan Cameron authored and Eric Miao committed Mar 22, 2010
1 parent 0b3e655 commit 64a5975
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 7471f46d74e0e2a668f4bc085ef486b1079b3466
refs/heads/master: ef80936f99ce558a470c5379040abd0ece52c2ff
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-pxa/imote2.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ static void __init imote2_init(void)
pxa_set_btuart_info(NULL);
pxa_set_stuart_info(NULL);

/* SPI chip select directions - all other directions should
* be handled by drivers.*/
gpio_direction_output(37, 0);

platform_add_devices(imote2_devices, ARRAY_SIZE(imote2_devices));

pxa2xx_set_spi_info(1, &pxa_ssp_master_0_info);
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-pxa/stargate2.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,6 @@ static void __init stargate2_init(void)
pxa_set_btuart_info(NULL);
pxa_set_stuart_info(NULL);

/* spi chip selects */
gpio_direction_output(37, 0);
gpio_direction_output(24, 0);
gpio_direction_output(39, 0);

platform_add_devices(ARRAY_AND_SIZE(stargate2_devices));

pxa2xx_set_spi_info(1, &pxa_ssp_master_0_info);
Expand Down

0 comments on commit 64a5975

Please sign in to comment.