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=-3.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 0A1CCC43331 for ; Thu, 26 Mar 2020 07:28:49 +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 879C120714 for ; Thu, 26 Mar 2020 07:28:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="nt+ulR+p"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YHNdD+Z9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 879C120714 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 BF4F11662; Thu, 26 Mar 2020 08:27:56 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz BF4F11662 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585207726; bh=Q3K+7pxeUdLdRNAiY1ArOBt8EhEIkSVNiy6pFl3MHMA=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nt+ulR+phBvvFztx6NNfDRrXr3/Wun8vGn7cs/U7QHA8WWS0vAmUh5k5sjaYzaN2R +nleZsNVKg76tB7yc9R6IzxcwKac8Pdh1gTzVKXHoQUh50nJp4Y40uv1rmDV9f0VgX dvAvUdezhKHbd2tFMZvcNasMKDj+ElIbvohzz3Rk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 34577F80095; Thu, 26 Mar 2020 08:27:56 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 156D5F80227; Thu, 26 Mar 2020 08:27:54 +0100 (CET) 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 A4412F80095 for ; Thu, 26 Mar 2020 08:27:49 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A4412F80095 Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="YHNdD+Z9" 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 CE8E220714; Thu, 26 Mar 2020 07:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585207667; bh=Q3K+7pxeUdLdRNAiY1ArOBt8EhEIkSVNiy6pFl3MHMA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YHNdD+Z9KSFLHDZrpvvIwuevj7UkWHg7PeZZs5JDEvCaw73uZbOhJAob/zOFv7liA zvy965JiPRcdjAkgDWxq/kF1MGHPqbV7HHFGklHnwpS4xUIdTa9vBTdABOcOMyG8JL koIM4cPdCEa1PdQgQsbleLyJzwZE09QRX4UxOjm4= Date: Thu, 26 Mar 2020 08:27:45 +0100 From: Greg Kroah-Hartman To: Saravana Kannan Subject: Re: [PATCH v1] slimbus: core: Set fwnode for a device when setting of_node Message-ID: <20200326072745.GA935394@kroah.com> References: <20200326061648.78914-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326061648.78914-1-saravanak@google.com> Cc: John Stultz , alsa-devel@alsa-project.org, kernel-team@android.com, Srinivas Kandagatla , linux-kernel@vger.kernel.org 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Wed, Mar 25, 2020 at 11:16:48PM -0700, Saravana Kannan wrote: > When setting the of_node for a newly created device, also set the > fwnode. This allows fw_devlink to work for slimbus devices. > > Signed-off-by: Saravana Kannan > Change-Id: I5505213f8ecca908860a1ad6bbc275ec0f78e4a6 -ENOCHANGEID :( 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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 3CE53C43331 for ; Thu, 26 Mar 2020 07:27:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1402720772 for ; Thu, 26 Mar 2020 07:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585207669; bh=Q3K+7pxeUdLdRNAiY1ArOBt8EhEIkSVNiy6pFl3MHMA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=oFH6n669Xe9006YR2ycJEhDjPyZi4qvxgbaxapR4Fa2zdFlEx5HDrfP/QCHiDoqIG WajMQYXIYl0x8++urEK1lv11611GBcBSODm78W3ZTaqTd8ipHxwItcyfzZZUYEbs+d 7QsWZ+QBHsQVcCtsmBpcqlOJICaAKZe8sDNgPZDA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726590AbgCZH1s (ORCPT ); Thu, 26 Mar 2020 03:27:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:40892 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbgCZH1r (ORCPT ); Thu, 26 Mar 2020 03:27:47 -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 CE8E220714; Thu, 26 Mar 2020 07:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585207667; bh=Q3K+7pxeUdLdRNAiY1ArOBt8EhEIkSVNiy6pFl3MHMA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YHNdD+Z9KSFLHDZrpvvIwuevj7UkWHg7PeZZs5JDEvCaw73uZbOhJAob/zOFv7liA zvy965JiPRcdjAkgDWxq/kF1MGHPqbV7HHFGklHnwpS4xUIdTa9vBTdABOcOMyG8JL koIM4cPdCEa1PdQgQsbleLyJzwZE09QRX4UxOjm4= Date: Thu, 26 Mar 2020 08:27:45 +0100 From: Greg Kroah-Hartman To: Saravana Kannan Cc: Srinivas Kandagatla , John Stultz , kernel-team@android.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] slimbus: core: Set fwnode for a device when setting of_node Message-ID: <20200326072745.GA935394@kroah.com> References: <20200326061648.78914-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326061648.78914-1-saravanak@google.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 25, 2020 at 11:16:48PM -0700, Saravana Kannan wrote: > When setting the of_node for a newly created device, also set the > fwnode. This allows fw_devlink to work for slimbus devices. > > Signed-off-by: Saravana Kannan > Change-Id: I5505213f8ecca908860a1ad6bbc275ec0f78e4a6 -ENOCHANGEID :(