Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192063
b: refs/heads/master
c: a0f7358
h: refs/heads/master
i:
  192061: 90cbe5a
  192059: e580c39
  192055: e2d5a20
  192047: 583f272
  192031: e6d104f
  191999: 23a84c0
v: v3
  • Loading branch information
Marek Szyprowski authored and Ben Dooks committed May 19, 2010
1 parent 8ae9c41 commit bf767ad
Show file tree
Hide file tree
Showing 8 changed files with 55 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: 838c6d499b780c42fccbbdfecc0f5dcc471d0ef3
refs/heads/master: a0f735812e9ffb65fa4c8a16975f5b63909fb447
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5p6440/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj- :=
# Core support for S5P6440 system

obj-$(CONFIG_CPU_S5P6440) += cpu.o init.o clock.o gpio.o dma.o
obj-$(CONFIG_CPU_S5P6440) += setup-i2c0.o

# machine support

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* linux/arch/arm/plat-s5p/setup-i2c0.c
/* linux/arch/arm/mach-s5p6440/setup-i2c0.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5p6442/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj- :=
# Core support for S5P6442 system

obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o dma.o
obj-$(CONFIG_CPU_S5P6442) += setup-i2c0.o

# machine support

Expand Down
25 changes: 25 additions & 0 deletions trunk/arch/arm/mach-s5p6442/setup-i2c0.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* linux/arch/arm/mach-s5p6442/setup-i2c0.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* I2C0 GPIO configuration.
*
* Based on plat-s3c64xx/setup-i2c0.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#include <linux/kernel.h>
#include <linux/types.h>

struct platform_device; /* don't need the contents */

#include <plat/iic.h>

void s3c_i2c0_cfg_gpio(struct platform_device *dev)
{
/* Will be populated later */
}
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv210/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj- :=
# Core support for S5PV210 system

obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o gpiolib.o
obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o

# machine support

Expand Down
25 changes: 25 additions & 0 deletions trunk/arch/arm/mach-s5pv210/setup-i2c0.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* linux/arch/arm/mach-s5pv210/setup-i2c0.c
*
* Copyright (c) 2009 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* I2C0 GPIO configuration.
*
* Based on plat-s3c64xx/setup-i2c0.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#include <linux/kernel.h>
#include <linux/types.h>

struct platform_device; /* don't need the contents */

#include <plat/iic.h>

void s3c_i2c0_cfg_gpio(struct platform_device *dev)
{
/* Will be populated later */
}
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-s5p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ obj-y += dev-uart.o
obj-y += cpu.o
obj-y += clock.o
obj-y += irq.o
obj-y += setup-i2c0.o

0 comments on commit bf767ad

Please sign in to comment.