Message ID | 20240205114239.924697-1-devarsht@ti.com |
---|---|
Headers | show
Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (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 1D00918E0E; Mon, 5 Feb 2024 11:42:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.248 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707133375; cv=none; b=ZpYb9fXBwXn624SveXcMS5x7u/ky6YUI2Vmg5EYkTvKPj1vTyA8iFKY4Z4BVww61n73HFQH1hrcPM1gXpAClQk8MlwUl/hdH4TidBABz+rP2Y2cyh8KHSG8xbEZzupfu8bZQULWKCMkZTV1qh1ERsQk/1KoeIasm2zHNH0WbZZk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707133375; c=relaxed/simple; bh=6s43kMGZiFeue14Qmd45XyvCrRq/cBRwlW/jGhTvluE=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=fAA4qDUCu128BpCEKn/TZlsUhNXJfZhbdaCcYAYgRLa1eC9X+vZI7EgFPFL1p6dV6pPWK5+OlQqMf7AqzLF3ls+ll+h/F6/FiYjXC3aqdLWGgIRAsb1oMjJsg84IauJYgnF1FFUqt7iEQLbmBKaYw8wKyuX7Ry9LWkIIzMpY0T4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=G/ZcNpkz; arc=none smtp.client-ip=198.47.23.248 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="G/ZcNpkz" Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 415Bgfdw011224; Mon, 5 Feb 2024 05:42:41 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1707133361; bh=uST3jK2WI/DTrtPhr9cCrI+PLMnSfDLKgoIV0RlUZa0=; h=From:To:CC:Subject:Date; b=G/ZcNpkzcdTXWvM5vyt5jo+17Kx5wQnSo+ZcuC9VQAQZoTMqDOhVdz4YoQFdtSj9/ gYTFfcEpL2QUNGX+5CX9z84tgeBH8BPOkXuNOP/k3RlFCMnddRjM6PEK4Sb0kab2Jr 4cXaTQUrdo/p7G5yaHpLAfWxefJ80o+trMlHkkqM= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 415BgfQn069657 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 5 Feb 2024 05:42:41 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 5 Feb 2024 05:42:40 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Mon, 5 Feb 2024 05:42:40 -0600 Received: from localhost (ti.dhcp.ti.com [172.24.227.95] (may be forged)) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 415Bgej3095143; Mon, 5 Feb 2024 05:42:40 -0600 From: Devarsh Thakkar <devarsht@ti.com> To: <mchehab@kernel.org>, <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <hverkuil-cisco@xs4all.nl>, <linux-media@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: <laurent.pinchart@ideasonboard.com>, <praneeth@ti.com>, <nm@ti.com>, <vigneshr@ti.com>, <a-bhatia1@ti.com>, <j-luthra@ti.com>, <b-brnich@ti.com>, <detheridge@ti.com>, <p-mantena@ti.com>, <vijayp@ti.com>, <devarsht@ti.com>, <andrzej.p@collabora.com>, <nicolas@ndufresne.ca> Subject: [PATCH v4 0/3] Add V4L2 M2M Driver for E5010 JPEG Encoder Date: Mon, 5 Feb 2024 17:12:36 +0530 Message-ID: <20240205114239.924697-1-devarsht@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: <linux-media.vger.kernel.org> List-Subscribe: <mailto:linux-media+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-media+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 |
Series |
Add V4L2 M2M Driver for E5010 JPEG Encoder
|
expand
|