Re: [PATCH] efi/apple-properties: Handle device properties with software node API
From: Ard Biesheuvel <ardb@kernel.org>
Date: 2021-03-07 17:10:01
Also in:
lkml
From: Ard Biesheuvel <ardb@kernel.org>
Date: 2021-03-07 17:10:01
Also in:
lkml
On Thu, 4 Mar 2021 at 10:46, Lukas Wunner [off-list ref] wrote:
On Thu, Mar 04, 2021 at 11:28:37AM +0300, Heikki Krogerus wrote:quoted
The old device property API is going to be removed. Replacing the device_add_properties() call with the software node API equivalent, device_create_managed_software_node(). Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>Acked-by: Lukas Wunner <lukas@wunner.de>
Queued in efi/next Thanks all.