From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E5DA8C021A1 for ; Tue, 11 Feb 2025 07:35:58 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3449010E203; Tue, 11 Feb 2025 07:35:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="dZPD32ZX"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8BEF710E203 for ; Tue, 11 Feb 2025 07:35:56 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 318E65C039F; Tue, 11 Feb 2025 07:35:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 004EBC4CEDD; Tue, 11 Feb 2025 07:35:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739259355; bh=wk9GcUBAUnFbpDFQjRgo/Y7jGVofCjD7NpuzPXMmbNU=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=dZPD32ZXuJAb3SaosBOD3nrgRXQVwSLTGR8Ip8SO5hn4R82fPCQCOVMFZeVWkwEKF CsRwWKh5X2FSpspky30RS9ud/WXOOYvuYTGh9gJyXV7D1DNqcd9eUIW1K3tG2pq8a8 +tVA+ecHrDAe8SK7i8WdBt2OShsxmm23a9thPsNMCF5L36Pt+u2Jdd/WAo86kABVlP fq5gUv60xGYHo4U0usYfJ3gQzj6YA1M/4VVcctNHfxVRcmxGGctjnOvsw2DWKcoeBg Wba4XtAH4yUWtmjkKbAUIa0DaBtLcrhn+Cz53Ri/oj0MGdvkhuBue3+qUyD+sVodRw oJc95h1+ypBzA== Message-ID: Date: Tue, 11 Feb 2025 07:35:52 +0000 From: "Maxime Ripard" To: "Herve Codina" Subject: Re: [PATCH v6 1/4] dt-bindings: display: bridge: sn65dsi83: Add interrupt In-Reply-To: <20250210132620.42263-2-herve.codina@bootlin.com> References: <20250210132620.42263-2-herve.codina@bootlin.com> Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "Alexander Stein" , "Andrzej Hajda" , "Conor Dooley" , "Conor Dooley" , "Dave Stevenson" , "David Airlie" , "Jernej Skrabec" , "Jonas Karlman" , "Krzysztof Kozlowski" , "Laurent Pinchart" , "Laurent Pinchart" , "Louis Chauvet" , "Luca Ceresoli" , "Maarten Lankhorst" , "Marek Vasut" , "Maxime Ripard" , =?utf-8?b?TWHDrXJhIENhbmFs?= , "Neil Armstrong" , "Raspberry Pi Kernel Maintenance" , "Rob Herring" , "Robert Foss" , "Simona Vetter" , "Thomas Petazzoni" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 10 Feb 2025 14:26:16 +0100, Herve Codina wrote: > Both the TI SN65DSI83 and SN65DSI84 bridges have an IRQ pin to signal > errors using interrupt. > > This interrupt is not documented in the binding. > > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime