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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7F94C4345F for ; Mon, 22 Apr 2024 05:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GPyXD9YA9pH6IGxPU7BafEz/UpCXRx/T3OkZsUQZR6c=; b=VZPf+z3NcBM1Zp B1LGtrYrpqfVfQ6wvT6Q43Ox2DNef+KgdWf+9aimohAPeCy3Cr7EjacsAcQqZyR0Qy1aTaV82J24J Ha/KwFXdT8uD5RwpksN9CN8xlXJ7lzW9CkPNx/yfI37XD+nW3aqO1Dkrf+V8d06AxLIOIjl/o4QWz WGy2lMuP2CPAnQOW5EqZXh+41cmO7w2tYXjsVbZ5bjbosdwOMHLO9PBH0dhVMWBLc7N/b4qgblATS 37kDEgrrIkxKp51qepAoHjdAjJV0BXT0DN0M/asMeyEX78t+in8AqRBIRourV+ZTrenHNUQ4Gwk4E /pcUhJUl3wtj694cw7Lg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rymQ4-0000000C9nu-1wPl; Mon, 22 Apr 2024 05:40:48 +0000 Received: from mail-177132.yeah.net ([123.58.177.132]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rymQ0-0000000C9n8-0sz4 for linux-arm-kernel@lists.infradead.org; Mon, 22 Apr 2024 05:40:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=OrzKwWo/B3km3LkyErimGK53sAtA8Zcp7tLaY4gA2do=; b=MMBSo7FLbUHcHrW6dPX57C0nc2sc2VQ/eYtsJEo1GQova8T4sM0bSCbMrbBKdc pywqcGCFuuKai+pqluDVzNgIH/0GZDg1tqRzK47hsNqmCD89Kb3bSfqwZQuoSNou CsETwKZGpeZqJIwr7hVoQZrqYkg2iBhuDLgFBw3SMReKg= Received: from dragon (unknown [223.68.79.243]) by smtp2 (Coremail) with SMTP id C1UQrADnT5FM+CVmDc8zBA--.51929S3; Mon, 22 Apr 2024 13:40:29 +0800 (CST) Date: Mon, 22 Apr 2024 13:40:27 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] arm64: dts: tqma8mnql: Add EASRC support Message-ID: References: <20240412132021.520666-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240412132021.520666-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID: C1UQrADnT5FM+CVmDc8zBA--.51929S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsPfHUUUUU X-Originating-IP: [223.68.79.243] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBQ3IZVsVCfBTAQAAsA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240421_224044_797351_1FAB2784 X-CRM114-Status: UNSURE ( 6.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 12, 2024 at 03:20:21PM +0200, Alexander Stein wrote: > Enable EASRC support in tlv320aic32x4 sound card. > > Signed-off-by: Alexander Stein Hmm, it doesn't apply to imx/dt64 branch. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel