From patchwork Tue Mar 11 17:31:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_T=C5=AFma?= X-Patchwork-Id: 872698 Received: from mx.gpxsee.org (mx.gpxsee.org [37.205.14.76]) (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 0FD061876; Tue, 11 Mar 2025 17:32:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.205.14.76 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741714337; cv=none; b=D7Ms4cPQ6hUtBh1wm+iRuB0WmSbErz/UNSCdLyQUPEViJVRsoaY2MDESPgokrq/6LQEMluyMNPJ8L2N9EaHnXBg7gSj0PKVaTxxX2dsvlhc9tsYDwGuuSbgXMtO6uFJkK+JEIA83hBWuix4v/JsAYKuFZ6iYWnVwyuLkMypMIE4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741714337; c=relaxed/simple; bh=yeyYZ85Ho06QZ9y/d0NITYgG6Q4IZtDXDMAK19Z5q04=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=IqekAZAjjBnMTTnvlPiaHNr60oHiUeoUO4SAqgHiSRo9pUuxVXsa1aM908maxo9bB/APazaG8jg6BuKtxFvs4Urwp5AGb458xOXvpYpTpKnCVqNLu5f6Df/c4Cmqm+WD8dc9NYFDRK7+4pyD4EgYe54y5dhqdM4O50oRLESY+e4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gpxsee.org; spf=pass smtp.mailfrom=gpxsee.org; arc=none smtp.client-ip=37.205.14.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gpxsee.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gpxsee.org Received: from mgb4.. (unknown [62.77.71.229]) by mx.gpxsee.org (Postfix) with ESMTPSA id 948CF40AA9; Tue, 11 Mar 2025 18:32:05 +0100 (CET) From: tumic@gpxsee.org To: Mauro Carvalho Chehab , Hans Verkuil Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Mar?= =?utf-8?q?tin_T=C5=AFma?= Subject: [PATCH] docs: media: mgb4: Improve mgb4 driver documentation Date: Tue, 11 Mar 2025 18:31:41 +0100 Message-ID: <20250311173141.6910-1-tumic@gpxsee.org> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Martin Tůma Add some basic info about the HW/driver + contact info. Signed-off-by: Martin Tůma --- Documentation/admin-guide/media/mgb4.rst | 9 +++++++++ 1 file changed, 9 insertions(+) base-commit: f4b211714bcc70effa60c34d9fa613d182e3ef1e diff --git a/Documentation/admin-guide/media/mgb4.rst b/Documentation/admin-guide/media/mgb4.rst index f69d331e3cb1..5ac69b833a7a 100644 --- a/Documentation/admin-guide/media/mgb4.rst +++ b/Documentation/admin-guide/media/mgb4.rst @@ -1,8 +1,17 @@ .. SPDX-License-Identifier: GPL-2.0 +.. include:: + The mgb4 driver =============== +Copyright |copy| 2023 - 2025 Digiteq Automotive + author: Martin Tůma + +This is a v4l2 device driver for the Digiteq Automotive FrameGrabber 4, a PCIe +card capable of capturing and generating FPD-Link III and GMSL2/3 video streams +as used in the automotive industry. + sysfs interface ---------------