summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Girdwood2009-02-02 22:43:31 +0100
committerLiam Girdwood2009-03-31 10:56:23 +0200
commit1dd68f01886a2d5cabbbe90b86e82f70917de89c (patch)
tree549d08e0dca0cb798f281697e11034ce01e3ac7f
parentregulator: add unset_regulator_supplies to fix regulator_unregister (diff)
downloadkernel-qcow2-linux-1dd68f01886a2d5cabbbe90b86e82f70917de89c.tar.gz
kernel-qcow2-linux-1dd68f01886a2d5cabbbe90b86e82f70917de89c.tar.xz
kernel-qcow2-linux-1dd68f01886a2d5cabbbe90b86e82f70917de89c.zip
regulator: email - update email address and regulator webpage.
Remove deceased email address and update to new address. Also update website details in MAINTAINERS with correct page. Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r--MAINTAINERS2
-rw-r--r--include/linux/regulator/consumer.h2
-rw-r--r--include/linux/regulator/driver.h2
-rw-r--r--include/linux/regulator/machine.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c5f4e9d27b64..15e1b73bb8d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4850,7 +4850,7 @@ M: lrg@slimlogic.co.uk
P: Mark Brown
M: broonie@opensource.wolfsonmicro.com
W: http://opensource.wolfsonmicro.com/node/15
-W: http://www.slimlogic.co.uk/?page_id=5
+W: http://www.slimlogic.co.uk/?p=48
T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
S: Supported
diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h
index 533f4e26db96..df6c4bcf38f8 100644
--- a/include/linux/regulator/consumer.h
+++ b/include/linux/regulator/consumer.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2007, 2008 Wolfson Microelectronics PLC.
*
- * Author: Liam Girdwood <lg@opensource.wolfsonmicro.com>
+ * Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index eb8773b05ac3..0cf37bc85c41 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2007, 2008 Wolfson Microelectronics PLC.
*
- * Author: Liam Girdwood <lg@opensource.wolfsonmicro.com>
+ * Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index 3794773b23d2..5aa00ee36a3d 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -3,7 +3,7 @@
*
* Copyright (C) 2007, 2008 Wolfson Microelectronics PLC.
*
- * Author: Liam Girdwood <lg@opensource.wolfsonmicro.com>
+ * Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as