Commit dbd71398 authored by Michael Hennerich's avatar Michael Hennerich Committed by Greg Kroah-Hartman

drivers: misc: ad525x_dpot: Update MODULE AUTHOR email address

no functional changes
Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99aeebe8
...@@ -114,6 +114,6 @@ static struct i2c_driver ad_dpot_i2c_driver = { ...@@ -114,6 +114,6 @@ static struct i2c_driver ad_dpot_i2c_driver = {
module_i2c_driver(ad_dpot_i2c_driver); module_i2c_driver(ad_dpot_i2c_driver);
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("digital potentiometer I2C bus driver"); MODULE_DESCRIPTION("digital potentiometer I2C bus driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -140,7 +140,7 @@ static struct spi_driver ad_dpot_spi_driver = { ...@@ -140,7 +140,7 @@ static struct spi_driver ad_dpot_spi_driver = {
module_spi_driver(ad_dpot_spi_driver); module_spi_driver(ad_dpot_spi_driver);
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); MODULE_AUTHOR("Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("digital potentiometer SPI bus driver"); MODULE_DESCRIPTION("digital potentiometer SPI bus driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("spi:ad_dpot"); MODULE_ALIAS("spi:ad_dpot");
/* /*
* ad525x_dpot: Driver for the Analog Devices digital potentiometers * ad525x_dpot: Driver for the Analog Devices digital potentiometers
* Copyright (c) 2009-2010 Analog Devices, Inc. * Copyright (c) 2009-2010 Analog Devices, Inc.
* Author: Michael Hennerich <hennerich@blackfin.uclinux.org> * Author: Michael Hennerich <michael.hennerich@analog.com>
* *
* DEVID #Wipers #Positions Resistor Options (kOhm) * DEVID #Wipers #Positions Resistor Options (kOhm)
* AD5258 1 64 1, 10, 50, 100 * AD5258 1 64 1, 10, 50, 100
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
* Author: Chris Verges <chrisv@cyberswitching.com> * Author: Chris Verges <chrisv@cyberswitching.com>
* *
* derived from ad5252.c * derived from ad5252.c
* Copyright (c) 2006-2011 Michael Hennerich <hennerich@blackfin.uclinux.org> * Copyright (c) 2006-2011 Michael Hennerich <michael.hennerich@analog.com>
* *
* Licensed under the GPL-2 or later. * Licensed under the GPL-2 or later.
*/ */
...@@ -760,6 +760,6 @@ EXPORT_SYMBOL(ad_dpot_remove); ...@@ -760,6 +760,6 @@ EXPORT_SYMBOL(ad_dpot_remove);
MODULE_AUTHOR("Chris Verges <chrisv@cyberswitching.com>, " MODULE_AUTHOR("Chris Verges <chrisv@cyberswitching.com>, "
"Michael Hennerich <hennerich@blackfin.uclinux.org>"); "Michael Hennerich <michael.hennerich@analog.com>");
MODULE_DESCRIPTION("Digital potentiometer driver"); MODULE_DESCRIPTION("Digital potentiometer driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment