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 499CEC433EF for ; Thu, 13 Jan 2022 15:53:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235165AbiAMPxC (ORCPT ); Thu, 13 Jan 2022 10:53:02 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:2960 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234645AbiAMPxC (ORCPT ); Thu, 13 Jan 2022 10:53:02 -0500 Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20D7TDuT015302; Thu, 13 Jan 2022 09:52:45 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=message-id : date : mime-version : from : to : subject : references : in-reply-to : content-type : content-transfer-encoding; s=PODMain02222019; bh=3eTAYHBuhkXwQz8GvoKIzHu0Qzy8xDbMNp5+VdUW3zk=; b=AAI8iCsXQITSaMOXUqVVhEiEw/fqjtjbbPiPdS+szivZVOlqq41wNxroy4/J+hveNKJy FQ96juaehR22MAGPU1yB1zb0uJ61VFU7uU9fQ6lCsZKUphhe8SqU+ff8rRR5Sifvb4B5 dxGeJglcIXmTfPdkzIEytQVhGM+WxaxBCl1yxhcJ3wpj4yO0MoDEUdh1RKjB7Ky93dLV L13WwAvd+Iy41e2YAB0wReBGHI8z5n0DW8DwX6I9FQ5wwOFwNLQlwXKGIp0p/vpNJKA9 mk4Q/g9QQvLCfMCZBZiZDVC3w+CxrjF5lZo5TM4L5HZKbybm3yhPUTgTGlo2wU7A79vo CA== Received: from ediex02.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3dhejy26sq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 13 Jan 2022 09:52:45 -0600 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.18; Thu, 13 Jan 2022 15:52:43 +0000 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.18 via Frontend Transport; Thu, 13 Jan 2022 15:52:43 +0000 Received: from [198.61.65.50] (unknown [198.61.65.50]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id DE79CB0E; Thu, 13 Jan 2022 15:52:36 +0000 (UTC) Message-ID: Date: Thu, 13 Jan 2022 15:52:36 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: To: Cameron Berkenpas , Stefan Binding , 'Hans de Goede' , "'Rafael J. Wysocki'" , 'moderated list: "SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM...'" , 'Liam Girdwood' , , 'Takashi Iwai' , 'Mark Gross' , 'ACPI Devel Maling List' , 'Mark Brown' , 'Platform Driver' , 'Linux Kernel Mailing List' , 'Len Brown' , ; Illegal-Object: Syntax error in To: address found on vger.kernel.org: To: ; ^-missing semicolon to end mail group, extraneous tokens in mailbox, missing end of mailbox Subject: Re: [PATCH v6 08/10] ACPI / scan: Create platform device for CLSA0100 and CSC3551 ACPI nodes References: <20211217115708.882525-1-tanureal@opensource.cirrus.com> <20211217115708.882525-9-tanureal@opensource.cirrus.com> <4b5506b1-20c6-3983-d541-86dc2388b2a7@redhat.com> <004001d7f5c6$7329d4d0$597d7e70$@opensource.cirrus.com> <3f042293-05de-d472-dd6e-ce5ca3a8331b@neo-zeon.de> In-Reply-To: <3f042293-05de-d472-dd6e-ce5ca3a8331b@neo-zeon.de> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Proofpoint-GUID: hoxzO8VJxXFJMNQMRsDgldZyIoHMplz3 X-Proofpoint-ORIG-GUID: hoxzO8VJxXFJMNQMRsDgldZyIoHMplz3 X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On 1/12/22 8:00 PM, Cameron Berkenpas wrote: > Hello, > > Will this also include adding support for ID's matching CLSA0101? > > Thanks, > > -Cameron > > On 1/12/22 05:05, Lucas tanure wrote: > > As the ic2-multi-instantiate patch chain is still being worked out, we > > would like to submit a new chain for CLSA0100 id and a few fixes for > > the HDA cs35l41 driver. > > And to avoid conflicts the ic2-multi-instantiate patch chain will wait > > for this new patch chain to be merged. > > > > Thanks, > > Lucas Tanure > > Hi, We have the plan to support CLSA0101 in the near future, but not for this current patch series. Lucas