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 56706C433EF for ; Sat, 1 Jan 2022 15:48:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232444AbiAAPsJ (ORCPT ); Sat, 1 Jan 2022 10:48:09 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:39996 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229634AbiAAPsJ (ORCPT ); Sat, 1 Jan 2022 10:48:09 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id EB0331F387; Sat, 1 Jan 2022 15:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1641052087; 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=chbhCQj6hAZogsch5Y5wPKP/+t88RAVuQw/XW7sQuSc=; b=Gm4YMxIRurIJHvqgIdaH4wq0fLMTqwhixOYrjyUR/xD2HEgBoBME1hdbNGmPMvfkvB52f5 cko9TqD1PoaZpO67afUw9vhuTHwu1oZz6X80lEILDiVA3SvXZrvCzwVaUduxWIsbIt0I11 ErtwQnKlk5kkXhUA9NJjmxcwXkb0EHA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1641052087; 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=chbhCQj6hAZogsch5Y5wPKP/+t88RAVuQw/XW7sQuSc=; b=I1w19BW9LhWgIbjFBUzlS1Uryk5ZZamS7br+ZGdLWL+whCKUEpZZa5jca4QHpe/UGDNzHP LUxMV10+fkrdywAw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 655C4A3B81; Sat, 1 Jan 2022 15:48:07 +0000 (UTC) Date: Sat, 01 Jan 2022 16:48:07 +0100 Message-ID: From: Takashi Iwai To: Sameer Pujar Cc: , , , , , , , , , , , , Subject: Re: [PATCH v4 0/3] Fix Tegra194 HDA regression In-Reply-To: <1640260431-11613-1-git-send-email-spujar@nvidia.com> References: <1640260431-11613-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-tegra@vger.kernel.org On Thu, 23 Dec 2021 12:53:48 +0100, Sameer Pujar wrote: > > HDA probe failure is observed on Tegra194 based platforms and this > happens due to reset failure. This series fixes the problem by > skipping the failing reset and DT bindings are updated accordingly. > > > Changelog > ========= > v3 -> v4: > --------- > * Rename SoC data variable in HDA driver patch. > * Remove NULL check for compatible match data in HDA driver patch. > * Drop "Depends-on" tag from commit message and add "Reviewed-by" > tag from Dmitry. > * Update binding doc patch as per comment from Rob. > > > v2 -> v3: > --------- > * Use reset bulk APIs in HDA driver as suggested by Dmitry. > > > v1 -> v2: > --------- > * Updated HDA driver patch to skip the failing reset instead of > skipping resets in general for BPMP devices as per comment from > Dmitry. > * Used a better strucure name for SoC data as per comment from > Thierry. > * Dropped 'Fixes' tag in binding doc patch as per comment from > Dmitry. > > Sameer Pujar (3): > ALSA: hda/tegra: Fix Tegra194 HDA reset failure > dt-bindings: sound: tegra: Add minItems for resets > arm64: tegra: Remove non existent Tegra194 reset As there seems no objection for this revision, I applied all three patches now to for-next branch of sound.git tree. thanks, Takashi