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, 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 D991DC07E99 for ; Fri, 9 Jul 2021 06:31:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B595D6144D for ; Fri, 9 Jul 2021 06:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229954AbhGIGdw (ORCPT ); Fri, 9 Jul 2021 02:33:52 -0400 Received: from muru.com ([72.249.23.125]:39238 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229887AbhGIGdw (ORCPT ); Fri, 9 Jul 2021 02:33:52 -0400 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 Cc: Mark Brown , alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-omap@vger.kernel.org, hns@goldelico.com 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: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * 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