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=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 A5F5FECE58B for ; Wed, 2 Oct 2019 08:36:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 71FE821A4A for ; Wed, 2 Oct 2019 08:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570005410; bh=Fz3G6JDNACXQd2RhNujXk869SixEzsjL+NkZV4Cq0F8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bIGJSyn0uwadsk3elXsTdepYKmd7KbIKXq4os4V+sVpTf6wc754PefcHussYwwU6t Nc4hCohQVJvFRFecJe+1rYP9oNQ2O+8LmMpQRYdatoJO58PcONi7IFbxSyW6R52gTh IBDTo/vv5NNuhr35Qccm1pcV8d/yBL2kGsk4sJCM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727854AbfJBIgt (ORCPT ); Wed, 2 Oct 2019 04:36:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:55758 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726078AbfJBIgt (ORCPT ); Wed, 2 Oct 2019 04:36:49 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 737A1206C0; Wed, 2 Oct 2019 08:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570005409; bh=Fz3G6JDNACXQd2RhNujXk869SixEzsjL+NkZV4Cq0F8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H/cyj4XQuDZuUnYggEFCdOaT7QbbspwnS2Z+e4L/x6JPny9+x8KuJ/grHK9Tcn3UG uZ24/Ko13j82XZps2OqX7mJDgI6Q8bz6dllZ73XqRfTJWv899MzPCAJPs5Bp7oTX6s RVq3R17S8RhweG9EeeoVQrCLW6iZmAJivn5SeHWE= Date: Wed, 2 Oct 2019 10:36:46 +0200 From: Greg KH To: Michal Suchanek Cc: alsa-devel@alsa-project.org, Vinod Koul , Sanyog Kale , Pierre-Louis Bossart , stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] soundwire: depend on ACPI || OF Message-ID: <20191002083646.GB1687317@kroah.com> References: <20191002081717.GA4015@kitsune.suse.cz> <91e2fc425e0dea92d7f131da890e52af273de36c.1570005196.git.msuchanek@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91e2fc425e0dea92d7f131da890e52af273de36c.1570005196.git.msuchanek@suse.de> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 02, 2019 at 10:33:30AM +0200, Michal Suchanek wrote: > Now devicetree is supposrted for probing sondwire as well. > > Fixes: a2e484585ad3 ("soundwire: core: add device tree support for slave devices") > Signed-off-by: Michal Suchanek > --- > drivers/soundwire/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig > index c73bfbaa2659..c8c80df090d1 100644 > --- a/drivers/soundwire/Kconfig > +++ b/drivers/soundwire/Kconfig > @@ -5,7 +5,7 @@ > > menuconfig SOUNDWIRE > tristate "SoundWire support" > - depends on ACPI > + depends on ACPI || OF > help > SoundWire is a 2-Pin interface with data and clock line ratified > by the MIPI Alliance. SoundWire is used for transporting data > -- > 2.23.0 > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. 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=-8.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 2270BC35280 for ; Wed, 2 Oct 2019 08:38:35 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 907F32190F for ; Wed, 2 Oct 2019 08:38:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="FqJf4qzM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="H/cyj4XQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 907F32190F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 4F50D1682; Wed, 2 Oct 2019 10:37:42 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 4F50D1682 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1570005512; bh=/dpRJilCq8LDhWLvlevlvugRNHE7+TuDWGX9lTI9tDk=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=FqJf4qzMMdOF+kh1MW40cd7ogLrJplo6rZGmVbOxum30DVppeIx/e0Z1LTCDK1m5Y rN29eYRta6NI98sb/YH8nsNvJyPcL9JiFJ7TvdIAA7Sc3RtrfQCie6N0qh1OEFfhLJ 9b3UyVbwkZ6W229+O+NZxov+DYxhxBXT569YM+9Q= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id E410DF8036E; Wed, 2 Oct 2019 10:36:54 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 374E8F80528; Wed, 2 Oct 2019 10:36:53 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id A9565F8036E for ; Wed, 2 Oct 2019 10:36:50 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A9565F8036E Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="H/cyj4XQ" Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 737A1206C0; Wed, 2 Oct 2019 08:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570005409; bh=Fz3G6JDNACXQd2RhNujXk869SixEzsjL+NkZV4Cq0F8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H/cyj4XQuDZuUnYggEFCdOaT7QbbspwnS2Z+e4L/x6JPny9+x8KuJ/grHK9Tcn3UG uZ24/Ko13j82XZps2OqX7mJDgI6Q8bz6dllZ73XqRfTJWv899MzPCAJPs5Bp7oTX6s RVq3R17S8RhweG9EeeoVQrCLW6iZmAJivn5SeHWE= Date: Wed, 2 Oct 2019 10:36:46 +0200 From: Greg KH To: Michal Suchanek Message-ID: <20191002083646.GB1687317@kroah.com> References: <20191002081717.GA4015@kitsune.suse.cz> <91e2fc425e0dea92d7f131da890e52af273de36c.1570005196.git.msuchanek@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <91e2fc425e0dea92d7f131da890e52af273de36c.1570005196.git.msuchanek@suse.de> User-Agent: Mutt/1.12.2 (2019-09-21) Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Pierre-Louis Bossart , Vinod Koul , Sanyog Kale Subject: Re: [alsa-devel] [PATCH 2/2] soundwire: depend on ACPI || OF X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, Oct 02, 2019 at 10:33:30AM +0200, Michal Suchanek wrote: > Now devicetree is supposrted for probing sondwire as well. > > Fixes: a2e484585ad3 ("soundwire: core: add device tree support for slave devices") > Signed-off-by: Michal Suchanek > --- > drivers/soundwire/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soundwire/Kconfig b/drivers/soundwire/Kconfig > index c73bfbaa2659..c8c80df090d1 100644 > --- a/drivers/soundwire/Kconfig > +++ b/drivers/soundwire/Kconfig > @@ -5,7 +5,7 @@ > > menuconfig SOUNDWIRE > tristate "SoundWire support" > - depends on ACPI > + depends on ACPI || OF > help > SoundWire is a 2-Pin interface with data and clock line ratified > by the MIPI Alliance. SoundWire is used for transporting data > -- > 2.23.0 > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel