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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2EDDCA9EC4 for ; Wed, 30 Oct 2019 09:15:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B44D1208C0 for ; Wed, 30 Oct 2019 09:15:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Z6PlqRsB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B44D1208C0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=oczt46weo8StuWG3ca1ypohGAPapNt4hVK0s1Ciaq60=; b=Z6PlqRsBEzUMNm sb3c9viwq848hA3THgXhc+Vlic0PFgWIDZMew6LpDsMuXqRdlGPZL/EX7PXU0dubaOOe+G/9I7JkW vKKaV1t/QDLxdH+LVnOtI3HzViqEhwPMA6G3WBHj+BJ2PJRlQt3x2H0e5kYMvh7aZze/Q1CKwWwkI kVd8F65e8BdajGM1YVa9T81XwP+cpp9RNMZZgbOKra/GUgfhFsuzga90L4V1JXFyCKFmJW9wQRieb UNlYVN4O+XQfoOvx4OIUbmB+Ipxcz9XgRwYpyYCyCLofTAhsObjBXXcUygd/+jwl5uRo0oTMULAuq v/E9fdLm1MKYuXkPDMVw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iPk4g-0003X1-K1; Wed, 30 Oct 2019 09:15:30 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iPk4d-0003W8-VM; Wed, 30 Oct 2019 09:15:29 +0000 Received: from [91.217.168.176] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iPk42-00079b-Tm; Wed, 30 Oct 2019 10:14:50 +0100 From: Heiko Stuebner To: Tzung-Bi Shih Subject: Re: [PATCH v9 5/6] ARM: dts: rockchip: Add HDMI support to rk3288-veyron-analog-audio Date: Wed, 30 Oct 2019 10:14:49 +0100 Message-ID: <9095671.y4VLy4llMG@phil> In-Reply-To: References: <20191028071930.145899-1-cychiang@chromium.org> <20191028071930.145899-6-cychiang@chromium.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191030_021528_157142_1F4412A5 X-CRM114-Status: GOOD ( 12.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , ALSA development , Neil Armstrong , David Airlie , dri-devel@lists.freedesktop.org, Linux Kernel Mailing List , Hans Verkuil , Andrzej Hajda , Laurent Pinchart , Cheng-Yi Chiang , Takashi Iwai , linux-rockchip@lists.infradead.org, dgreid@chromium.org, Jerome Brunet , devicetree@vger.kernel.org, Tzung-Bi Shih , Jonas Karlman , Liam Girdwood , Russell King , Rob Herring , Jaroslav Kysela , linux-arm-kernel@lists.infradead.org, Jernej Skrabec , Douglas Anderson , Mark Brown , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Am Mittwoch, 30. Oktober 2019, 10:09:46 CET schrieb Tzung-Bi Shih: > This series has 6 patches. We noticed you have merged the first 4 > patches (includes the DT binding one: > https://mailman.alsa-project.org/pipermail/alsa-devel/2019-October/157668.html). > > There are 2 DTS patches are still on the list: > - [PATCH v9 5/6] ARM: dts: rockchip: Add HDMI support to > rk3288-veyron-analog-audio > https://mailman.alsa-project.org/pipermail/alsa-devel/2019-October/157499.html > - [PATCH v9 6/6] ARM: dts: rockchip: Add HDMI audio support to > rk3288-veyron-mickey.dts > https://mailman.alsa-project.org/pipermail/alsa-devel/2019-October/157500.html > > Are you waiting for other maintainers' acknowledgement? Or do we need > to resend them with maybe some modifications? nope all good like it is, ideally driver-changes (including the binding) and the devicetree-changes itself go through my tree in this case, as otherwise we would often run into conflicts if dts change go through vastly different maintainer trees. Of course dts changes can only get applied after the driver side is happy, so I'll be picking up these 2 changes (hopefully shortly) Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel