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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F2DFC07E99 for ; Fri, 9 Jul 2021 06:32:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 126296144C for ; Fri, 9 Jul 2021 06:32:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 126296144C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C9DAA886; Fri, 9 Jul 2021 08:31:25 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C9DAA886 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1625812335; bh=a96ifugY96GIiMqWrKhYo2QPPlTIaaW3p6yXtSoBa48=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=P3yL9FA3fwh8ufc9ViChqFJy7k2NonNGHGFRmrP2yJwmJlh2zpCyDW05yCfY+8Pgs tcxskHKZU2pviManbR5WuFIN7nJ+jUhraRvGhPu+8ia7CrnZzklFJAnzlTg/YB6RCc Tbt+8VOMIy5aDvrlGX1G/t/lo/fvjCfNFOOJu/3k= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 482DCF80171; Fri, 9 Jul 2021 08:31:25 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 243BBF80224; Fri, 9 Jul 2021 08:31:18 +0200 (CEST) Received: from muru.com (muru.com [72.249.23.125]) by alsa1.perex.cz (Postfix) with ESMTP id 65BC5F80059 for ; Fri, 9 Jul 2021 08:31:12 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 65BC5F80059 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5E2BC80AF; Fri, 9 Jul 2021 06:31:22 +0000 (UTC) Date: Fri, 9 Jul 2021 09:31:05 +0300 From: Tony Lindgren To: =?utf-8?B?UMOpdGVy?= Ujfalusi Subject: Re: [PATCH v2 0/5] ASoC: ti: davinci-mcasp: Fix the DIT mode and OMAP4 support Message-ID: References: <20210705194249.2385-1-peter.ujfalusi@gmail.com> <20210707173245.GK4394@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: hns@goldelico.com, alsa-devel@alsa-project.org, Mark Brown , lgirdwood@gmail.com, linux-omap@vger.kernel.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" * Péter Ujfalusi [210708 18:44]: > Hi Mark, Tony, > > On 07/07/2021 20:32, Mark Brown wrote: > > On Mon, Jul 05, 2021 at 10:42:44PM +0300, Peter Ujfalusi wrote: > > > >> Mark, Tony: > >> The ASoC and dts patches can go via separate tree I felt that it is better if > >> they are together, at least initially. > > > > I'm happy to take both through ASoC? The patches look fine to me. > > Tony prefers if I leave the TRM documented (but not working) Smart-idle > mode intact in DT for the McASP and add some quirk via > drivers/bus/ti-sysc.c. > Tony, can you confirm it? Yes let's keep the smart-idle in dts if it's documented in the TRM. And let's just add a line to drivers/bus/ti-sysc.c for a McASP quirk. > The ASoC patches are not affected by this, it is just that we need to > block SIDLE mode in a different way than how I did it in the last patch. > > I'll take a look on how to implement the needed quirk for the McASP > module, then I can send the dts+ti-sysc patch to linux-omap. OK sounds good to me. Regards, Tony