Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: Drop stray references to lm_sensors

Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Jean Delvare and committed by
Jean Delvare
954a9930 54fb4a05

+1 -40
-2
drivers/i2c/busses/i2c-ali1535.c
··· 1 1 /* 2 - i2c-ali1535.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 2000 Frodo Looijaard <frodol@dds.nl>, 5 3 Philip Edelbrock <phil@netroedge.com>, 6 4 Mark D. Studebaker <mdsxyz123@yahoo.com>,
-2
drivers/i2c/busses/i2c-ali15x3.c
··· 1 1 /* 2 - ali15x3.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1999 Frodo Looijaard <frodol@dds.nl> and 5 3 Philip Edelbrock <phil@netroedge.com> and 6 4 Mark D. Studebaker <mdsxyz123@yahoo.com>
-3
drivers/i2c/busses/i2c-amd756.c
··· 1 1 /* 2 - amd756.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 - 5 2 Copyright (c) 1999-2002 Merlin Hughes <merlin@merlin.org> 6 3 7 4 Shamelessly ripped from i2c-piix4.c:
-3
drivers/i2c/busses/i2c-hydra.c
··· 1 1 /* 2 - i2c-hydra.c - Part of lm_sensors, Linux kernel modules 3 - for hardware monitoring 4 - 5 2 i2c Support for the Apple `Hydra' Mac I/O 6 3 7 4 Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org>
-2
drivers/i2c/busses/i2c-i801.c
··· 1 1 /* 2 - i2c-i801.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 5 3 Philip Edelbrock <phil@netroedge.com>, and Mark D. Studebaker 6 4 <mdsxyz123@yahoo.com>
-2
drivers/i2c/busses/i2c-piix4.c
··· 1 1 /* 2 - piix4.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl> and 5 3 Philip Edelbrock <phil@netroedge.com> 6 4
-2
drivers/i2c/busses/i2c-sis5595.c
··· 1 1 /* 2 - sis5595.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and 5 3 Philip Edelbrock <phil@netroedge.com> 6 4
-3
drivers/i2c/busses/i2c-sis630.c
··· 1 1 /* 2 - i2c-sis630.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 - 5 2 Copyright (c) 2002,2003 Alexander Malysh <amalysh@web.de> 6 3 7 4 This program is free software; you can redistribute it and/or modify
-3
drivers/i2c/busses/i2c-sis96x.c
··· 1 1 /* 2 - sis96x.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 - 5 2 Copyright (c) 2003 Mark M. Hoffman <mhoffman@lightlink.com> 6 3 7 4 This program is free software; you can redistribute it and/or modify
-3
drivers/i2c/busses/i2c-via.c
··· 1 1 /* 2 - i2c-via.c - Part of lm_sensors, Linux kernel modules 3 - for hardware monitoring 4 - 5 2 i2c Support for Via Technologies 82C586B South Bridge 6 3 7 4 Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
-2
drivers/i2c/busses/i2c-viapro.c
··· 1 1 /* 2 - i2c-viapro.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>, 5 3 Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>, 6 4 Mark D. Studebaker <mdsxyz123@yahoo.com>
-2
drivers/i2c/busses/i2c-voodoo3.c
··· 1 1 /* 2 - voodoo3.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>, 5 3 Philip Edelbrock <phil@netroedge.com>, 6 4 Ralph Metzler <rjkm@thp.uni-koeln.de>, and
+1 -7
drivers/i2c/chips/eeprom.c
··· 1 1 /* 2 - eeprom.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (C) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and 5 3 Philip Edelbrock <phil@netroedge.com> 6 4 Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com> 7 5 Copyright (C) 2003 IBM Corp. 8 - 9 - 2004-01-16 Jean Delvare <khali@linux-fr.org> 10 - Divide the eeprom in 32-byte (arbitrary) slices. This significantly 11 - speeds sensors up, as well as various scripts using the eeprom 12 - module. 6 + Copyright (C) 2004 Jean Delvare <khali@linux-fr.org> 13 7 14 8 This program is free software; you can redistribute it and/or modify 15 9 it under the terms of the GNU General Public License as published by
-2
drivers/i2c/chips/pcf8574.c
··· 1 1 /* 2 - pcf8574.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (c) 2000 Frodo Looijaard <frodol@dds.nl>, 5 3 Philip Edelbrock <phil@netroedge.com>, 6 4 Dan Eaton <dan.eaton@rocketlogix.com>
-2
drivers/i2c/chips/pcf8591.c
··· 1 1 /* 2 - pcf8591.c - Part of lm_sensors, Linux kernel modules for hardware 3 - monitoring 4 2 Copyright (C) 2001-2004 Aurelien Jarno <aurelien@aurel32.net> 5 3 Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with 6 4 the help of Jean Delvare <khali@linux-fr.org>