mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
Merge tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: - a trivial one-line fix addressing a PTR_ERR() getting value from a wrong var at imx driver - a patch changing my e-mail at the Kernel tree to mchehab@kernel.org. no code changes * tag 'media/v4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: MAINTAINERS & files: Canonize the e-mails I use at files media: imx-media-csi: Fix inconsistent IS_ERR and PTR_ERR
This commit is contained in:
@@ -177,14 +177,14 @@ BUGS
|
||||
****
|
||||
|
||||
|
||||
Report bugs to Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
Report bugs to Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
|
||||
COPYRIGHT
|
||||
*********
|
||||
|
||||
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@s-opensource.com>.
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
|
||||
|
||||
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ file: uapi/v4l/keytable.c
|
||||
|
||||
/* keytable.c - This program allows checking/replacing keys at IR
|
||||
|
||||
Copyright (C) 2006-2009 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
Copyright (C) 2006-2009 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -6,7 +6,7 @@ file: media/v4l/v4l2grab.c
|
||||
.. code-block:: c
|
||||
|
||||
/* V4L2 video picture grabber
|
||||
Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
Copyright (C) 2009 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -387,11 +387,11 @@ tree for more details.
|
||||
|
||||
=head1 BUGS
|
||||
|
||||
Report bugs to Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
Report bugs to Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@s-opensource.com>.
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
|
||||
|
||||
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ communicating in English you can also ask the Chinese maintainer for
|
||||
help. Contact the Chinese maintainer if this translation is outdated
|
||||
or if there is a problem with the translation.
|
||||
|
||||
Maintainer: Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
Chinese maintainer: Fu Wei <tekkamanninja@gmail.com>
|
||||
---------------------------------------------------------------------
|
||||
Documentation/video4linux/v4l2-framework.txt 的中文翻译
|
||||
@@ -14,7 +14,7 @@ Documentation/video4linux/v4l2-framework.txt 的中文翻译
|
||||
如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
|
||||
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
|
||||
译存在问题,请联系中文版维护者。
|
||||
英文版维护者: Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
英文版维护者: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
中文版维护者: 傅炜 Fu Wei <tekkamanninja@gmail.com>
|
||||
中文版翻译者: 傅炜 Fu Wei <tekkamanninja@gmail.com>
|
||||
中文版校译者: 傅炜 Fu Wei <tekkamanninja@gmail.com>
|
||||
|
||||
17
MAINTAINERS
17
MAINTAINERS
@@ -2554,7 +2554,6 @@ F: Documentation/devicetree/bindings/sound/axentia,*
|
||||
F: sound/soc/atmel/tse850-pcm5142.c
|
||||
|
||||
AZ6007 DVB DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -3083,7 +3082,6 @@ F: include/linux/btrfs*
|
||||
F: include/uapi/linux/btrfs*
|
||||
|
||||
BTTV VIDEO4LINUX DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -3812,7 +3810,6 @@ S: Maintained
|
||||
F: drivers/media/dvb-frontends/cx24120*
|
||||
|
||||
CX88 VIDEO4LINUX DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -5053,7 +5050,6 @@ F: drivers/edac/thunderx_edac*
|
||||
|
||||
EDAC-CORE
|
||||
M: Borislav Petkov <bp@alien8.de>
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
|
||||
@@ -5082,7 +5078,6 @@ S: Maintained
|
||||
F: drivers/edac/fsl_ddr_edac.*
|
||||
|
||||
EDAC-GHES
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
S: Maintained
|
||||
@@ -5099,21 +5094,18 @@ S: Maintained
|
||||
F: drivers/edac/i5000_edac.c
|
||||
|
||||
EDAC-I5400
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
S: Maintained
|
||||
F: drivers/edac/i5400_edac.c
|
||||
|
||||
EDAC-I7300
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
S: Maintained
|
||||
F: drivers/edac/i7300_edac.c
|
||||
|
||||
EDAC-I7CORE
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
S: Maintained
|
||||
@@ -5163,7 +5155,6 @@ S: Maintained
|
||||
F: drivers/edac/r82600_edac.c
|
||||
|
||||
EDAC-SBRIDGE
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-edac@vger.kernel.org
|
||||
S: Maintained
|
||||
@@ -5222,7 +5213,6 @@ S: Maintained
|
||||
F: drivers/net/ethernet/ibm/ehea/
|
||||
|
||||
EM28XX VIDEO4LINUX DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -8871,7 +8861,6 @@ F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
|
||||
F: drivers/staging/media/tegra-vde/
|
||||
|
||||
MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
P: LinuxTV.org Project
|
||||
L: linux-media@vger.kernel.org
|
||||
@@ -12260,7 +12249,6 @@ S: Odd Fixes
|
||||
F: drivers/media/i2c/saa6588*
|
||||
|
||||
SAA7134 VIDEO4LINUX DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -12765,7 +12753,6 @@ S: Maintained
|
||||
F: drivers/media/radio/si4713/radio-usb-si4713.c
|
||||
|
||||
SIANO DVB DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -13756,7 +13743,6 @@ S: Maintained
|
||||
F: drivers/media/i2c/tda9840*
|
||||
|
||||
TEA5761 TUNER DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -13765,7 +13751,6 @@ S: Odd fixes
|
||||
F: drivers/media/tuners/tea5761.*
|
||||
|
||||
TEA5767 TUNER DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -14181,7 +14166,6 @@ F: Documentation/networking/tlan.txt
|
||||
F: drivers/net/ethernet/ti/tlan.*
|
||||
|
||||
TM6000 VIDEO4LINUX DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
@@ -15408,7 +15392,6 @@ S: Maintained
|
||||
F: arch/x86/entry/vdso/
|
||||
|
||||
XC2028/3028 TUNER DRIVER
|
||||
M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
||||
M: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
W: https://linuxtv.org
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
//
|
||||
// VBI support (2004) and cleanups (2005) by Hans Verkuil <hverkuil@xs4all.nl>
|
||||
//
|
||||
// Copyright (c) 2005-2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
// Copyright (c) 2005-2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
// SAA7111, SAA7113 and SAA7118 support
|
||||
|
||||
#include "saa711x_regs.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
* saa711x - Philips SAA711x video decoder register specifications
|
||||
*
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
*/
|
||||
|
||||
#define R_00_CHIP_VERSION 0x00
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* Muting and tone control by Jonathan Isom <jisom@ematic.com>
|
||||
*
|
||||
* Copyright (c) 2000 Eric Sandeen <eric_sandeen@bigfoot.com>
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
* This code is placed under the terms of the GNU General Public License
|
||||
* Based on tda9855.c by Steve VanDeBogart (vandebo@uclink.berkeley.edu)
|
||||
* Which was based on tda8425.c by Greg Alexander (c) 1998
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// tvp5150 - Texas Instruments TVP5150A/AM1 and TVP5151 video decoder driver
|
||||
//
|
||||
// Copyright (c) 2005,2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
// Copyright (c) 2005,2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
#include <dt-bindings/media/tvp5150.h>
|
||||
#include <linux/i2c.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* tvp5150 - Texas Instruments TVP5150A/AM1 video decoder registers
|
||||
*
|
||||
* Copyright (c) 2005,2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
* Copyright (c) 2005,2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
*/
|
||||
|
||||
#define TVP5150_VD_IN_SRC_SEL_1 0x00 /* Video input source selection #1 */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Author: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
|
||||
*
|
||||
* This code is partially based upon the TVP5150 driver
|
||||
* written by Mauro Carvalho Chehab (mchehab@infradead.org),
|
||||
* written by Mauro Carvalho Chehab <mchehab@kernel.org>,
|
||||
* the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com>
|
||||
* and the TVP7002 driver in the TI LSP 2.10.00.14. Revisions by
|
||||
* Muralidharan Karicheri and Snehaprabha Narnakaje (TI).
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Author: Santiago Nunez-Corrales <santiago.nunez@ridgerun.com>
|
||||
*
|
||||
* This code is partially based upon the TVP5150 driver
|
||||
* written by Mauro Carvalho Chehab (mchehab@infradead.org),
|
||||
* written by Mauro Carvalho Chehab <mchehab@kernel.org>,
|
||||
* the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com>
|
||||
* and the TVP7002 driver in the TI LSP 2.10.00.14
|
||||
*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2010 Nokia Corporation
|
||||
*
|
||||
* Based on drivers/media/video/v4l2_dev.c code authored by
|
||||
* Mauro Carvalho Chehab <mchehab@infradead.org> (version 2)
|
||||
* Mauro Carvalho Chehab <mchehab@kernel.org> (version 2)
|
||||
* Alan Cox, <alan@lxorguk.ukuu.org.uk> (version 1)
|
||||
*
|
||||
* Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Handlers for board audio hooks, splitted from bttv-cards
|
||||
*
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab (mchehab@infradead.org)
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
* This code is placed under the terms of the GNU General Public License
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Handlers for board audio hooks, splitted from bttv-cards
|
||||
*
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab (mchehab@infradead.org)
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
* This code is placed under the terms of the GNU General Public License
|
||||
*/
|
||||
|
||||
|
||||
@@ -2447,7 +2447,7 @@ struct tvcard bttv_tvcards[] = {
|
||||
},
|
||||
/* ---- card 0x88---------------------------------- */
|
||||
[BTTV_BOARD_ACORP_Y878F] = {
|
||||
/* Mauro Carvalho Chehab <mchehab@infradead.org> */
|
||||
/* Mauro Carvalho Chehab <mchehab@kernel.org> */
|
||||
.name = "Acorp Y878F",
|
||||
.video_inputs = 3,
|
||||
/* .audio_inputs= 1, */
|
||||
@@ -2688,7 +2688,7 @@ struct tvcard bttv_tvcards[] = {
|
||||
},
|
||||
[BTTV_BOARD_ENLTV_FM_2] = {
|
||||
/* Encore TV Tuner Pro ENL TV-FM-2
|
||||
Mauro Carvalho Chehab <mchehab@infradead.org */
|
||||
Mauro Carvalho Chehab <mchehab@kernel.org> */
|
||||
.name = "Encore ENL TV-FM-2",
|
||||
.video_inputs = 3,
|
||||
/* .audio_inputs= 1, */
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
(c) 2005-2006 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
|
||||
|
||||
Fixes to be fully V4L2 compliant by
|
||||
(c) 2006 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
(c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
Cropping and overscan support
|
||||
Copyright (C) 2005, 2006 Michael H. Schimek <mschimek@gmx.at>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
& Marcus Metzler (mocm@thp.uni-koeln.de)
|
||||
(c) 1999-2003 Gerd Knorr <kraxel@bytesex.org>
|
||||
|
||||
(c) 2005 Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
(c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
- Multituner support and i2c address binding
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* Copyright (C) 2008 <srinivasa.deevi at conexant dot com>
|
||||
* Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
|
||||
* Markus Rechberger <mrechberger@gmail.com>
|
||||
* Mauro Carvalho Chehab <mchehab@infradead.org>
|
||||
* Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
* Sascha Sommer <saschasommer@freenet.de>
|
||||
* Copyright (C) 2004, 2005 Chris Pascoe
|
||||
* Copyright (C) 2003, 2004 Gerd Knorr
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user