mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
iio: chemical: scd30: update email for Tomasz Duszynski
The old email has been inactive for a while. Replace all occurrences with the current address. While at it, add myself to MAINTAINERS file as relevant driver files still hold my address. Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Acked-by: Maxwell Doose <m32285159@gmail.com> Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
24659af699
commit
023a6a1f09
|
|
@ -24550,6 +24550,7 @@ F: drivers/iio/chemical/sunrise_co2.c
|
|||
|
||||
SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
|
||||
M: Maxwell Doose <m32285159@gmail.com>
|
||||
M: Tomasz Duszynski <tduszyns@gmail.com>
|
||||
S: Maintained
|
||||
F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
|
||||
F: drivers/iio/chemical/scd30.h
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Sensirion SCD30 carbon dioxide sensor core driver
|
||||
*
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
|
||||
*/
|
||||
|
||||
#include <linux/bitfield.h>
|
||||
|
|
@ -774,6 +774,6 @@ int scd30_probe(struct device *dev, int irq, const char *name, void *priv,
|
|||
}
|
||||
EXPORT_SYMBOL_NS(scd30_probe, "IIO_SCD30");
|
||||
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
|
||||
MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor core driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Sensirion SCD30 carbon dioxide sensor i2c driver
|
||||
*
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
|
||||
*
|
||||
* I2C slave address: 0x61
|
||||
*/
|
||||
|
|
@ -137,7 +137,7 @@ static struct i2c_driver scd30_i2c_driver = {
|
|||
};
|
||||
module_i2c_driver(scd30_i2c_driver);
|
||||
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
|
||||
MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor i2c driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_IMPORT_NS("IIO_SCD30");
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Sensirion SCD30 carbon dioxide sensor serial driver
|
||||
*
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tomasz.duszynski@octakon.com>
|
||||
* Copyright (c) 2020 Tomasz Duszynski <tduszyns@gmail.com>
|
||||
*/
|
||||
#include <linux/crc16.h>
|
||||
#include <linux/device.h>
|
||||
|
|
@ -258,7 +258,7 @@ static struct serdev_device_driver scd30_serdev_driver = {
|
|||
};
|
||||
module_serdev_device_driver(scd30_serdev_driver);
|
||||
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tomasz.duszynski@octakon.com>");
|
||||
MODULE_AUTHOR("Tomasz Duszynski <tduszyns@gmail.com>");
|
||||
MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor serial driver");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_IMPORT_NS("IIO_SCD30");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user