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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 CAA0DCA9EC0 for ; Wed, 30 Oct 2019 09:15:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9FF8E205ED for ; Wed, 30 Oct 2019 09:15:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726404AbfJ3JPb (ORCPT ); Wed, 30 Oct 2019 05:15:31 -0400 Received: from gloria.sntech.de ([185.11.138.130]:54468 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726028AbfJ3JPb (ORCPT ); Wed, 30 Oct 2019 05:15:31 -0400 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 Cc: Cheng-Yi Chiang , Linux Kernel Mailing List , Neil Armstrong , Jerome Brunet , Jernej Skrabec , Jonas Karlman , Hans Verkuil , Mark Brown , Liam Girdwood , Takashi Iwai , Jaroslav Kysela , Russell King , Andrzej Hajda , Laurent Pinchart , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Douglas Anderson , dgreid@chromium.org, Tzung-Bi Shih , ALSA development , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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