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 3D3CC2EBBA4; Mon, 11 May 2026 19:58:38 +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=1778529518; cv=none; b=oBp0dOv8wqXQdvOg7zNRE+G+NPMrwNzPl4/CsUJq+TT+ePBCGGeUPlZGmDHfDeehB0u723LWxxuG7ZRAW6ShxFRhwxvoE1PmHMwHLjx9WCm/lt9ocihky96rZmLGLwUJzFvheLR4S+8sj1jQbWccmw7UeKcSH42iUK8JrX4RJ0Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778529518; c=relaxed/simple; bh=2JCO51qO4+IOkmuGN472rkSyacZbu7U5n+78w54DJrI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=EP+4ash0DPBg5/JFealvfRm7tJxYHCB7He+2JOePu6RKJO1df6KabRUjiaVsJVG/06fTLCNqTT/rFQwQ1MmEyxpsuQUZcpcJUGHPUvPQKYZu4Lh2KcgCvObnr2RT0IXZ81sbSPH2iNVel4eGP4QWYXa2YoEcQXPJEVwkoTUjWSY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZAyt90Jj; 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="ZAyt90Jj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98ABDC2BCB0; Mon, 11 May 2026 19:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778529517; bh=2JCO51qO4+IOkmuGN472rkSyacZbu7U5n+78w54DJrI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZAyt90JjilyZxyMBv5L5rljVX2ESrOUNOxKX5qfqbFIUPwJMQzSE3aS5OazEwECzv lIgN02Mc8EuJKH48FEAVj5Z6x5e8AmQe9+25J1eiQ2rPQuyygYOCX+vtz2PhSwKVhy VbyIMFzaeKRg2aPaRdh0AYkmH75GtWkZjfLNM2/EpGSd5qAWRDp/rZ71eiZPaWcf3z r0k+n03W1snz3qEOwm2uYXRVhmAGC/YThyl1GCy0S9Emfq61+ZKWywtOrdZ32D7p1q K8WFBSnTYbYnH4/4YqvCcgQLW54JwjkvdNYSIQegQY18JWIWmWPPXLH8sRuOifL9hp Q6FKY0rG7FWEQ== From: Danilo Krummrich To: Bartosz Golaszewski Cc: "Rafael J . Wysocki" , Len Brown , Greg Kroah-Hartman , Danilo Krummrich , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Sakari Ailus , Saravana Kannan , Rob Herring , linux-acpi@vger.kernel.org, driver-core@lists.linux.dev, linux-kernel@vger.kernel.org, brgl@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] device property: initialize the remaining fields of fwnode_handle in fwnode_init() Date: Mon, 11 May 2026 21:58:31 +0200 Message-ID: <20260511195831.3418395-1-dakr@kernel.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260511074927.9473-1-bartosz.golaszewski@oss.qualcomm.com> References: <20260511074927.9473-1-bartosz.golaszewski@oss.qualcomm.com> X-Patch-Reply: applied Precedence: bulk X-Mailing-List: driver-core@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Mon, 11 May 2026 09:49:26 +0200, Bartosz Golaszewski wrote: > [PATCH v2] device property: initialize the remaining fields of fwnode_handle in fwnode_init() Applied, thanks! Branch: driver-core-testing Tree: git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git [1/1] device property: initialize the remaining fields of fwnode_handle in fwnode_init() commit: 7eba000621ff [ Fix typo in commit message. - Danilo ] The patch will appear in the next linux-next integration (typically within 24 hours on weekdays). The patch is in the driver-core-testing branch and will be promoted to driver-core-next after validation.