Received: by 10.223.185.116 with SMTP id b49csp1556786wrg; Wed, 21 Feb 2018 22:16:15 -0800 (PST) X-Google-Smtp-Source: AH8x224tBDplKUVo+ngttaYQEmTyHoQzSp1muNgeeaUilrGq1ikkX0zsdf0N69XqSxFr6dhOKEeg X-Received: by 10.99.111.196 with SMTP id k187mr4691523pgc.360.1519280175106; Wed, 21 Feb 2018 22:16:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519280175; cv=none; d=google.com; s=arc-20160816; b=S0CV3ru7UbFVmQFGcH3fIJFMYHtlNO0H9GXfeqnSU5qu6co1L0K2Ep3wD+fv5iYGRs 6Am4VHgeHntM7yzo4KInxnqeMoDJsnbItzsKjOrYW8eJFFOqpMtTIN0rBBUaKUV9YJtz 443Kuk5q4JpCtl34eD1sfffOP07DjZkKYGuq2FqToHf7DftTri600pOa/jDFOQnWePQt lzwEpx8p1N3OR4YdBwMHpMcqJ5y/7/5rmf2IItIaoDW3CxNjzB5rppeGg9d5QqcdFleC SK3gqhEw6T+XGxLI0Cu9B9RHzMlH1sgMPC7aje6yNyLFdDJTWmeGhvdF88AQ4kOIH5xS V+KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=9ohbR4q5PcOUxY8xaAFfSHY9XtXvwUawKHa0XTRsR9A=; b=DMhvjv030odMMGkBIX0EBu5MaG7/Zh7tBRrMK9aWhtfLxcLrhu6yiiJepnwKNScVGa jDhrzX9UkEjK1D1cuPGBw+sZP/XuitHNsdxOnoRUn5dbZjTISWZ1Vo2F/z4M1YPZqNo1 cWagg8MJw7dvajryzkNcgnOuZnvV1pVQ2p0I+BwilJYt0It+m18n+y2VYdX3tDSyO4YM TpIh1A2F6AAyhPkghaqCxFp7QXW7YKm4i3P6Ngj9oPBI9IV39eVScX7kpFhY93ctaYEI enCQsdqUtziQvkIrubrpURGjbXvlUaehbVAUxhr/vyqA2nNDTEG0mXUiF8zuTT7/TuKB R/ew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b6si7057387pgr.640.2018.02.21.22.16.00; Wed, 21 Feb 2018 22:16:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752615AbeBVGNu (ORCPT + 99 others); Thu, 22 Feb 2018 01:13:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:39642 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbeBVGNr (ORCPT ); Thu, 22 Feb 2018 01:13:47 -0500 Received: from dragon (unknown [45.56.152.240]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4784C21784; Thu, 22 Feb 2018 06:13:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4784C21784 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 22 Feb 2018 14:13:38 +0800 From: Shawn Guo To: Tim Harvey Cc: Hans Verkuil , linux-media , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Steve Longerbeam , Philipp Zabel , Hans Verkuil , Mauro Carvalho Chehab Subject: Re: [PATCH v13 7/8] ARM: dts: imx: Add TDA19971 HDMI Receiver to GW54xx Message-ID: <20180222061336.GI3217@dragon> References: <1518717336-6271-1-git-send-email-tharvey@gateworks.com> <1518717336-6271-8-git-send-email-tharvey@gateworks.com> <7732637c-93bf-fac2-5553-695782890254@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 15, 2018 at 01:19:17PM -0800, Tim Harvey wrote: > On Thu, Feb 15, 2018 at 10:36 AM, Hans Verkuil wrote: > > On 15/02/18 18:55, Tim Harvey wrote: > >> The GW54xx has a front-panel microHDMI connector routed to a TDA19971 > >> which is connected the the IPU CSI when using IMX6Q. > > > > I assume that this and the next patch go through another subsystem for arm > > and/or imx? > > > > Regards, > > > > Hans > > > > Hans, > > Yes - Shawn should pick up the two dts patches: > 0007-ARM-dts-imx-Add-TDA19971-HDMI-Receiver-to-GW54xx.patch > 0008-ARM-dts-imx-Add-TDA19971-HDMI-Receiver-to-GW551x.patch > > Shawn you've seen these before but haven't ack'd them - are they good > to merge to your imx tree? Yes. I will pick up the dts patches after Hans merges driver part. Shawn