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 A2CB9C433EF for ; Tue, 15 Feb 2022 13:29:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238264AbiBONaH (ORCPT ); Tue, 15 Feb 2022 08:30:07 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:57022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232236AbiBONaF (ORCPT ); Tue, 15 Feb 2022 08:30:05 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CBEB106B05; Tue, 15 Feb 2022 05:29:55 -0800 (PST) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 387E51F38A; Tue, 15 Feb 2022 13:29:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1644931794; 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=y7TuJb01MxHR8ILN71qt78hpvGNPxuxb3fSK52SQW5s=; b=kbXIIVQxDUyMeSo23lxkbHz595B4YBWvOJfWYdP8w8hnlFuTzc7ectt3sXzAuyO37dpR9D 1ykMFI3eWcTAYIEVuRKgDpgpK9Mv1kwPtQJcGbguYEqRTTsrJ4dQ8M+w1zPkuphmvhLCte VBUatHQUV+8B/nKfjph5d0rs9mLcANY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1644931794; 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=y7TuJb01MxHR8ILN71qt78hpvGNPxuxb3fSK52SQW5s=; b=O1k0di7vp4H8u5b/CloGSi511qqPzZcslRwg4kaGt+Fm0h3bca3mbiVcegQ7KHCkX/M4Ww stV/XG0RxjGtuuDA== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id 1EB45A3B81; Tue, 15 Feb 2022 13:29:54 +0000 (UTC) Date: Tue, 15 Feb 2022 14:29:54 +0100 Message-ID: From: Takashi Iwai To: Mohan Kumar Cc: , , , , , , , , , , Subject: Re: [PATCH v2 0/6] Add Tegra234 HDA support In-Reply-To: <20220210065057.13555-1-mkumard@nvidia.com> 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. thanks, Takashi