Re: [PATCH] iio: proximity: as3935 change of_property_read to device_property_read

2020-10-17 Thread Vaishnav M A
On Sun, Oct 18, 2020 at 3:57 AM Matt Ranostay wrote: > > On Fri, Oct 16, 2020 at 11:41 AM Vaishnav M A > wrote: > > > > > > This patch aims to replace the of_property_read_u32 for reading > > the ams,tuning-capacitor-pf, ams,nflwdth properties with > > device_property_read_u32. > > > > Thanks

Re: [PATCH] iio: proximity: as3935 change of_property_read to device_property_read

2020-10-17 Thread Matt Ranostay
On Fri, Oct 16, 2020 at 11:41 AM Vaishnav M A wrote: > > > This patch aims to replace the of_property_read_u32 for reading > the ams,tuning-capacitor-pf, ams,nflwdth properties with > device_property_read_u32. > > Thanks and Regards, > Vaishnav M A Could you explain a bit more in the commit

[PATCH] iio: proximity: as3935 change of_property_read to device_property_read

2020-10-16 Thread Vaishnav M A
This patch aims to replace the of_property_read_u32 for reading the ams,tuning-capacitor-pf, ams,nflwdth properties with device_property_read_u32. Thanks and Regards, Vaishnav M A Signed-off-by: Vaishnav M A --- drivers/iio/proximity/as3935.c | 5 ++--- 1 file changed, 2 insertions(+), 3