linux/drivers/net/ipa
Rob Herring (Arm) e27dba1951 net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region"
Use the newly added of_reserved_mem_region_to_resource{_byname}()
functions to handle "memory-region" properties.

The error handling is a bit different for mtk_wed_mcu_load_firmware().
A failed match of the "memory-region-names" would skip the entry, but
then other errors in the lookup and retrieval of the address would not
skip the entry. However, that distinction is not really important.
Either the region is available and usable or it is not. So now, errors
from of_reserved_mem_region_to_resource() are ignored so the region is
simply skipped.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250703183459.2074381-1-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-08 08:29:46 -07:00
..
data net: ipa: Make the SMEM item ID constant 2025-05-13 15:42:50 -07:00
reg
gsi.c
gsi.h
gsi_private.h
gsi_reg.c
gsi_reg.h
gsi_trans.c
gsi_trans.h
ipa.h
ipa_cmd.c
ipa_cmd.h
ipa_data.h net: ipa: Make the SMEM item ID constant 2025-05-13 15:42:50 -07:00
ipa_endpoint.c
ipa_endpoint.h
ipa_gsi.c
ipa_gsi.h
ipa_interrupt.c
ipa_interrupt.h
ipa_main.c net: Use of_reserved_mem_region_to_resource{_byname}() for "memory-region" 2025-07-08 08:29:46 -07:00
ipa_mem.c net: ipa: Make the SMEM item ID constant 2025-05-13 15:42:50 -07:00
ipa_mem.h
ipa_modem.c
ipa_modem.h
ipa_power.c
ipa_power.h
ipa_qmi.c
ipa_qmi.h
ipa_qmi_msg.c
ipa_qmi_msg.h
ipa_reg.c
ipa_reg.h
ipa_resource.c
ipa_resource.h
ipa_smp2p.c
ipa_smp2p.h
ipa_sysfs.c
ipa_sysfs.h
ipa_table.c
ipa_table.h
ipa_uc.c
ipa_uc.h
ipa_version.h
Kconfig
Makefile
reg.h