ikwzm / udmabuf

User space mappable dma buffer device driver for Linux.
BSD 2-Clause "Simplified" License
539 stars 165 forks source link

u-dma-buf: Handle device properties with software node API #89

Closed fcuzzocrea closed 2 years ago

fcuzzocrea commented 2 years ago

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 Signed-off-by: Francescodario Cuzzocrea francescodario.cuzzocrea@dorbit.space

ikwzm commented 2 years ago

Thank you!