Re: [PATCH 0/4] spi: Adding support for software nodes

2021-03-16 Thread Mark Brown
On Wed, 3 Mar 2021 18:28:10 +0300, Heikki Krogerus wrote: > The older API used to supply additional device properties for the > devices - so mainly the function device_add_properties() - is going to > be removed. The reason why the API will be removed is because it gives > false impression that the

Re: [PATCH 0/4] spi: Adding support for software nodes

2021-03-12 Thread Mark Brown
On Wed, Mar 03, 2021 at 06:28:10PM +0300, Heikki Krogerus wrote: > Hi, > > The older API used to supply additional device properties for the > devices - so mainly the function device_add_properties() - is going to > be removed. The reason why the API will be removed is because it gives This makes

[PATCH 0/4] spi: Adding support for software nodes

2021-03-03 Thread Heikki Krogerus
Hi, The older API used to supply additional device properties for the devices - so mainly the function device_add_properties() - is going to be removed. The reason why the API will be removed is because it gives false impression that the properties are assigned directly to the devices, which has a