From patchwork Mon Oct 14 09:07:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dikshita Agarwal X-Patchwork-Id: 13834491 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (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 CED0E1C3026; Mon, 14 Oct 2024 09:09:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728896993; cv=none; b=DepdzyWqJna05PtxtdRg5TSoOCGh99U7snc8mYrUftdWLh+awkMr6qRD8/afgfuuqcoYXHuMD5LqOpC7+bFJtlcQ1EHMrr7rMOeHAki3bWT8z2sduFAO5ZFwgWZuxW+q3SHU1eBQGI/sN1QP5mOrFoBFA3Ls8CT6f4OXdlRQbqU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728896993; c=relaxed/simple; bh=eWXIt0Opwq7s3Q0yUxzavoAca2XZu8o9RkmwrgqQu00=; h=From:Date:Subject:MIME-Version:Content-Type:Message-ID:References: In-Reply-To:To:CC; b=Izj6xRm1MhlUQIladuODaHlOBXqpz4+YpsI2I/xgcq7evu0OPiEuYynVrZKb4IIDoLO0wVV79svnePCe4Z05lUQEUeuyaOqp2ESdNr9G1qJUbuOwwDoU6s8PdfRfuc8VwBD8p7gXTdae4vuuhHHnDZEffb6wnvtabZBkItfYzOk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=C6ts41mX; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="C6ts41mX" Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 49DLNbii012500; Mon, 14 Oct 2024 09:09:46 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= n818cQ4AEVgxHjLx8ZoE5z8ql85GHJQsIqRYkykQtVM=; b=C6ts41mXw5eGQxpb Qgpc4xLZkeLnJlGURT8srT5iKMmU7eSLKtEXJ6yKvmRcAwqAVV+Wd1pB1VqH93eD 3BUlUMXDBcOK3VOxOJrfMVrBjJGhoqsKyorfz0GXt8+kQiefdVzzICNzQArYLQra /tZhYjWigIECWc9yGg2dXTx6pxLzV9iP9iPvXOwZ+ixvHmFJcHEcOFY2Tr6qS+il WnxxifApyFJt9VFMcjMEQzK45kI2lVn4Wl2hNK+J9RuAkhZsp/c/QPGPBrZRMbNM MJes7eFCW5kp4rlsWwLGBdVje2tHUbi6uMy4qSKg0Jz9yggCTE1H9mJYP9a9JRD6 8WEWWQ== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 427hg73urn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 14 Oct 2024 09:09:45 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 49E99ith020449 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 14 Oct 2024 09:09:44 GMT Received: from hu-dikshita-hyd.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Mon, 14 Oct 2024 02:09:40 -0700 From: Dikshita Agarwal Date: Mon, 14 Oct 2024 14:37:49 +0530 Subject: [PATCH v4 28/28] media: MAINTAINERS: add Qualcomm iris video accelerator driver Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <20241014-qcom-video-iris-v4-v4-28-c5eaa4e9ab9e@quicinc.com> References: <20241014-qcom-video-iris-v4-v4-0-c5eaa4e9ab9e@quicinc.com> In-Reply-To: <20241014-qcom-video-iris-v4-v4-0-c5eaa4e9ab9e@quicinc.com> To: Vikash Garodia , Abhinav Kumar , Mauro Carvalho Chehab , "Rob Herring" , Krzysztof Kozlowski , "Conor Dooley" , Philipp Zabel CC: Hans Verkuil , Sebastian Fricke , , , , , Dikshita Agarwal X-Mailer: b4 0.14.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1728896854; l=1060; i=quic_dikshita@quicinc.com; s=20240917; h=from:subject:message-id; bh=eWXIt0Opwq7s3Q0yUxzavoAca2XZu8o9RkmwrgqQu00=; b=2Ksbc+SJMcxiPtP98BOv5hDDZwrG1ct0o9lCI1gMvxYjfIaRCD3wmkd99Tbc4bvKBZv7jvHv2 JsHjNFDcs+yAOvZx/1JKv/ieJvMN5hnhSJGmWsBTsxw2x+N/fpt/sjM X-Developer-Key: i=quic_dikshita@quicinc.com; a=ed25519; pk=EEvKY6Ar1OI5SWf44FJ1Ebo1KuQEVbbf5UNPO+UHVhM= X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: q0WsUi5FfFCTM1e6rOqLcrUKT07-Mxn4 X-Proofpoint-GUID: q0WsUi5FfFCTM1e6rOqLcrUKT07-Mxn4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=874 lowpriorityscore=0 spamscore=0 adultscore=0 priorityscore=1501 suspectscore=0 bulkscore=0 phishscore=0 malwarescore=0 impostorscore=0 mlxscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410140066 Add an entry for iris video decoder accelerator driver. Signed-off-by: Vikash Garodia Signed-off-by: Dikshita Agarwal --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..83296a667128 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19164,6 +19164,16 @@ S: Maintained F: Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml F: drivers/regulator/vqmmc-ipq4019-regulator.c +QUALCOMM IRIS VIDEO ACCELERATOR DRIVER +M: Vikash Garodia +M: Dikshita Agarwal +R: Abhinav Kumar +L: linux-media@vger.kernel.org +L: linux-arm-msm@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/media/qcom,*-iris.yaml +F: drivers/media/platform/qcom/iris/ + QUALCOMM NAND CONTROLLER DRIVER M: Manivannan Sadhasivam L: linux-mtd@lists.infradead.org