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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCDE4C433EF for ; Wed, 16 Feb 2022 15:45:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235689AbiBPPqE (ORCPT ); Wed, 16 Feb 2022 10:46:04 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235278AbiBPPqB (ORCPT ); Wed, 16 Feb 2022 10:46:01 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C3002A64F0; Wed, 16 Feb 2022 07:45:49 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 2A09E218B5; Wed, 16 Feb 2022 15:45:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1645026348; 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=jtOJRLfH5XxXXPxDY0QXwt3omlNmfgL2sL5pT9qDa/o=; b=zf+ewrfT4cku3n4TobLR2cQEnNbTj0Vw6+DplesRSUitmmfXMwzcP9c417KHEfgTYjDpVH JDE4mr4FwF7WWCbDqq9Sts44CPOtM7OjwgFujwWFXg/15v5vxJkApt25qA4okmanb9iCaH giKa95voZ6qNF1IxQesHO2ZlqM+rpGw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1645026348; 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=jtOJRLfH5XxXXPxDY0QXwt3omlNmfgL2sL5pT9qDa/o=; b=zVTnN5LQVVU93Wn9zn/dLjAhhOUer0cbsOD2JfcDXY1+Rgl4U7MyS81R4Eabc3KvcTjs1g 9f5zCOgDfcBEXlDg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 14B37A3B92; Wed, 16 Feb 2022 15:45:48 +0000 (UTC) Date: Wed, 16 Feb 2022 16:45:48 +0100 Message-ID: From: Takashi Iwai To: Thierry Reding Cc: Mohan Kumar , broonie@kernel.org, lgirdwood@gmail.com, robh+dt@kernel.org, tiwai@suse.com, jonathanh@nvidia.com, spujar@nvidia.com, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 4/6] dt-bindings: Add HDA support for Tegra234 In-Reply-To: References: <20220216092240.26464-1-mkumard@nvidia.com> <20220216092240.26464-5-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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Feb 2022 16:38:06 +0100, Thierry Reding wrote: > > On Wed, Feb 16, 2022 at 02:52:38PM +0530, Mohan Kumar wrote: > > Add hda clocks, memory ,power and reset binding entries > > for Tegra234. > > > > Signed-off-by: Mohan Kumar > > --- > > include/dt-bindings/clock/tegra234-clock.h | 4 ++++ > > include/dt-bindings/memory/tegra234-mc.h | 6 ++++++ > > include/dt-bindings/power/tegra234-powergate.h | 9 +++++++++ > > include/dt-bindings/reset/tegra234-reset.h | 2 ++ > > 4 files changed, 21 insertions(+) > > create mode 100644 include/dt-bindings/power/tegra234-powergate.h > > Actually it looks like I may need to pick this up as well to satisfy the > dependency from patch 6. > > Takashi, any objections if I pick up patches 4 and 6 and you take the > remainder through your tree? I don't think there are any dependencies on > this patch 4 from patches 1-3 and 5. Sure, I'm fine with it. thanks, Takashi