Thread (24 messages) 24 messages, 4 authors, 2025-11-13

Re: [PATCH v5 2/8] net: stmmac: qcom-ethqos: use generic device properties

From: Konrad Dybcio <hidden>
Date: 2025-11-13 13:33:04
Also in: imx, linux-amlogic, linux-arm-msm, linux-devicetree, linux-mips, linux-renesas-soc, linux-riscv, linux-rockchip, linux-sunxi, lkml

On 11/13/25 2:18 PM, Bartosz Golaszewski wrote:
On Fri, Nov 7, 2025 at 11:49 AM Konrad Dybcio
[off-list ref] wrote:
quoted
On 11/7/25 11:29 AM, Bartosz Golaszewski wrote:
quoted
From: Bartosz Golaszewski <redacted>

In order to drop the dependency on CONFIG_OF, convert all device property
getters from OF-specific to generic device properties and stop pulling
in any linux/of.h symbols.

Signed-off-by: Bartosz Golaszewski <redacted>
---
[...]
quoted
-     if (of_property_read_bool(np, "snps,tso"))
+     if (device_property_present(dev, "snps,tso"))
This is a change in behavior - "snps,tso = <0>" would have previously
returned false, it now returns true
This property is a boolean flag, it cannot have a value.
Every DT property may have a value, so this is not as obvious as we'd
like it to be (IIUC - unless that changed recently)

Konrad
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help