Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221110
b: refs/heads/master
c: 8610046
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Oct 23, 2010
1 parent f1c1b3c commit 24b96eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions 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: 53134a740e3b9ce3c04e853e231a624bd4260480
refs/heads/master: 861004657e7a5d29a1e1fd1c58967b4e6c0438b4
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-s5pv310/setup-i2c0.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct platform_device; /* don't need the contents */

void s3c_i2c0_cfg_gpio(struct platform_device *dev)
{
s3c_gpio_cfgpin_range(S5PV310_GPD1(0), 2, S3C_GPIO_SFN(2));
s3c_gpio_setpull(S5PV310_GPD1(0), S3C_GPIO_PULL_UP);
s3c_gpio_setpull(S5PV310_GPD1(1), S3C_GPIO_PULL_UP);
s3c_gpio_cfgall_range(S5PV310_GPD1(0), 2,
S3C_GPIO_SFN(2), S3C_GPIO_PULL_UP);
}
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-s5pv310/setup-i2c1.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct platform_device; /* don't need the contents */

void s3c_i2c1_cfg_gpio(struct platform_device *dev)
{
s3c_gpio_cfgpin_range(S5PV310_GPD1(2), 2, S3C_GPIO_SFN(2));
s3c_gpio_setpull(S5PV310_GPD1(2), S3C_GPIO_PULL_UP);
s3c_gpio_setpull(S5PV310_GPD1(3), S3C_GPIO_PULL_UP);
s3c_gpio_cfgall_range(S5PV310_GPD1(2), 2,
S3C_GPIO_SFN(2), S3C_GPIO_PULL_UP);
}
5 changes: 2 additions & 3 deletions trunk/arch/arm/mach-s5pv310/setup-i2c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct platform_device; /* don't need the contents */

void s3c_i2c2_cfg_gpio(struct platform_device *dev)
{
s3c_gpio_cfgpin_range(S5PV310_GPA0(6), 2, S3C_GPIO_SFN(3));
s3c_gpio_setpull(S5PV310_GPA0(6), S3C_GPIO_PULL_UP);
s3c_gpio_setpull(S5PV310_GPA0(7), S3C_GPIO_PULL_UP);
s3c_gpio_cfgall_range(S5PV310_GPA0(6), 2,
S3C_GPIO_SFN(3), S3C_GPIO_PULL_UP);
}

0 comments on commit 24b96eb

Please sign in to comment.