From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) (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 0575283CDF; Fri, 2 Feb 2024 11:27:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706873266; cv=none; b=Glu3Up8VSpVquZc/JfT+ac3ziwssFf7oy4OtGpAPZdOIGEi2GyJdCyF9vjxcC1TWifs+uGBw79me9X9sZ0F020wRPk68nQ9CKucjuFUwbRwxuTI6RaKJPOD+T454O7nkFs9qCGvmd+SHizKf6Rdav+V4hU4JeLlF3Ct6e9OZ3kc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706873266; c=relaxed/simple; bh=DjZR+x2AJlobZlRmeg7f3hep16VPLXZQx9SSAKPUDkc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=iuHAg1Xd2aeJD23+w190H1a/9z9iDvXRsa9SifOBylTnpPCAORFSctvNvgVd/bx286YdEvx2jv2gkVg41NERJQoOy52OSLQ7ENBuDDQ0gyKZ7zzBRPkMyOHf9NU9uERXJkxY+t1xpFgTl6nGKWhJvV9st6+uUP9ESl+Tx8ZnBis= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=V+t8zMK9; arc=none smtp.client-ip=217.70.183.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="V+t8zMK9" Received: by mail.gandi.net (Postfix) with ESMTPSA id 3A1871C0010; Fri, 2 Feb 2024 11:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1706873262; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3vbhRXgt30hzZKewtZ8Axp/TleoIkIaqCjSqmkD/kB0=; b=V+t8zMK9ldZOp91+++bCUBkRP0gxDLTsku7L7mfPyqijvPRvdWPE9dw8bAZwK0Gld16NC7 mbxtb8QiigimSVukX0Y9yXu2q6/dgRQoCxk/P3SP+tZP8Q2VcqpGfPcWD/b4sIcEds1rVZ /lX1fr4j44Bl/nGbyb2QY/6Czr6qQkz58z4dZ9Vc5vh4AXbDQySpDF5+zaZJZwNMLqzpMe 5naY+T673vdw1sIJe6Q36f9KRU/iKEUN0E6Y8cOTBjyNj47IsWsY8Ugrd3/zWYunM4cFZk oapX5dqoarPjNkiFVM2MNDTmoEY5n8NIL26JPm3irfgm9RuaMSqLBVXi4pbEBQ== Date: Fri, 2 Feb 2024 12:27:37 +0100 From: Luca Ceresoli To: Adam Ford Cc: dri-devel@lists.freedesktop.org, Jernej Skrabec , Andrzej Hajda , Laurent Pinchart , Krzysztof Kozlowski , Fabio Estevam , Richard Leitner , Marek Vasut , Robert Foss , Frieder Schrempf , NXP Linux Team , devicetree@vger.kernel.org, Conor Dooley , Thomas Zimmermann , Jonas Karlman , Liu Ying , Sascha Hauer , Maxime Ripard , Rob Herring , linux-arm-kernel@lists.infradead.org, Neil Armstrong , linux-kernel@vger.kernel.org, Pengutronix Kernel Team , Shawn Guo Subject: Re: [PATCH V7 2/2] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface Message-ID: <20240202122738.7dde2801@booty> In-Reply-To: <20240106215146.147922-2-aford173@gmail.com> References: <20240106215146.147922-1-aford173@gmail.com> <20240106215146.147922-2-aford173@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-GND-Sasl: luca.ceresoli@bootlin.com On Sat, 6 Jan 2024 15:51:45 -0600 Adam Ford wrote: > From: Lucas Stach > > This IP block is found in the HDMI subsystem of the i.MX8MP SoC. It has a > full timing generator and can switch between different video sources. On > the i.MX8MP however the only supported source is the LCDIF. The block > just needs to be powered up and told about the polarity of the video > sync signals to act in bypass mode. > > Signed-off-by: Lucas Stach > Reviewed-by: Luca Ceresoli (v2) > Tested-by: Marek Vasut (v1) > Tested-by: Luca Ceresoli (v2) > Tested-by: Richard Leitner (v2) > Tested-by: Frieder Schrempf (v2) > Reviewed-by: Laurent Pinchart (v3) > Reviewed-by: Luca Ceresoli > Tested-by: Luca Ceresoli > Tested-by: Fabio Estevam > Signed-off-by: Adam Ford On v6.8-rc1, custom hardware based on the Avnet i.MX8MP SMARC SoM. Tested-by: Luca Ceresoli I think you can remove the Tested-by I sent for previous versions. Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com