aboutsummaryrefslogtreecommitdiffstats
path: root/i2c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-12-21 16:09:45 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2005-12-21 16:09:45 -0800
commit6d5ed6dd27445aa3fcc53869ad425d332eda96a5 (patch)
tree0fa607bfe71cf04fa759896caabf7b0853c7ea14 /i2c
parent8f201a7bdcb0d5b5a2987d01e1433f0a09968d6d (diff)
downloadpatches-6d5ed6dd27445aa3fcc53869ad425d332eda96a5.tar.gz
refresh after moving into proper places
Diffstat (limited to 'i2c')
-rw-r--r--i2c/hwmon-vt8231-new-driver.patch2
-rw-r--r--i2c/i2c-client-use-02-make-use-flag-default.patch2
-rw-r--r--i2c/i2c-driver-owner-cleanup-02.patch2
-rw-r--r--i2c/i2c-drop-driver-flags-02-df-notify.patch2
-rw-r--r--i2c/i2c-drop-driver-owner-and-name-05-media.patch2
5 files changed, 5 insertions, 5 deletions
diff --git a/i2c/hwmon-vt8231-new-driver.patch b/i2c/hwmon-vt8231-new-driver.patch
index f860388a16ebb..0b154499cfa95 100644
--- a/i2c/hwmon-vt8231-new-driver.patch
+++ b/i2c/hwmon-vt8231-new-driver.patch
@@ -920,7 +920,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/MAINTAINERS
+++ gregkh-2.6/MAINTAINERS
@@ -2900,6 +2900,12 @@ W: http://linuxtv.org
- T: quilt http://www.linuxtv.org/download/quilt/
+ T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
S: Maintained
+VT8231 HARDWARE MONITOR DRIVER
diff --git a/i2c/i2c-client-use-02-make-use-flag-default.patch b/i2c/i2c-client-use-02-make-use-flag-default.patch
index 6cf190509e67b..50bdec1899446 100644
--- a/i2c/i2c-client-use-02-make-use-flag-default.patch
+++ b/i2c/i2c-client-use-02-make-use-flag-default.patch
@@ -187,7 +187,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
cs53l32a_info("chip found @ 0x%x (%s)\n", address << 1, adapter->name);
--- gregkh-2.6.orig/drivers/media/video/cx25840/cx25840-core.c
+++ gregkh-2.6/drivers/media/video/cx25840/cx25840-core.c
-@@ -767,7 +767,6 @@ static int cx25840_detect_client(struct
+@@ -773,7 +773,6 @@ static int cx25840_detect_client(struct
client->addr = address;
client->adapter = adapter;
client->driver = &i2c_driver_cx25840;
diff --git a/i2c/i2c-driver-owner-cleanup-02.patch b/i2c/i2c-driver-owner-cleanup-02.patch
index 62f757eaf49a5..46919d441c1aa 100644
--- a/i2c/i2c-driver-owner-cleanup-02.patch
+++ b/i2c/i2c-driver-owner-cleanup-02.patch
@@ -685,7 +685,7 @@ Cc: Jean Delvare <khali@linux-fr.org>
.attach_adapter = wf_lm75_attach,
--- gregkh-2.6.orig/drivers/media/video/cx25840/cx25840-core.c
+++ gregkh-2.6/drivers/media/video/cx25840/cx25840-core.c
-@@ -838,7 +838,6 @@ static int cx25840_detach_client(struct
+@@ -844,7 +844,6 @@ static int cx25840_detach_client(struct
static struct i2c_driver i2c_driver_cx25840 = {
.driver = {
diff --git a/i2c/i2c-drop-driver-flags-02-df-notify.patch b/i2c/i2c-drop-driver-flags-02-df-notify.patch
index 95bdec0920007..7bd9303a7e483 100644
--- a/i2c/i2c-drop-driver-flags-02-df-notify.patch
+++ b/i2c/i2c-drop-driver-flags-02-df-notify.patch
@@ -684,7 +684,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
.command = cs53l32a_command,
--- gregkh-2.6.orig/drivers/media/video/cx25840/cx25840-core.c
+++ gregkh-2.6/drivers/media/video/cx25840/cx25840-core.c
-@@ -841,7 +841,6 @@ static struct i2c_driver i2c_driver_cx25
+@@ -847,7 +847,6 @@ static struct i2c_driver i2c_driver_cx25
.name = "cx25840",
.id = I2C_DRIVERID_CX25840,
diff --git a/i2c/i2c-drop-driver-owner-and-name-05-media.patch b/i2c/i2c-drop-driver-owner-and-name-05-media.patch
index 79cdd7baa4407..1590666fff832 100644
--- a/i2c/i2c-drop-driver-owner-and-name-05-media.patch
+++ b/i2c/i2c-drop-driver-owner-and-name-05-media.patch
@@ -191,7 +191,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
--- gregkh-2.6.orig/drivers/media/video/cx25840/cx25840-core.c
+++ gregkh-2.6/drivers/media/video/cx25840/cx25840-core.c
-@@ -837,14 +837,16 @@ static int cx25840_detach_client(struct
+@@ -843,14 +843,16 @@ static int cx25840_detach_client(struct
/* ----------------------------------------------------------------------- */
static struct i2c_driver i2c_driver_cx25840 = {