mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
media: replace obsolete hans.verkuil@cisco.com alias
The old hans.verkuil@cisco.com email address was discontinued years ago. Replace it with the correct hansverk@cisco.com email. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
c1fcd68e7b
commit
b855f02427
@ -438,6 +438,6 @@ static void __exit cec_devnode_exit(void)
|
|||||||
subsys_initcall(cec_devnode_init);
|
subsys_initcall(cec_devnode_init);
|
||||||
module_exit(cec_devnode_exit)
|
module_exit(cec_devnode_exit)
|
||||||
|
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com>");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>");
|
||||||
MODULE_DESCRIPTION("Device node registration for cec drivers");
|
MODULE_DESCRIPTION("Device node registration for cec drivers");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
@ -288,6 +288,6 @@ static struct platform_driver cec_gpio_pdrv = {
|
|||||||
|
|
||||||
module_platform_driver(cec_gpio_pdrv);
|
module_platform_driver(cec_gpio_pdrv);
|
||||||
|
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com>");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
MODULE_DESCRIPTION("CEC GPIO driver");
|
MODULE_DESCRIPTION("CEC GPIO driver");
|
||||||
|
@ -42,7 +42,7 @@ module_param(debug, int, 0644);
|
|||||||
MODULE_PARM_DESC(debug, "debug level (0-2)");
|
MODULE_PARM_DESC(debug, "debug level (0-2)");
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Analog Devices ADV7604/10/11/12 video decoder driver");
|
MODULE_DESCRIPTION("Analog Devices ADV7604/10/11/12 video decoder driver");
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com>");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>");
|
||||||
MODULE_AUTHOR("Mats Randgaard <mats.randgaard@cisco.com>");
|
MODULE_AUTHOR("Mats Randgaard <mats.randgaard@cisco.com>");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ module_param(debug, int, 0644);
|
|||||||
MODULE_PARM_DESC(debug, "debug level (0-2)");
|
MODULE_PARM_DESC(debug, "debug level (0-2)");
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Analog Devices ADV7842 video decoder driver");
|
MODULE_DESCRIPTION("Analog Devices ADV7842 video decoder driver");
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com>");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>");
|
||||||
MODULE_AUTHOR("Martin Bugge <marbugge@cisco.com>");
|
MODULE_AUTHOR("Martin Bugge <marbugge@cisco.com>");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* Author: Chaithrika U S <chaithrika@ti.com>
|
* Author: Chaithrika U S <chaithrika@ti.com>
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Hans Verkuil <hans.verkuil@cisco.com>
|
* Hans Verkuil <hansverk@cisco.com>
|
||||||
* Lad, Prabhakar <prabhakar.lad@ti.com>
|
* Lad, Prabhakar <prabhakar.lad@ti.com>
|
||||||
* Martin Bugge <marbugge@cisco.com>
|
* Martin Bugge <marbugge@cisco.com>
|
||||||
*
|
*
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Copyright (C) 2018 Intel Corporation
|
* Copyright (C) 2018 Intel Corporation
|
||||||
* Copyright (C) 2018 Google, Inc.
|
* Copyright (C) 2018 Google, Inc.
|
||||||
*
|
*
|
||||||
* Author: Hans Verkuil <hans.verkuil@cisco.com>
|
* Author: Hans Verkuil <hansverk@cisco.com>
|
||||||
* Author: Sakari Ailus <sakari.ailus@linux.intel.com>
|
* Author: Sakari Ailus <sakari.ailus@linux.intel.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ module_param_named(ignore_err, cobalt_ignore_err, int, 0644);
|
|||||||
MODULE_PARM_DESC(ignore_err,
|
MODULE_PARM_DESC(ignore_err,
|
||||||
"If set then ignore missing i2c adapters/receivers. Default: 0\n");
|
"If set then ignore missing i2c adapters/receivers. Default: 0\n");
|
||||||
|
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com> & Morten Hestnes");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com> & Morten Hestnes");
|
||||||
MODULE_DESCRIPTION("cobalt driver");
|
MODULE_DESCRIPTION("cobalt driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright 1997 M. Kirkwood
|
* Copyright 1997 M. Kirkwood
|
||||||
*
|
*
|
||||||
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@cisco.com>
|
* Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com>
|
||||||
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
||||||
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
||||||
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
||||||
*
|
*
|
||||||
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@cisco.com>
|
* Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com>
|
||||||
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
*
|
*
|
||||||
* Note: this card seems to swap the left and right audio channels!
|
* Note: this card seems to swap the left and right audio channels!
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This takes care of all the V4L2 scaffolding, allowing the ISA drivers
|
* This takes care of all the V4L2 scaffolding, allowing the ISA drivers
|
||||||
* to concentrate on the actual hardware operation.
|
* to concentrate on the actual hardware operation.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Hans Verkuil <hans.verkuil@cisco.com>
|
* Copyright (C) 2012 Hans Verkuil <hansverk@cisco.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This takes care of all the V4L2 scaffolding, allowing the ISA drivers
|
* This takes care of all the V4L2 scaffolding, allowing the ISA drivers
|
||||||
* to concentrate on the actual hardware operation.
|
* to concentrate on the actual hardware operation.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Hans Verkuil <hans.verkuil@cisco.com>
|
* Copyright (C) 2012 Hans Verkuil <hansverk@cisco.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _RADIO_ISA_H_
|
#ifndef _RADIO_ISA_H_
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* This code has been reintroduced and converted to use
|
* This code has been reintroduced and converted to use
|
||||||
* the new V4L2 RDS API by:
|
* the new V4L2 RDS API by:
|
||||||
*
|
*
|
||||||
* Hans Verkuil <hans.verkuil@cisco.com>
|
* Hans Verkuil <hansverk@cisco.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
* Converted to new API by Alan Cox <alan@lxorguk.ukuu.org.uk>
|
||||||
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
* Various bugfixes and enhancements by Russell Kroll <rkroll@exploits.org>
|
||||||
*
|
*
|
||||||
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@cisco.com>
|
* Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com>
|
||||||
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
*
|
*
|
||||||
* Fully tested with actual hardware and the v4l2-compliance tool.
|
* Fully tested with actual hardware and the v4l2-compliance tool.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* Frequency control is done digitally -- ie out(port,encodefreq(95.8));
|
* Frequency control is done digitally -- ie out(port,encodefreq(95.8));
|
||||||
* Volume Control is done digitally
|
* Volume Control is done digitally
|
||||||
*
|
*
|
||||||
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@cisco.com>
|
* Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com>
|
||||||
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
* Converted to V4L2 API by Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
* 2006-07-24 - Converted to V4L2 API
|
* 2006-07-24 - Converted to V4L2 API
|
||||||
* by Mauro Carvalho Chehab <mchehab@kernel.org>
|
* by Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
*
|
*
|
||||||
* Converted to the radio-isa framework by Hans Verkuil <hans.verkuil@cisco.com>
|
* Converted to the radio-isa framework by Hans Verkuil <hansverk@cisco.com>
|
||||||
*
|
*
|
||||||
* Note that this is the driver for the Zoltrix Radio Plus.
|
* Note that this is the driver for the Zoltrix Radio Plus.
|
||||||
* This driver does not work for the Zoltrix Radio Plus 108 or the
|
* This driver does not work for the Zoltrix Radio Plus 108 or the
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "codec-v4l2-fwht.h"
|
#include "codec-v4l2-fwht.h"
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Virtual codec device");
|
MODULE_DESCRIPTION("Virtual codec device");
|
||||||
MODULE_AUTHOR("Hans Verkuil <hans.verkuil@cisco.com>");
|
MODULE_AUTHOR("Hans Verkuil <hansverk@cisco.com>");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
||||||
static bool multiplanar;
|
static bool multiplanar;
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright 2013 Cisco Systems, Inc. and/or its affiliates.
|
* Copyright 2013 Cisco Systems, Inc. and/or its affiliates.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Hans Verkuil <hans.verkuil@cisco.com>
|
* Hans Verkuil <hansverk@cisco.com>
|
||||||
* Lad, Prabhakar <prabhakar.lad@ti.com>
|
* Lad, Prabhakar <prabhakar.lad@ti.com>
|
||||||
* Martin Bugge <marbugge@cisco.com>
|
* Martin Bugge <marbugge@cisco.com>
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Copyright 2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright 2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2018 Intel Corporation
|
* Copyright (C) 2018 Intel Corporation
|
||||||
*
|
*
|
||||||
* Author: Hans Verkuil <hans.verkuil@cisco.com>
|
* Author: Hans Verkuil <hansverk@cisco.com>
|
||||||
* Author: Sakari Ailus <sakari.ailus@linux.intel.com>
|
* Author: Sakari Ailus <sakari.ailus@linux.intel.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* V4L2 DV timings header.
|
* V4L2 DV timings header.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012-2016 Hans Verkuil <hans.verkuil@cisco.com>
|
* Copyright (C) 2012-2016 Hans Verkuil <hansverk@cisco.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _V4L2_DV_TIMINGS_H
|
#ifndef _V4L2_DV_TIMINGS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user