Browse Source

hwmon: Update Rudolf Marek's e-mail address

The Silicon Hill club is not what it used to be.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Jean Delvare 18 years ago
parent
commit
7188cc66b4

+ 1 - 1
Documentation/hwmon/k8temp

@@ -8,7 +8,7 @@ Supported chips:
     Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf
     Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf
 
 
 Author: Rudolf Marek
 Author: Rudolf Marek
-Contact: Rudolf Marek <r.marek@sh.cvut.cz>
+Contact: Rudolf Marek <r.marek@assembler.cz>
 
 
 Description
 Description
 -----------
 -----------

+ 1 - 1
Documentation/hwmon/w83627ehf

@@ -10,7 +10,7 @@ Supported chips:
 Authors:
 Authors:
         Jean Delvare <khali@linux-fr.org>
         Jean Delvare <khali@linux-fr.org>
         Yuan Mu (Winbond)
         Yuan Mu (Winbond)
-        Rudolf Marek <r.marek@sh.cvut.cz>
+        Rudolf Marek <r.marek@assembler.cz>
 
 
 Description
 Description
 -----------
 -----------

+ 1 - 1
Documentation/hwmon/w83791d

@@ -18,7 +18,7 @@ Credits:
     and Mark Studebaker <mdsxyz123@yahoo.com>
     and Mark Studebaker <mdsxyz123@yahoo.com>
   w83792d.c:
   w83792d.c:
     Chunhao Huang <DZShen@Winbond.com.tw>,
     Chunhao Huang <DZShen@Winbond.com.tw>,
-    Rudolf Marek <r.marek@sh.cvut.cz>
+    Rudolf Marek <r.marek@assembler.cz>
 
 
 Additional contributors:
 Additional contributors:
     Sven Anders <anders@anduras.de>
     Sven Anders <anders@anduras.de>

+ 1 - 1
MAINTAINERS

@@ -277,7 +277,7 @@ S:	Maintained
 
 
 ALI1563 I2C DRIVER
 ALI1563 I2C DRIVER
 P:	Rudolf Marek
 P:	Rudolf Marek
-M:	r.marek@sh.cvut.cz
+M:	r.marek@assembler.cz
 L:	i2c@lm-sensors.org
 L:	i2c@lm-sensors.org
 S:	Maintained
 S:	Maintained
 
 

+ 2 - 2
drivers/hwmon/hwmon-vid.c

@@ -1,7 +1,7 @@
 /*
 /*
     hwmon-vid.c - VID/VRM/VRD voltage conversions
     hwmon-vid.c - VID/VRM/VRD voltage conversions
 
 
-    Copyright (c) 2004 Rudolf Marek <r.marek@sh.cvut.cz>
+    Copyright (c) 2004 Rudolf Marek <r.marek@assembler.cz>
 
 
     Partly imported from i2c-vid.h of the lm_sensors project
     Partly imported from i2c-vid.h of the lm_sensors project
     Copyright (c) 2002 Mark D. Studebaker <mdsxyz123@yahoo.com>
     Copyright (c) 2002 Mark D. Studebaker <mdsxyz123@yahoo.com>
@@ -232,7 +232,7 @@ u8 vid_which_vrm(void)
 EXPORT_SYMBOL(vid_from_reg);
 EXPORT_SYMBOL(vid_from_reg);
 EXPORT_SYMBOL(vid_which_vrm);
 EXPORT_SYMBOL(vid_which_vrm);
 
 
-MODULE_AUTHOR("Rudolf Marek <r.marek@sh.cvut.cz>");
+MODULE_AUTHOR("Rudolf Marek <r.marek@assembler.cz>");
 
 
 MODULE_DESCRIPTION("hwmon-vid driver");
 MODULE_DESCRIPTION("hwmon-vid driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");

+ 2 - 2
drivers/hwmon/k8temp.c

@@ -1,7 +1,7 @@
 /*
 /*
  * k8temp.c - Linux kernel module for hardware monitoring
  * k8temp.c - Linux kernel module for hardware monitoring
  *
  *
- * Copyright (C) 2006 Rudolf Marek <r.marek@sh.cvut.cz>
+ * Copyright (C) 2006 Rudolf Marek <r.marek@assembler.cz>
  *
  *
  * Inspired from the w83785 and amd756 drivers.
  * Inspired from the w83785 and amd756 drivers.
  *
  *
@@ -286,7 +286,7 @@ static void __exit k8temp_exit(void)
 	pci_unregister_driver(&k8temp_driver);
 	pci_unregister_driver(&k8temp_driver);
 }
 }
 
 
-MODULE_AUTHOR("Rudolf Marek <r.marek@sh.cvut.cz>");
+MODULE_AUTHOR("Rudolf Marek <r.marek@assembler.cz>");
 MODULE_DESCRIPTION("AMD K8 core temperature monitor");
 MODULE_DESCRIPTION("AMD K8 core temperature monitor");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 
 

+ 1 - 1
drivers/hwmon/w83627ehf.c

@@ -3,7 +3,7 @@
                 the Winbond W83627EHF Super-I/O chip
                 the Winbond W83627EHF Super-I/O chip
     Copyright (C) 2005  Jean Delvare <khali@linux-fr.org>
     Copyright (C) 2005  Jean Delvare <khali@linux-fr.org>
     Copyright (C) 2006  Yuan Mu (Winbond),
     Copyright (C) 2006  Yuan Mu (Winbond),
-                        Rudolf Marek <r.marek@sh.cvut.cz>
+                        Rudolf Marek <r.marek@assembler.cz>
                         David Hubbard <david.c.hubbard@gmail.com>
                         David Hubbard <david.c.hubbard@gmail.com>
 
 
     Shamelessly ripped from the w83627hf driver
     Shamelessly ripped from the w83627hf driver

+ 1 - 1
drivers/hwmon/w83792d.c

@@ -3,7 +3,7 @@
                 monitoring
                 monitoring
     Copyright (C) 2004, 2005 Winbond Electronics Corp.
     Copyright (C) 2004, 2005 Winbond Electronics Corp.
                         Chunhao Huang <DZShen@Winbond.com.tw>,
                         Chunhao Huang <DZShen@Winbond.com.tw>,
-                        Rudolf Marek <r.marek@sh.cvut.cz>
+                        Rudolf Marek <r.marek@assembler.cz>
 
 
     This program is free software; you can redistribute it and/or modify
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     it under the terms of the GNU General Public License as published by

+ 1 - 1
drivers/i2c/busses/i2c-ali1563.c

@@ -2,7 +2,7 @@
  *	i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge
  *	i2c-ali1563.c - i2c driver for the ALi 1563 Southbridge
  *
  *
  *	Copyright (C) 2004 Patrick Mochel
  *	Copyright (C) 2004 Patrick Mochel
- *		      2005 Rudolf Marek <r.marek@sh.cvut.cz>
+ *		      2005 Rudolf Marek <r.marek@assembler.cz>
  *
  *
  *	The 1563 southbridge is deceptively similar to the 1533, with a
  *	The 1563 southbridge is deceptively similar to the 1533, with a
  *	few notable exceptions. One of those happens to be the fact they
  *	few notable exceptions. One of those happens to be the fact they