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 50992ECAAD3 for ; Fri, 9 Sep 2022 07:34:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231304AbiIIHe0 (ORCPT ); Fri, 9 Sep 2022 03:34:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231195AbiIIHeY (ORCPT ); Fri, 9 Sep 2022 03:34:24 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 226BDB40D0 for ; Fri, 9 Sep 2022 00:34:21 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id A06196601F9D; Fri, 9 Sep 2022 08:34:18 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1662708859; bh=5VvwnbXofTSVecEzap842tdZGEPaG2MhXLhAO0Qr1uE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=lW89EY4aJ1eVZPFDlLcJbiY7aMi1pW1MfbFb5qV7LHA2vwyz0wB8tM3jLVkG9iJSu L9t1WVM5JudnYNeflvKwmC9G1+DE7J4PPfHe3YGyXWoMIUmix6Ql8vFOPzeSVj5E1e OLTqNqhyHrlK73YknZY5XTiZB4izUpq0RDvK/KCX+DAnIAbN92o+ARW5pTZ9doiTlG V4363hwwUO/ftJ/EGyIJl6dMrzZi0Voce20DxA82Ne0jMmVUUFvnz/OH0DSwNcpXYR S8mvOP/zztacZn5lUcS/niCQqsrIbc3L8vFbT6WCHQoBYCOs3bdnsI1E8k2ukwQCwG KAh7F/sL9KYZA== Message-ID: Date: Fri, 9 Sep 2022 09:34:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH 10/10] ASoC: mediatek: mt8186: Remove clock share parsing from DT Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown , Matthias Brugger Cc: kernel@collabora.com, Chunxu Li , Dan Carpenter , Jaroslav Kysela , Jiaxin Yu , Liam Girdwood , Takashi Iwai , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20220908161154.648557-1-nfraprado@collabora.com> <20220908161154.648557-11-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220908161154.648557-11-nfraprado@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 08/09/22 18:11, NĂ­colas F. R. A. Prado ha scritto: > Now that the clock sharing for i2s ports can be configured from the > sound machine driver, remove the logic that was used to parse the > properties from the devicetree. > > Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno