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

2020-10-18 Thread Vaishnav M A
On Sun, Oct 18, 2020 at 4:47 PM Jonathan Cameron wrote: > > On Sun, 18 Oct 2020 08:47:32 +0530 > Vaishnav M A wrote: > > A very similar change was made recently in > 00fa493b9989 ("iio:proximity:as3935: Drop of_match_ptr and use generic fw > accessors") >

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

2020-10-18 Thread Jonathan Cameron
On Sun, 18 Oct 2020 08:47:32 +0530 Vaishnav M A wrote: A very similar change was made recently in 00fa493b9989 ("iio:proximity:as3935: Drop of_match_ptr and use generic fw accessors")

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

2020-10-17 Thread Vaishnav M A
replace the of_property_read_u32 for reading the ams,tuning-capacitor-pf, ams,nflwdth properties with device_property_read_u32, allows the driver to get the properties information using the more generic device_property_* helpers and opens the possibility of passing the properties during platform