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 4D809C433FE for ; Tue, 7 Dec 2021 08:04:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230200AbhLGII0 (ORCPT ); Tue, 7 Dec 2021 03:08:26 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:51382 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229648AbhLGIIZ (ORCPT ); Tue, 7 Dec 2021 03:08:25 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 2AACE1FD2F; Tue, 7 Dec 2021 08:04:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1638864294; 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=UqPhgHSE9MgwMn7Ma+99O/Ry7xOln778EEbdlbH3hcw=; b=F/gMsgU4rNyxG+bLUwJ2cJdYCw7zUpJB5D0Cn/SD/bu+QmM/taCQRIbFcwBGNlRGz0tJoU TN5Eabe9T4eqfVcJhyKeFlR6g+L6N6Oylycc9GsW1CrOZ7WMVKPgcZCh6cPDUi0PGYRAkX gKKszWEyCDLNsLbVmOt60tVheEcWkeE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1638864294; 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=UqPhgHSE9MgwMn7Ma+99O/Ry7xOln778EEbdlbH3hcw=; b=8lrGCggmUEXxYyoeZFvz/IjAkJigHKJ24XxulspRfJMLBmH4b+cfC5ybj4jbGN4t+7ymFw +BFm7MVaxKWq9wDQ== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 12E12A3B81; Tue, 7 Dec 2021 08:04:54 +0000 (UTC) Date: Tue, 07 Dec 2021 09:04:54 +0100 Message-ID: From: Takashi Iwai To: Sameer Pujar Cc: , , , , , , , , , , , Subject: Re: [PATCH 0/3] Fix Tegra194 HDA regression In-Reply-To: <1638858770-22594-1-git-send-email-spujar@nvidia.com> References: <1638858770-22594-1-git-send-email-spujar@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 Tue, 07 Dec 2021 07:32:47 +0100, Sameer Pujar wrote: > > HDA probe failure is observed on Tegra194 based platforms and this > happens due to a reset failure. The series fixes this problem by > avoiding explicit resets on BPMP based devices. > > Sameer Pujar (3): > ALSA: hda/tegra: Skip reset on BPMP devices > dt-bindings: sound: tegra: Update HDA resets > arm64: tegra: Remove non existent Tegra194 reset The change in HDA drier looks fine, and the question how to take those patches. If other people can give acks, I can take those to sound.git tree destined for 5.16. Or, if anyone else prefers taking those, feel free to do: for the first patch, Reviewed-by: Takashi Iwai thanks, Takashi