Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp3072370pxb; Tue, 12 Jan 2021 05:48:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJzu2IQezeNIZ2WMyWDtFt7niHxNWG5sLVjGMOc3c/NDVINPKE+J6kUKuhrhdKicJT+2AYh3 X-Received: by 2002:a05:6402:1b91:: with SMTP id cc17mr3649314edb.259.1610459295434; Tue, 12 Jan 2021 05:48:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610459295; cv=none; d=google.com; s=arc-20160816; b=x9m/E60n3DyIYnqdU4vEIrrBMVJW/vQQRdp5RstUO30UgaYxPnnH2Icd+yUEhqpL7t KTyfG0eJFGCAX5uBmgkjg7h77p9wmCjSGvYf/v5gKlMXxjN5iEESVus73PH82M+r7Yoq 8AmUbp0SlH+ajj3UlAPY285g55CmR+0c2aN6Ea3UbOziqYaJEOySTm4pWe9Xc6lhNqo1 MDzenLrPgonvqJWX/D/avsJby0mIknLBymJViNJ3k80+Cpb4+ZDNyMJfE4v3+1TBNe5l bieMQYd3u8s8z2qZAazJ/m9B6mEAe2XeuJMnn7BTYvx+abG0mYbDI2LA8mYi1a8VLIDk +LIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:in-reply-to :subject:cc:to:from:message-id:date; bh=apT4rSk/MDwkIKU6u5AYydvi2ooRUtGheKiODfi0dos=; b=De0yvtB68b8UIpdwbmFJyfN6FRC5DSW5VPXR3Jjol+H4BbPRUiOQH5PicBRNSOgUpb JcFStJp2dSDnYHhPcS1+L8aawD2BZZeEY2gnVS/AeBH/vVb5u5jz6NDDYCcY9NRcmxEh vLDZ+E65k037TbW24p1ayGDH6R0HFBz16BAvkg6meHRYuHH2GM/2V30YUX6aWpiMmRdG 78yHS9BthbU9Z96HYDQ7gfbE3Z7aasL7CBGsepJkpP5pgqP3jolNJTykYtgwA2zSZ1FX czH4yb4+th0kBt+a8yXmZ81jOpHOmRAaZl7VRbmt76mfqyK9R9zKLS31AFEKBAZBzmye rT7g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a16si1320252ejk.668.2021.01.12.05.47.51; Tue, 12 Jan 2021 05:48:15 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731468AbhALNrL (ORCPT + 99 others); Tue, 12 Jan 2021 08:47:11 -0500 Received: from mx2.suse.de ([195.135.220.15]:49852 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731162AbhALNrK (ORCPT ); Tue, 12 Jan 2021 08:47:10 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 13B60ACAC; Tue, 12 Jan 2021 13:46:29 +0000 (UTC) Date: Tue, 12 Jan 2021 14:46:28 +0100 Message-ID: From: Takashi Iwai To: Thierry Reding Cc: Peter Geis , Michael Turquette , Stephen Boyd , Peter De Schrijver , Prashant Gaikwad , Jonathan Hunter , Jaroslav Kysela , Takashi Iwai , Sameer Pujar , Mohan Kumar , linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 0/2] fix tegra-hda on tegra30 devices In-Reply-To: References: <20210108135913.2421585-1-pgwipeout@gmail.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, 12 Jan 2021 14:00:37 +0100, Thierry Reding wrote: > > On Tue, Jan 12, 2021 at 09:22:38AM +0100, Takashi Iwai wrote: > > On Fri, 08 Jan 2021 14:59:11 +0100, > > Peter Geis wrote: > > > > > > The following patches fix tegra-hda on legacy tegra devices. > > > Two issues were discovered preventing tegra-hda from functioning: > > > -The hda clocks on tegra30 were assigned to clk_m and running at too low > > > of a rate to function. > > > -The tegra-hda encounters an input/output error when opening a stream. > > > > > > Since the only mainline device that used tegra-hda until recently was the > > > t124, it is unknown exactly when this was broken. Fortunately a recent > > > patch was submitted that fixed the issue only on t194 devices. We can > > > apply it to the tegra30-hda device to resolve the issue across the board. > > > Note that downstream devices used the spdif device instead of hda for hdmi > > > audio. The spdif device lacks a driver on mainline. > > > > > > -Checkpatch seems to have issues finding [1], but git show has no issue. > > > [1] commit 60019d8c650d ("ALSA: hda/tegra: workaround playback failure on > > > Tegra194") > > > > > > Changelog: > > > > > > v2: > > > -Added ack and reviewed-by from Jon > > > -Updated fix to apply to tegra30-hda vice universally (Thanks Jon) > > > -Updated commit to include comments from hardware team (Thanks Sameer) > > > -Cleaned up commit messages > > > > > > Peter Geis (2): > > > clk: tegra30: Add hda clock default rates to clock driver > > > ALSA: hda/tegra: fix tegra-hda on tegra30 soc > > > > Shall I apply both patches via sound git tree? > > > > Or, if you want to take through clk tree, let me know. In that case, > > feel free to take my ack: > > Acked-by: Takashi Iwai > > There doesn't seem to be a build-time (or even runtime) dependency > between the two patches and they fix two independent issues, so they > could also go in separately. Yes. OTOH, it's better to be applied in a shot when you look back at the changes later. > I'm fine either way. From a Tegra perspective, the Tegra30 clock driver > is very low activity, so I don't expect any conflicts with between this > and some other patches that might go in through the clock tree. OK, then I queued both patches now to for-linus branch in sound tree. Thanks! Takashi