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 941991C5D79; Thu, 20 Feb 2025 02:26:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740018373; cv=none; b=JT05xvL01oFcoMu5Fg8HC8U3NO74DIL5mg+myB76vtWlEcQh0fv6B6Pvx0HIc6t0GpWemV0uKzk4mVdbkJSO+3oE2f0DhzlD4c8+ApB166p7ip7YDhWmKLzI5olm1OnXxqHaOjW3H11P3VUQL3MNMiB12qeyMM1mqKqtHr58JbM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740018373; c=relaxed/simple; bh=s3bTR+sYzYnDwPwEZR56Fskr/iBsH64l55XfLz4joSo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=AQQ6kzshQNBsjd0Re3bdag+hdGNKys5EmjgLxaAfEAN9a+qdd2qmk8mKylmnp3AD+oujBac+XVRPsm7WsCrrlwTNFsy+qS9xhxJO67FQdzpiYo60f550+xQloOegVdk7dZ0AqVWVivnmvPO/h3THab4E5aXZoB20r5bOoQVvv9I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DEREULTT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DEREULTT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08812C4CED1; Thu, 20 Feb 2025 02:26:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740018373; bh=s3bTR+sYzYnDwPwEZR56Fskr/iBsH64l55XfLz4joSo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DEREULTTr2ml/h7lFeR62J13qYU1ZJLCykQr8u+esAHKzh0l4c66e82KeQln3tqxp ThNBmKRsqp36/TBTdfa+cZZ42GzvVLam2hqxryQZWZqcpsqe4XArykiSCL1FgkkB6I MTG8gE4zlMnr9xzjaBecCPZMKYi9Ycfx/aIZ1MfTMWMdJrx4rD22z02XGJehgAY3mJ bcU12ZphApM2tOhrvWQ3u8nP02I8w1I6KpkuXGa8+J/zdmywWdDm7+jlY3jYpu6LWq vvDRUcIFX5KQ2hYKLX+mDCqUcF2/V2t46YQ5Xb//anjrTJxZQqR+ChysneNm3Fzwrh /sh8DgGHnUCyQ== Message-ID: <25a9720d-0600-408e-a68e-0caab3d04114@kernel.org> Date: Wed, 19 Feb 2025 20:26:10 -0600 Precedence: bulk X-Mailing-List: linux-fpga@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/3] stratix10: miscellaneous changes and fix for child driver probing To: Mahesh Rao , Moritz Fischer , Xu Yilun , Tom Rix , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Krzysztof Kozlowski , Wu Hao , Ho Yin , Niravkumar L Rabara Cc: linux-fpga@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Mahesh Rao References: <20250204-socfpga_sip_svc_misc-v3-0-697f7f153cfa@intel.com> Content-Language: en-US From: Dinh Nguyen In-Reply-To: <20250204-socfpga_sip_svc_misc-v3-0-697f7f153cfa@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2/4/25 06:58, Mahesh Rao wrote: > The patch set includes the following changes: > > - Conversion of the devicetree binding file to JSON-schema for the Stratix10 > SVC driver and its child stratix10 fpga manager driver. > - Addition of support for probing the child driver. This fixes the failure > of child driver probing as the SVC driver node has been moved out of the > SoC node. > > Signed-off-by: Mahesh Rao > --- > Changes in v3: > * Updated reserved-memory node as per dt-schema. > * Adjusted the indentation and corrected usage for > multi-paragraph description in stratix10-svc > binding file. > > - Link to v2: https://lore.kernel.org/r/20250131-socfpga_sip_svc_misc-v2-0-eeed4ebc35f9@intel.com > > All patches applied!