Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-15 Thread Simon Horman
On Tue, Mar 14, 2023 at 02:14:37PM -0500, Rob Herring wrote: > On Sat, Mar 11, 2023 at 5:50 AM Simon Horman > wrote: > > > > On Fri, Mar 10, 2023 at 08:47:16AM -0600, Rob Herring wrote: > > > It is preferred to use typed property access functions (i.e. > > > of_property_read_ functions) rather th

Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-14 Thread Rob Herring
On Sat, Mar 11, 2023 at 5:50 AM Simon Horman wrote: > > On Fri, Mar 10, 2023 at 08:47:16AM -0600, Rob Herring wrote: > > It is preferred to use typed property access functions (i.e. > > of_property_read_ functions) rather than low-level > > of_get_property/of_find_property functions for reading pr

RE: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-13 Thread Wei Fang
> -Original Message- > From: Rob Herring > Sent: 2023年3月10日 22:47 > To: Wolfgang Grandegger ; Marc Kleine-Budde > ; David S. Miller ; Eric > Dumazet ; Jakub Kicinski ; Paolo > Abeni ; Nicolas Ferre ; > Claudiu Beznea ; Wei Fang > ; Shenwei Wang ; Clark Wang > ; dl-linux-imx ; Claudiu > Man

Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-13 Thread Nicolas Ferre
On 10/03/2023 at 15:47, Rob Herring wrote: EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe It is preferred to use typed property access functions (i.e. of_property_read_ functions) rather than low-level of_get_property/of_find_property functions for re

Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-12 Thread Kalle Valo
Rob Herring writes: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. > Convert reading boolean properties to to of_property_read_bool(). > > Signed-off-by: Rob H

Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-12 Thread Marc Kleine-Budde
On 10.03.2023 08:47:16, Rob Herring wrote: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. > Convert reading boolean properties to to of_property_read_bool(). >

Re: [PATCH] net: Use of_property_read_bool() for boolean properties

2023-03-11 Thread Simon Horman
On Fri, Mar 10, 2023 at 08:47:16AM -0600, Rob Herring wrote: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. > Convert reading boolean properties to to of_propert