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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 991A8C433F5 for ; Wed, 16 Feb 2022 14:43:12 +0000 (UTC) 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 B85781A4C; Wed, 16 Feb 2022 15:42:20 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz B85781A4C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1645022590; bh=0u3rX/e7qeQV0zXq8QWn5DvnXp0HefZtid0dShC2yeQ=; h=Date:From:To:Subject:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Ey29xA++4rVeE98qZ97jzufxYrYc+g0rH9oKJkxyXbQezABFkpI5lEgTFX+EwrJME p7WkKVkgf16lgaD6uoNIS2sk/69FnBgqHNhsmileQWqpHw4H3mmECF0/cmwy68QNvI f0ydEBVQSJbeH7pbQMg51Y4uBisVW/Fpygwt+hvQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 0D555F80128; Wed, 16 Feb 2022 15:41:51 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 043CCF80128; Wed, 16 Feb 2022 15:41:50 +0100 (CET) Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id ADC21F80128 for ; Wed, 16 Feb 2022 15:41:47 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz ADC21F80128 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de header.b="J/AC/hjM"; dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de header.b="DF08cEWU" Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id F1B8D1F37D; Wed, 16 Feb 2022 14:41:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1645022506; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0NmCPawJxtkRgoA7hRxfbe/jdl3paV1z2Xf8gjyvC9c=; b=J/AC/hjMMRwtePnQ/Jeq6EvVehzyNVPebobHgwOS0I0J/Pl6XwpUztzcnoNfUsRA30yV+H He5UbkbVO3AUkCBQO+HrzKYZI8RCyhURCumHN7owG49Up1FDqyWVPgP8tNSeTyFp78hWIF tE9lqVPzwXoeNmVXF3lCTN9V/qklR4U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1645022506; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0NmCPawJxtkRgoA7hRxfbe/jdl3paV1z2Xf8gjyvC9c=; b=DF08cEWU9EeJbAJnzhuQavcmu4gbVbcOxuT4AS3sQxDN8ZAhVeUB1CDfEGeQ9r0e6MFf1c bSVjJqzlXuT+jABQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 9AA35A3B84; Wed, 16 Feb 2022 14:41:46 +0000 (UTC) Date: Wed, 16 Feb 2022 15:41:46 +0100 Message-ID: From: Takashi Iwai To: Thierry Reding Subject: Re: [PATCH v2 0/6] Add Tegra234 HDA support In-Reply-To: References: <20220210065057.13555-1-mkumard@nvidia.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, spujar@nvidia.com, tiwai@suse.com, robh+dt@kernel.org, jonathanh@nvidia.com, broonie@kernel.org, linux-tegra@vger.kernel.org, Mohan Kumar 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, 16 Feb 2022 15:23:27 +0100, Thierry Reding wrote: > > On Tue, Feb 15, 2022 at 02:34:01PM +0100, Takashi Iwai wrote: > > On Tue, 15 Feb 2022 14:29:54 +0100, > > Takashi Iwai wrote: > > > > > > On Thu, 10 Feb 2022 07:50:51 +0100, > > > Mohan Kumar wrote: > > > > > > > > This series add the support for TEGRA234 HDA driver support > > > > > > > > Mohan Kumar (6): > > > > ALSA: hda/tegra: Add Tegra234 hda driver support > > > > ALSA: hda/tegra: Hardcode GCAP ISS value on T234 > > > > ALSA: hda/tegra: Update scratch reg. communication > > > > dt-bindings: Add HDA support for Tegra234 > > > > dt-bindings: Document Tegra234 HDA support > > > > arm64: tegra: Add hda dts node for Tegra234 > > > > > > Applied all six patches to for-next branch now. > > > > ... and now I realized that it's conflicting with the latest Tegra234 > > reset stuff on linux-next. > > > > Maybe better to split the patches to be merged through several trees? > > It's usually best for me to pick up at least the DT changes (patch 6) > into the Tegra tree, that way I can easily resolve conflicts there when > they arise. > > The device tree bindings (patches 3 & 4) traditionally go along with > the driver changes, though. > > If you prefer the patch series to be split, that's fine. For other > subsystems we usually deal with this by having one series and then the > subsystem maintainer picking up all the non-DT changes and I take the > rest. OK, that's fine for me. Let's revisit the latest patchset. thanks, Takashi