From nobody Fri Oct 3 11:15:08 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C547C2ED873 for ; Tue, 2 Sep 2025 10:02:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756807349; cv=none; b=qUy155ZhBomzXnIAkPeAt+oKpSXsDGUEZoIjwmE5Esn6VfENQLZieP/5VTKuTflpEVyt634MJLYmzDMwPbs8un+gzRzCHYCJNQ50+DE4FI1dmyxKMUzi27+X/fdyr+UGSI6ISklyWypRK86L9eXZeCU7jBQ7yAdCmmUopYOY2CE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756807349; c=relaxed/simple; bh=D5MSQz7Pvdz2UU7sRfKmdPF8rx4gsuLLpdAGOHXsbHQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=sCBXb1SLni9WfbWh6fKjyTqc+ka69p7WokWRmuVVFD9KktnFhKtJgLONcvMuHCohGujWA7FWIiVb2u2yuUg71PgU0yA8t6X6LoM6VU7srmVeqccRXG+nk3DtJK14cZznRNvdDRyoBmMH8E4DuZnzlvJv+CzRadGxjQ2kdRK16DQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sQWLRUOK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sQWLRUOK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 69A02C4CEF8; Tue, 2 Sep 2025 10:02:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756807349; bh=D5MSQz7Pvdz2UU7sRfKmdPF8rx4gsuLLpdAGOHXsbHQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sQWLRUOK/qLmcG3q4X8TWTm1EkP6hei+fKvnZ/6iJwOV+ra2EhqTT7kyHPz3+QpnU cQ1Bf9R2fCCeCf3NopZprus6a7Yvgz5zfIGl2SUQaWt9NV4cnGuuo1GDufRl5F+Xtf VID08cr39S9+Lbu0ZYY9McyRk6H4MohxlFbMqGr32tker4PepXQJkRfg/AkSboU/zu IyipPL0sLLEvlnBwHl6dVXhur1ETut+xCeNYsO8PTF+VY8TOpjbSmrMg1Jd1ZTa2e3 96OJhcJhni9pMKVDk7Y+5oyw5v6oCixGgpjnuqyDOmCvmguMKSOw1xHCTNflbFO3O0 UDh4ZYTndLlJQ== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1utNqM-00000003X7h-3Zpo; Tue, 02 Sep 2025 12:02:26 +0200 From: Mauro Carvalho Chehab To: Cc: Mauro Carvalho Chehab , "Hans Verkuil" , "Sakari Ailus" , linux-kernel@vger.kernel.org Subject: [PATCH v5 2/5] MAINTAINERS: fix a couple issues at media input infrastructure Date: Tue, 2 Sep 2025 12:02:19 +0200 Message-ID: <2cfcaefd4680270a470a5ada6d07128c0133c317.1756807237.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" The media input infrastructure is missing a record for our maintainer's entry profile. Also, patchwork link is wrong. Fix it. Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index fe168477caa4..6934c453bc48 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15415,8 +15415,9 @@ MEDIA INPUT INFRASTRUCTURE (V4L/DVB) M: Mauro Carvalho Chehab L: linux-media@vger.kernel.org S: Maintained +P: Documentation/driver-api/media/maintainer-entry-profile.rst W: https://linuxtv.org -Q: http://patchwork.kernel.org/project/linux-media/list/ +Q: https://patchwork.linuxtv.org/project/linux-media/list/ T: git git://linuxtv.org/media.git F: Documentation/admin-guide/media/ F: Documentation/devicetree/bindings/media/ --=20 2.51.0