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

regulator: Change Krzysztof Kozlowski's email to kernel.org

Change my email address to kernel.org instead of Samsung one for the
purpose of any future contact. The copyrights remain untouched and are
attributed to Samsung.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
cea8aa3a 29b4817d

+4 -4
+2 -2
drivers/regulator/max14577-regulator.c
··· 2 2 * max14577.c - Regulator driver for the Maxim 14577/77836 3 3 * 4 4 * Copyright (C) 2013,2014 Samsung Electronics 5 - * Krzysztof Kozlowski <k.kozlowski@samsung.com> 5 + * Krzysztof Kozlowski <krzk@kernel.org> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by ··· 331 331 } 332 332 module_exit(max14577_regulator_exit); 333 333 334 - MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski@samsung.com>"); 334 + MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>"); 335 335 MODULE_DESCRIPTION("Maxim 14577/77836 regulator driver"); 336 336 MODULE_LICENSE("GPL"); 337 337 MODULE_ALIAS("platform:max14577-regulator");
+2 -2
drivers/regulator/max77693-regulator.c
··· 3 3 * 4 4 * Copyright (C) 2013-2015 Samsung Electronics 5 5 * Jonghwa Lee <jonghwa3.lee@samsung.com> 6 - * Krzysztof Kozlowski <k.kozlowski.k@gmail.com> 6 + * Krzysztof Kozlowski <krzk@kernel.org> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify 9 9 * it under the terms of the GNU General Public License as published by ··· 314 314 315 315 MODULE_DESCRIPTION("MAXIM 77693/77843 regulator driver"); 316 316 MODULE_AUTHOR("Jonghwa Lee <jonghwa3.lee@samsung.com>"); 317 - MODULE_AUTHOR("Krzysztof Kozlowski <k.kozlowski.k@gmail.com>"); 317 + MODULE_AUTHOR("Krzysztof Kozlowski <krzk@kernel.org>"); 318 318 MODULE_LICENSE("GPL");