Re: [PATCH] efi/apple-properties: Handle device properties with software node API

2021-03-07 Thread Ard Biesheuvel
On Thu, 4 Mar 2021 at 10:46, Lukas Wunner wrote: > > On Thu, Mar 04, 2021 at 11:28:37AM +0300, Heikki Krogerus wrote: > > The old device property API is going to be removed. > > Replacing the device_add_properties() call with the software > > node API equivalent,

Re: [PATCH] efi/apple-properties: Handle device properties with software node API

2021-03-04 Thread Lukas Wunner
On Thu, Mar 04, 2021 at 11:28:37AM +0300, Heikki Krogerus wrote: > 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 Acked-by: Lukas

[PATCH] efi/apple-properties: Handle device properties with software node API

2021-03-04 Thread Heikki Krogerus
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 --- drivers/firmware/efi/apple-properties.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] efi/apple-properties: Handle device properties with software node API

2021-03-04 Thread Ard Biesheuvel
(+ Lukas) On Thu, 4 Mar 2021 at 09:28, Heikki Krogerus wrote: > > 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 > --- >