From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CC3D539E0; Thu, 21 Dec 2023 22:47:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HCtl+zEK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E09A4C433C7; Thu, 21 Dec 2023 22:47:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703198857; bh=ZnT30Xm750zuxWYXIlL4Si1wKqdQT+pNceHzWwfb/bk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HCtl+zEKWetIumim/WOpYMAZEtBrjJFzEvxCL8zBJBvRYZxGqV9nDIQ+NchcHrA4C ODLMEgkgXQsxNA4+7RRPJ8LCxEUbG3c3+MLA3+bc+EOnXo7XtU8p/xo0PJ+MsEXoY5 MPC/8tA7Y65mpxIdmS9shSwBeYo0TQnLut4cRfjLaCAsHef9VtEZu/XygzG+W4u8YQ g2syjGhFv4LLpahfGMzLOJNSGqDZWKnMmTocyIA5Uc45C4i8PsvKyDqfUq061VNyRV SuZdAx58Gc5Ht/GUJedn63tqams11r4HKXCz3HXZWGI4GVIU5B17C0TaYLMBfuXCyA Zxs50+HfHTq4A== Received: (nullmailer pid 228589 invoked by uid 1000); Thu, 21 Dec 2023 22:47:36 -0000 Date: Thu, 21 Dec 2023 16:47:36 -0600 From: Rob Herring To: Nuno Sa Cc: Greg Kroah-Hartman , devicetree@vger.kernel.org, Frank Rowand , linux-iio@vger.kernel.org, Olivier Moysan , Michael Hennerich , "Rafael J. Wysocki" , Rob Herring , Krzysztof Kozlowski , Lars-Peter Clausen , Jonathan Cameron , Conor Dooley Subject: Re: [PATCH v4 4/8] of: property: add device link support for io-backends Message-ID: <170319885547.228536.6827576544257263571.robh@kernel.org> References: <20231220-iio-backend-v4-0-998e9148b692@analog.com> <20231220-iio-backend-v4-4-998e9148b692@analog.com> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231220-iio-backend-v4-4-998e9148b692@analog.com> On Wed, 20 Dec 2023 16:34:07 +0100, Nuno Sa wrote: > From: Olivier Moysan > > Add support for creating device links out of more DT properties. > > Signed-off-by: Olivier Moysan > Signed-off-by: Nuno Sa > --- > drivers/of/property.c | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring