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

media: update Hans Verkuil's email address

Replace hansverk@cisco.com by hverkuil@kernel.org.

Signed-off-by: Hans Verkuil <hverkuil@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
ce4c356d 562e3bfa

+20 -20
+1 -1
drivers/media/cec/core/cec-core.c
··· 439 439 subsys_initcall(cec_devnode_init); 440 440 module_exit(cec_devnode_exit) 441 441 442 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 442 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 443 443 MODULE_DESCRIPTION("Device node registration for cec drivers"); 444 444 MODULE_LICENSE("GPL");
+1 -1
drivers/media/cec/platform/cec-gpio/cec-gpio.c
··· 291 291 292 292 module_platform_driver(cec_gpio_pdrv); 293 293 294 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 294 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 295 295 MODULE_LICENSE("GPL v2"); 296 296 MODULE_DESCRIPTION("CEC GPIO driver");
+1 -1
drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c
··· 28 28 29 29 #include "extron-da-hd-4k-plus.h" 30 30 31 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 31 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 32 32 MODULE_DESCRIPTION("Extron DA HD 4K PLUS HDMI CEC driver"); 33 33 MODULE_LICENSE("GPL"); 34 34
+1 -1
drivers/media/i2c/adv7604.c
··· 42 42 MODULE_PARM_DESC(debug, "debug level (0-2)"); 43 43 44 44 MODULE_DESCRIPTION("Analog Devices ADV7604/10/11/12 video decoder driver"); 45 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 45 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 46 46 MODULE_AUTHOR("Mats Randgaard <mats.randgaard@cisco.com>"); 47 47 MODULE_LICENSE("GPL"); 48 48
+1 -1
drivers/media/i2c/adv7842.c
··· 38 38 MODULE_PARM_DESC(debug, "debug level (0-2)"); 39 39 40 40 MODULE_DESCRIPTION("Analog Devices ADV7842 video decoder driver"); 41 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 41 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 42 42 MODULE_AUTHOR("Martin Bugge <marbugge@cisco.com>"); 43 43 MODULE_LICENSE("GPL"); 44 44
+1 -1
drivers/media/i2c/ths7303.c
··· 7 7 * Author: Chaithrika U S <chaithrika@ti.com> 8 8 * 9 9 * Contributors: 10 - * Hans Verkuil <hansverk@cisco.com> 10 + * Hans Verkuil <hverkuil@kernel.org> 11 11 * Lad, Prabhakar <prabhakar.lad@ti.com> 12 12 * Martin Bugge <marbugge@cisco.com> 13 13 *
+1 -1
drivers/media/mc/mc-request.c
··· 6 6 * Copyright (C) 2018 Intel Corporation 7 7 * Copyright (C) 2018 Google, Inc. 8 8 * 9 - * Author: Hans Verkuil <hansverk@cisco.com> 9 + * Author: Hans Verkuil <hverkuil@kernel.org> 10 10 * Author: Sakari Ailus <sakari.ailus@linux.intel.com> 11 11 */ 12 12
+1 -1
drivers/media/pci/cobalt/cobalt-driver.c
··· 44 44 MODULE_PARM_DESC(ignore_err, 45 45 "If set then ignore missing i2c adapters/receivers. Default: 0\n"); 46 46 47 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com> & Morten Hestnes"); 47 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org> & Morten Hestnes"); 48 48 MODULE_DESCRIPTION("cobalt driver"); 49 49 MODULE_LICENSE("GPL"); 50 50
+1 -1
drivers/media/radio/radio-aimslab.c
··· 4 4 * 5 5 * Copyright 1997 M. Kirkwood 6 6 * 7 - * Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com> 7 + * Converted to the radio-isa framework by Hans Verkuil <hverkuil@kernel.org> 8 8 * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org> 9 9 * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> 10 10 * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
+1 -1
drivers/media/radio/radio-gemtek.c
··· 15 15 * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> 16 16 * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> 17 17 * 18 - * Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com> 18 + * Converted to the radio-isa framework by Hans Verkuil <hverkuil@kernel.org> 19 19 * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org> 20 20 * 21 21 * Note: this card seems to swap the left and right audio channels!
+1 -1
drivers/media/radio/radio-isa.c
··· 4 4 * This takes care of all the V4L2 scaffolding, allowing the ISA drivers 5 5 * to concentrate on the actual hardware operation. 6 6 * 7 - * Copyright (C) 2012 Hans Verkuil <hansverk@cisco.com> 7 + * Copyright (C) 2012 Hans Verkuil <hverkuil@kernel.org> 8 8 */ 9 9 10 10 #include <linux/module.h>
+1 -1
drivers/media/radio/radio-isa.h
··· 4 4 * This takes care of all the V4L2 scaffolding, allowing the ISA drivers 5 5 * to concentrate on the actual hardware operation. 6 6 * 7 - * Copyright (C) 2012 Hans Verkuil <hansverk@cisco.com> 7 + * Copyright (C) 2012 Hans Verkuil <hverkuil@kernel.org> 8 8 */ 9 9 10 10 #ifndef _RADIO_ISA_H_
+1 -1
drivers/media/radio/radio-miropcm20.c
··· 23 23 * This code has been reintroduced and converted to use 24 24 * the new V4L2 RDS API by: 25 25 * 26 - * Hans Verkuil <hansverk@cisco.com> 26 + * Hans Verkuil <hverkuil@kernel.org> 27 27 */ 28 28 29 29 #include <linux/module.h>
+1 -1
drivers/media/radio/radio-rtrack2.c
··· 7 7 * Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk> 8 8 * Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org> 9 9 * 10 - * Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com> 10 + * Converted to the radio-isa framework by Hans Verkuil <hverkuil@kernel.org> 11 11 * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org> 12 12 * 13 13 * Fully tested with actual hardware and the v4l2-compliance tool.
+1 -1
drivers/media/radio/radio-terratec.c
··· 17 17 * Frequency control is done digitally -- ie out(port,encodefreq(95.8)); 18 18 * Volume Control is done digitally 19 19 * 20 - * Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com> 20 + * Converted to the radio-isa framework by Hans Verkuil <hverkuil@kernel.org> 21 21 * Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org> 22 22 */ 23 23
+1 -1
drivers/media/radio/radio-zoltrix.c
··· 30 30 * 2006-07-24 - Converted to V4L2 API 31 31 * by Mauro Carvalho Chehab <mchehab@kernel.org> 32 32 * 33 - * Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com> 33 + * Converted to the radio-isa framework by Hans Verkuil <hverkuil@kernel.org> 34 34 * 35 35 * Note that this is the driver for the Zoltrix Radio Plus. 36 36 * This driver does not work for the Zoltrix Radio Plus 108 or the
+1 -1
drivers/media/test-drivers/vicodec/vicodec-core.c
··· 26 26 #include "codec-v4l2-fwht.h" 27 27 28 28 MODULE_DESCRIPTION("Virtual codec device"); 29 - MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>"); 29 + MODULE_AUTHOR("Hans Verkuil <hverkuil@kernel.org>"); 30 30 MODULE_LICENSE("GPL v2"); 31 31 32 32 static bool multiplanar;
+1 -1
include/media/i2c/ths7303.h
··· 5 5 * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. 6 6 * 7 7 * Contributors: 8 - * Hans Verkuil <hansverk@cisco.com> 8 + * Hans Verkuil <hverkuil@kernel.org> 9 9 * Lad, Prabhakar <prabhakar.lad@ti.com> 10 10 * Martin Bugge <marbugge@cisco.com> 11 11 */
+1 -1
include/media/media-request.h
··· 5 5 * Copyright 2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved. 6 6 * Copyright (C) 2018 Intel Corporation 7 7 * 8 - * Author: Hans Verkuil <hansverk@cisco.com> 8 + * Author: Hans Verkuil <hverkuil@kernel.org> 9 9 * Author: Sakari Ailus <sakari.ailus@linux.intel.com> 10 10 */ 11 11
+1 -1
include/uapi/linux/v4l2-dv-timings.h
··· 2 2 /* 3 3 * V4L2 DV timings header. 4 4 * 5 - * Copyright (C) 2012-2016 Hans Verkuil <hansverk@cisco.com> 5 + * Copyright (C) 2012-2016 Hans Verkuil <hverkuil@kernel.org> 6 6 */ 7 7 8 8 #ifndef _V4L2_DV_TIMINGS_H