From a50b0d05c7a03c223dce2e309c244547d622602f Mon Sep 17 00:00:00 2001 From: rwhitby Date: Wed, 9 Jan 2008 05:22:43 +0000 Subject: Consolidated all the ixp4xx i2c gpio patches into a copy of the patch from nslu2-linux which has been pushed upstream via the i2c maintainer. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10153 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../025-dsmg600_i2c_gpio_driver_support.patch | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch (limited to 'target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch') diff --git a/target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch b/target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch deleted file mode 100644 index bbb8025fc..000000000 --- a/target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch +++ /dev/null @@ -1,43 +0,0 @@ -Index: linux-2.6.22-rc3-git2-armeb/arch/arm/mach-ixp4xx/dsmg600-setup.c -=================================================================== ---- linux-2.6.22-rc3-git2-armeb.orig/arch/arm/mach-ixp4xx/dsmg600-setup.c 2007-05-31 04:05:30.000000000 -0700 -+++ linux-2.6.22-rc3-git2-armeb/arch/arm/mach-ixp4xx/dsmg600-setup.c 2007-05-31 04:13:02.000000000 -0700 -@@ -14,6 +14,7 @@ - #include - #include - #include -+#include - - #include - #include -@@ -37,15 +38,17 @@ - .resource = &dsmg600_flash_resource, - }; - --static struct ixp4xx_i2c_pins dsmg600_i2c_gpio_pins = { -+static struct i2c_gpio_platform_data dsmg600_i2c_gpio_data = { - .sda_pin = DSMG600_SDA_PIN, - .scl_pin = DSMG600_SCL_PIN, - }; - --static struct platform_device dsmg600_i2c_controller = { -- .name = "IXP4XX-I2C", -+static struct platform_device dsmg600_i2c_gpio = { -+ .name = "i2c-gpio", - .id = 0, -- .dev.platform_data = &dsmg600_i2c_gpio_pins, -+ .dev = { -+ .platform_data = &dsmg600_i2c_gpio_data, -+ }, - }; - - #ifdef CONFIG_LEDS_CLASS -@@ -116,7 +119,7 @@ - }; - - static struct platform_device *dsmg600_devices[] __initdata = { -- &dsmg600_i2c_controller, -+ &dsmg600_i2c_gpio, - &dsmg600_flash, - }; - -- cgit v1.2.3