diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-03-27 06:39:47 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-27 06:39:47 +0300 |
| commit | 5fffa6fe40f07e831dc387170405b7f3486d14d0 (patch) | |
| tree | b1af7cfcb1aba4d286f5f76490da7b45495eeb34 /include/linux | |
| parent | f8844dfeeae88db074146e3f8a865b5565f61b40 (diff) | |
| parent | af0331e1ac51f48d0cc6bb09547b8c8ae467a019 (diff) | |
| download | linux-5fffa6fe40f07e831dc387170405b7f3486d14d0.tar.xz | |
Merge branch 'net-stmmac-remove-unused-and-unimplemented-axi-properties'
Russell King says:
====================
net: stmmac: remove unused and unimplemented AXI properties
commit afea03656add ("stmmac: rework DMA bus setting and introduce new
platform AXI structure") added support for parsing all the stmmac AXI
attributes, and added code to set most of the appropriate register bits
with three exceptions:
snps,kbbe
snps,mb
snps,rb
These were parsed by the driver, but the result of parsing was never
used by any of the cores.
Moreover, no DTS in the kernel makes use of these properties.
Thus, it doesn't make sense for the driver to parse these, so let's
remove them. Also remove them from the DT binding document.
====================
Link: https://patch.msgid.link/acJh4z3pRKkeaFbR@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/stmmac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 5b2bece81448..eaaee329ef9d 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -133,10 +133,7 @@ struct stmmac_axi { u32 axi_blen_regval; bool axi_lpi_en; bool axi_xit_frm; - bool axi_kbbe; bool axi_fb; - bool axi_mb; - bool axi_rb; }; struct stmmac_rxq_cfg { |
