aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/algos/i2c-algo-bit.c2
-rw-r--r--drivers/i2c/busses/i2c-amd756-s4882.c4
-rw-r--r--drivers/i2c/busses/i2c-i801.c5
-rw-r--r--drivers/i2c/busses/i2c-nforce2-s4985.c4
-rw-r--r--drivers/i2c/busses/i2c-parport-light.c4
-rw-r--r--drivers/i2c/busses/i2c-parport.c4
-rw-r--r--drivers/i2c/busses/i2c-parport.h2
-rw-r--r--drivers/i2c/busses/i2c-taos-evm.c4
-rw-r--r--drivers/i2c/busses/i2c-viapro.c4
-rw-r--r--drivers/i2c/i2c-core.c2
-rw-r--r--drivers/i2c/i2c-smbus.c4
-rw-r--r--drivers/i2c/i2c-stub.c2
-rw-r--r--drivers/i2c/muxes/i2c-mux-pca954x.c2
13 files changed, 21 insertions, 22 deletions
diff --git a/drivers/i2c/algos/i2c-algo-bit.c b/drivers/i2c/algos/i2c-algo-bit.c
index fad22b0bb5b0..b7a6acfcb300 100644
--- a/drivers/i2c/algos/i2c-algo-bit.c
+++ b/drivers/i2c/algos/i2c-algo-bit.c
@@ -20,7 +20,7 @@
20 * ------------------------------------------------------------------------- */ 20 * ------------------------------------------------------------------------- */
21 21
22/* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki 22/* With some changes from Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki
23 <kmalkki@cc.hut.fi> and Jean Delvare <khali@linux-fr.org> */ 23 <kmalkki@cc.hut.fi> and Jean Delvare <jdelvare@suse.de> */
24 24
25#include <linux/kernel.h> 25#include <linux/kernel.h>
26#include <linux/module.h> 26#include <linux/module.h>
diff --git a/drivers/i2c/busses/i2c-amd756-s4882.c b/drivers/i2c/busses/i2c-amd756-s4882.c
index 07f01ac853ff..41fc6837fb8b 100644
--- a/drivers/i2c/busses/i2c-amd756-s4882.c
+++ b/drivers/i2c/busses/i2c-amd756-s4882.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * i2c-amd756-s4882.c - i2c-amd756 extras for the Tyan S4882 motherboard 2 * i2c-amd756-s4882.c - i2c-amd756 extras for the Tyan S4882 motherboard
3 * 3 *
4 * Copyright (C) 2004, 2008 Jean Delvare <khali@linux-fr.org> 4 * Copyright (C) 2004, 2008 Jean Delvare <jdelvare@suse.de>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -250,7 +250,7 @@ static void __exit amd756_s4882_exit(void)
250 "Physical bus restoration failed\n"); 250 "Physical bus restoration failed\n");
251} 251}
252 252
253MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 253MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
254MODULE_DESCRIPTION("S4882 SMBus multiplexing"); 254MODULE_DESCRIPTION("S4882 SMBus multiplexing");
255MODULE_LICENSE("GPL"); 255MODULE_LICENSE("GPL");
256 256
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 737e29866887..349c2d35e792 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -2,7 +2,7 @@
2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
3 Philip Edelbrock <phil@netroedge.com>, and Mark D. Studebaker 3 Philip Edelbrock <phil@netroedge.com>, and Mark D. Studebaker
4 <mdsxyz123@yahoo.com> 4 <mdsxyz123@yahoo.com>
5 Copyright (C) 2007 - 2012 Jean Delvare <khali@linux-fr.org> 5 Copyright (C) 2007 - 2012 Jean Delvare <jdelvare@suse.de>
6 Copyright (C) 2010 Intel Corporation, 6 Copyright (C) 2010 Intel Corporation,
7 David Woodhouse <dwmw2@infradead.org> 7 David Woodhouse <dwmw2@infradead.org>
8 8
@@ -1312,8 +1312,7 @@ static void __exit i2c_i801_exit(void)
1312 pci_unregister_driver(&i801_driver); 1312 pci_unregister_driver(&i801_driver);
1313} 1313}
1314 1314
1315MODULE_AUTHOR("Mark D. Studebaker <mdsxyz123@yahoo.com>, " 1315MODULE_AUTHOR("Mark D. Studebaker <mdsxyz123@yahoo.com>, Jean Delvare <jdelvare@suse.de>");
1316 "Jean Delvare <khali@linux-fr.org>");
1317MODULE_DESCRIPTION("I801 SMBus driver"); 1316MODULE_DESCRIPTION("I801 SMBus driver");
1318MODULE_LICENSE("GPL"); 1317MODULE_LICENSE("GPL");
1319 1318
diff --git a/drivers/i2c/busses/i2c-nforce2-s4985.c b/drivers/i2c/busses/i2c-nforce2-s4985.c
index 2ca268d6140b..b170bdffb5de 100644
--- a/drivers/i2c/busses/i2c-nforce2-s4985.c
+++ b/drivers/i2c/busses/i2c-nforce2-s4985.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * i2c-nforce2-s4985.c - i2c-nforce2 extras for the Tyan S4985 motherboard 2 * i2c-nforce2-s4985.c - i2c-nforce2 extras for the Tyan S4985 motherboard
3 * 3 *
4 * Copyright (C) 2008 Jean Delvare <khali@linux-fr.org> 4 * Copyright (C) 2008 Jean Delvare <jdelvare@suse.de>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -245,7 +245,7 @@ static void __exit nforce2_s4985_exit(void)
245 "Physical bus restoration failed\n"); 245 "Physical bus restoration failed\n");
246} 246}
247 247
248MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 248MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
249MODULE_DESCRIPTION("S4985 SMBus multiplexing"); 249MODULE_DESCRIPTION("S4985 SMBus multiplexing");
250MODULE_LICENSE("GPL"); 250MODULE_LICENSE("GPL");
251 251
diff --git a/drivers/i2c/busses/i2c-parport-light.c b/drivers/i2c/busses/i2c-parport-light.c
index aa9577881925..62f55fe624cb 100644
--- a/drivers/i2c/busses/i2c-parport-light.c
+++ b/drivers/i2c/busses/i2c-parport-light.c
@@ -1,7 +1,7 @@
1/* ------------------------------------------------------------------------ * 1/* ------------------------------------------------------------------------ *
2 * i2c-parport-light.c I2C bus over parallel port * 2 * i2c-parport-light.c I2C bus over parallel port *
3 * ------------------------------------------------------------------------ * 3 * ------------------------------------------------------------------------ *
4 Copyright (C) 2003-2010 Jean Delvare <khali@linux-fr.org> 4 Copyright (C) 2003-2010 Jean Delvare <jdelvare@suse.de>
5 5
6 Based on older i2c-velleman.c driver 6 Based on older i2c-velleman.c driver
7 Copyright (C) 1995-2000 Simon G. Vogl 7 Copyright (C) 1995-2000 Simon G. Vogl
@@ -273,7 +273,7 @@ static void __exit i2c_parport_exit(void)
273 release_region(base, 3); 273 release_region(base, 3);
274} 274}
275 275
276MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 276MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
277MODULE_DESCRIPTION("I2C bus over parallel port (light)"); 277MODULE_DESCRIPTION("I2C bus over parallel port (light)");
278MODULE_LICENSE("GPL"); 278MODULE_LICENSE("GPL");
279 279
diff --git a/drivers/i2c/busses/i2c-parport.c b/drivers/i2c/busses/i2c-parport.c
index 81d887869620..a27aae2d6757 100644
--- a/drivers/i2c/busses/i2c-parport.c
+++ b/drivers/i2c/busses/i2c-parport.c
@@ -1,7 +1,7 @@
1/* ------------------------------------------------------------------------ * 1/* ------------------------------------------------------------------------ *
2 * i2c-parport.c I2C bus over parallel port * 2 * i2c-parport.c I2C bus over parallel port *
3 * ------------------------------------------------------------------------ * 3 * ------------------------------------------------------------------------ *
4 Copyright (C) 2003-2011 Jean Delvare <khali@linux-fr.org> 4 Copyright (C) 2003-2011 Jean Delvare <jdelvare@suse.de>
5 5
6 Based on older i2c-philips-par.c driver 6 Based on older i2c-philips-par.c driver
7 Copyright (C) 1995-2000 Simon G. Vogl 7 Copyright (C) 1995-2000 Simon G. Vogl
@@ -298,7 +298,7 @@ static void __exit i2c_parport_exit(void)
298 parport_unregister_driver(&i2c_parport_driver); 298 parport_unregister_driver(&i2c_parport_driver);
299} 299}
300 300
301MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 301MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
302MODULE_DESCRIPTION("I2C bus over parallel port"); 302MODULE_DESCRIPTION("I2C bus over parallel port");
303MODULE_LICENSE("GPL"); 303MODULE_LICENSE("GPL");
304 304
diff --git a/drivers/i2c/busses/i2c-parport.h b/drivers/i2c/busses/i2c-parport.h
index 3fe652302ea7..e572f3aac0f7 100644
--- a/drivers/i2c/busses/i2c-parport.h
+++ b/drivers/i2c/busses/i2c-parport.h
@@ -1,7 +1,7 @@
1/* ------------------------------------------------------------------------ * 1/* ------------------------------------------------------------------------ *
2 * i2c-parport.h I2C bus over parallel port * 2 * i2c-parport.h I2C bus over parallel port *
3 * ------------------------------------------------------------------------ * 3 * ------------------------------------------------------------------------ *
4 Copyright (C) 2003-2010 Jean Delvare <khali@linux-fr.org> 4 Copyright (C) 2003-2010 Jean Delvare <jdelvare@suse.de>
5 5
6 This program is free software; you can redistribute it and/or modify 6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
diff --git a/drivers/i2c/busses/i2c-taos-evm.c b/drivers/i2c/busses/i2c-taos-evm.c
index 6ffa56e08517..057602683553 100644
--- a/drivers/i2c/busses/i2c-taos-evm.c
+++ b/drivers/i2c/busses/i2c-taos-evm.c
@@ -3,7 +3,7 @@
3 * These devices include an I2C master which can be controlled over the 3 * These devices include an I2C master which can be controlled over the
4 * serial port. 4 * serial port.
5 * 5 *
6 * Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> 6 * Copyright (C) 2007 Jean Delvare <jdelvare@suse.de>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
@@ -321,7 +321,7 @@ static void __exit taos_exit(void)
321 serio_unregister_driver(&taos_drv); 321 serio_unregister_driver(&taos_drv);
322} 322}
323 323
324MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 324MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
325MODULE_DESCRIPTION("TAOS evaluation module driver"); 325MODULE_DESCRIPTION("TAOS evaluation module driver");
326MODULE_LICENSE("GPL"); 326MODULE_LICENSE("GPL");
327 327
diff --git a/drivers/i2c/busses/i2c-viapro.c b/drivers/i2c/busses/i2c-viapro.c
index b2d90e105f41..40d36df678de 100644
--- a/drivers/i2c/busses/i2c-viapro.c
+++ b/drivers/i2c/busses/i2c-viapro.c
@@ -2,7 +2,7 @@
2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
3 Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>, 3 Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>,
4 Mark D. Studebaker <mdsxyz123@yahoo.com> 4 Mark D. Studebaker <mdsxyz123@yahoo.com>
5 Copyright (C) 2005 - 2008 Jean Delvare <khali@linux-fr.org> 5 Copyright (C) 2005 - 2008 Jean Delvare <jdelvare@suse.de>
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
@@ -503,7 +503,7 @@ static void __exit i2c_vt596_exit(void)
503 503
504MODULE_AUTHOR("Kyosti Malkki <kmalkki@cc.hut.fi>, " 504MODULE_AUTHOR("Kyosti Malkki <kmalkki@cc.hut.fi>, "
505 "Mark D. Studebaker <mdsxyz123@yahoo.com> and " 505 "Mark D. Studebaker <mdsxyz123@yahoo.com> and "
506 "Jean Delvare <khali@linux-fr.org>"); 506 "Jean Delvare <jdelvare@suse.de>");
507MODULE_DESCRIPTION("vt82c596 SMBus driver"); 507MODULE_DESCRIPTION("vt82c596 SMBus driver");
508MODULE_LICENSE("GPL"); 508MODULE_LICENSE("GPL");
509 509
diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c
index d74c0b34248e..fb84ff36bd69 100644
--- a/drivers/i2c/i2c-core.c
+++ b/drivers/i2c/i2c-core.c
@@ -21,7 +21,7 @@
21/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>. 21/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi>.
22 All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl> 22 All SMBus-related things are written by Frodo Looijaard <frodol@dds.nl>
23 SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and 23 SMBus 2.0 support by Mark Studebaker <mdsxyz123@yahoo.com> and
24 Jean Delvare <khali@linux-fr.org> 24 Jean Delvare <jdelvare@suse.de>
25 Mux support by Rodolfo Giometti <giometti@enneenne.com> and 25 Mux support by Rodolfo Giometti <giometti@enneenne.com> and
26 Michael Lawnick <michael.lawnick.ext@nsn.com> 26 Michael Lawnick <michael.lawnick.ext@nsn.com>
27 OF support is copyright (c) 2008 Jochen Friedrich <jochen@scram.de> 27 OF support is copyright (c) 2008 Jochen Friedrich <jochen@scram.de>
diff --git a/drivers/i2c/i2c-smbus.c b/drivers/i2c/i2c-smbus.c
index c99b22987366..fc99f0d6b4a5 100644
--- a/drivers/i2c/i2c-smbus.c
+++ b/drivers/i2c/i2c-smbus.c
@@ -2,7 +2,7 @@
2 * i2c-smbus.c - SMBus extensions to the I2C protocol 2 * i2c-smbus.c - SMBus extensions to the I2C protocol
3 * 3 *
4 * Copyright (C) 2008 David Brownell 4 * Copyright (C) 2008 David Brownell
5 * Copyright (C) 2010 Jean Delvare <khali@linux-fr.org> 5 * Copyright (C) 2010 Jean Delvare <jdelvare@suse.de>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -246,6 +246,6 @@ EXPORT_SYMBOL_GPL(i2c_handle_smbus_alert);
246 246
247module_i2c_driver(smbalert_driver); 247module_i2c_driver(smbalert_driver);
248 248
249MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>"); 249MODULE_AUTHOR("Jean Delvare <jdelvare@suse.de>");
250MODULE_DESCRIPTION("SMBus protocol extensions support"); 250MODULE_DESCRIPTION("SMBus protocol extensions support");
251MODULE_LICENSE("GPL"); 251MODULE_LICENSE("GPL");
diff --git a/drivers/i2c/i2c-stub.c b/drivers/i2c/i2c-stub.c
index d0a9c590c3cd..77e4849d2f2a 100644
--- a/drivers/i2c/i2c-stub.c
+++ b/drivers/i2c/i2c-stub.c
@@ -2,7 +2,7 @@
2 i2c-stub.c - I2C/SMBus chip emulator 2 i2c-stub.c - I2C/SMBus chip emulator
3 3
4 Copyright (c) 2004 Mark M. Hoffman <mhoffman@lightlink.com> 4 Copyright (c) 2004 Mark M. Hoffman <mhoffman@lightlink.com>
5 Copyright (C) 2007, 2012 Jean Delvare <khali@linux-fr.org> 5 Copyright (C) 2007, 2012 Jean Delvare <jdelvare@suse.de>
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
diff --git a/drivers/i2c/muxes/i2c-mux-pca954x.c b/drivers/i2c/muxes/i2c-mux-pca954x.c
index bad5b84a5985..0ebc9d8748a0 100644
--- a/drivers/i2c/muxes/i2c-mux-pca954x.c
+++ b/drivers/i2c/muxes/i2c-mux-pca954x.c
@@ -28,7 +28,7 @@
28 * Based on: 28 * Based on:
29 * i2c-virtual_cb.c from Brian Kuschak <bkuschak@yahoo.com> 29 * i2c-virtual_cb.c from Brian Kuschak <bkuschak@yahoo.com>
30 * and 30 * and
31 * pca9540.c from Jean Delvare <khali@linux-fr.org>. 31 * pca9540.c from Jean Delvare <jdelvare@suse.de>.
32 * 32 *
33 * This file is licensed under the terms of the GNU General Public 33 * This file is licensed under the terms of the GNU General Public
34 * License version 2. This program is licensed "as is" without any 34 * License version 2. This program is licensed "as is" without any