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=-3.8 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 5147CC432BE for ; Tue, 27 Jul 2021 08:49:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CCAD61252 for ; Tue, 27 Jul 2021 08:49:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236011AbhG0Ity (ORCPT ); Tue, 27 Jul 2021 04:49:54 -0400 Received: from muru.com ([72.249.23.125]:55666 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236037AbhG0Itv (ORCPT ); Tue, 27 Jul 2021 04:49:51 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 013C880F0; Tue, 27 Jul 2021 08:50:08 +0000 (UTC) Date: Tue, 27 Jul 2021 11:49:49 +0300 From: Tony Lindgren To: Peter Ujfalusi Cc: bcousson@baylibre.com, robh+dt@kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, hns@goldelico.com Subject: Re: [PATCH 0/3] ARM: dts / ti-sysc: Enable McASP on OMAP4 Message-ID: References: <20210717120925.24505-1-peter.ujfalusi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210717120925.24505-1-peter.ujfalusi@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Ujfalusi [210717 15:07]: > Hi, > > This series is the dts / ti-sysc part of the McASP DIT and OMAP4 support: > https://lore.kernel.org/alsa-devel/20210705194249.2385-1-peter.ujfalusi@gmail.com/ > > The ASoC part has been picked up and it is in linux-next. > > I have followed the advice from Tony and added a quirk via ti-sysc to disable the > non working SIDLE mode for McASP. Thanks applying all three. Regards, Tony