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=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 5BA5CCA9EAF for ; Wed, 30 Oct 2019 09:16:21 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 D6702205ED for ; Wed, 30 Oct 2019 09:16:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="c5g38xqb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D6702205ED Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 2D82D1F49; Wed, 30 Oct 2019 10:15:28 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 2D82D1F49 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1572426978; bh=8FjIeAKyJakjjxLzbQ0c1Il+A7SUSy+s68wFSjgy9lM=; h=From:To:Date:In-Reply-To:References:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=c5g38xqbu5lCDvGAzqpIfu7ddE4BfiP01X7nLnjE3KjFfIITRVrcmr0GzXxIS/LMC s7V+T6MJita+8hL5Ug+1BZcMmR3s6KP7q9M0ZTzmgG3d8UerkaMluL5MwQzA0r4s7T glaVvhrgNzAZk3rTcGh4LQLQk0RMmu9SZXsxyjnI= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id AF24EF802BD; Wed, 30 Oct 2019 10:15:27 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 995CCF80361; Wed, 30 Oct 2019 10:15:25 +0100 (CET) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id DC9F6F8015A for ; Wed, 30 Oct 2019 10:15:22 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz DC9F6F8015A 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 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 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 , linux-arm-kernel@lists.infradead.org, Jernej Skrabec , Douglas Anderson , Mark Brown , Daniel Vetter Subject: Re: [alsa-devel] [PATCH v9 5/6] ARM: dts: rockchip: Add HDMI support to rk3288-veyron-analog-audio X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" 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 _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel