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 C771CC433EF for ; Mon, 27 Jun 2022 13:17:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235324AbiF0NRy (ORCPT ); Mon, 27 Jun 2022 09:17:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235722AbiF0NRd (ORCPT ); Mon, 27 Jun 2022 09:17:33 -0400 Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFF2263B7 for ; Mon, 27 Jun 2022 06:16:37 -0700 (PDT) Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25RBx6KT005329; Mon, 27 Jun 2022 08:16:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=+Ktnk5f65Jy5OZte53NBOIGEjEqKx/iC8LlAlqmjVY8=; b=mpCmOZDGOiMQUxQQDR13vj7pi5Swt2piZoVt4mfp1TbereQr7C8a0d2nh3sfq9fCzhpk EXP3WTmoJp+dHO/pYJCmG0MefwjgZYbgugQ5tPLqpEtPAxlF7XyqAtR81qfoScqYueik Q2Vh3vCC4/sqcGUq5RogvIl3azmSSvOrQqkIt0nQPOBvaqJBXUwtZrkJZNgyYd9jCGKQ 5y4rVexJWQlGXL1VBjQX9SROB2twYUGcItczPSHpHwrMVJYIkdxhmz2oAE0XUdmQoLJV B6500x6G43cioPVqCTY4/RTEBT5+SsOnqpPjH6ktsxaIVwsRzt8Fl2o6UukdgEkCmlrG Tg== Received: from ediex01.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3gwxsq2n4g-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 27 Jun 2022 08:16:29 -0500 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Mon, 27 Jun 2022 14:16:28 +0100 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2375.28 via Frontend Transport; Mon, 27 Jun 2022 14:16:28 +0100 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id E139211D1; Mon, 27 Jun 2022 13:16:27 +0000 (UTC) Date: Mon, 27 Jun 2022 13:16:27 +0000 From: Charles Keepax To: Krzysztof Kozlowski CC: Mark Brown , , , , , , Subject: Re: [PATCH] ASoC: samsung: s3c24xx-i2s: Fix typo in DAIFMT handling Message-ID: <20220627131627.GI38351@ediswmail.ad.cirrus.com> References: <20220627094335.3051210-1-ckeepax@opensource.cirrus.com> <803785ef-42b7-647c-9653-702067439ae9@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-GUID: N3G3SsD-QENDmQF7ckTvBwVESW7xbwyM X-Proofpoint-ORIG-GUID: N3G3SsD-QENDmQF7ckTvBwVESW7xbwyM X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 27, 2022 at 02:11:13PM +0200, Krzysztof Kozlowski wrote: > On 27/06/2022 13:45, Mark Brown wrote: > > On Mon, Jun 27, 2022 at 11:49:46AM +0200, Krzysztof Kozlowski wrote: > >> On 27/06/2022 11:43, Charles Keepax wrote: > My comment was not a requirement (procedural blocker) but a suggestion, > because maybe Charles was not aware that developer trees can be tested > for free. > Would be awesome if I could run things through the build bot before sending them up. Are there any docs anywhere on how to get a tree added to that? Thanks, Charles