On 7/3/2025 11:35 AM, Rob Herring (Arm) wrote: > Use the newly added of_reserved_mem_region_to_resource() function to > handle "memory-region" properties. > > The error handling is a bit different for ath10k. "memory-region" is > optional, so failed lookup is not an error. But then an error in > of_address_to_resource() is treated as an error. However, that > distinction is not really important. Either the region is available > and usable or it is not. So now, it is just > of_reserved_mem_region_to_resource() which is checked for an error. > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > drivers/net/wireless/ath/ath10k/snoc.c | 14 +++---------- > drivers/net/wireless/ath/ath11k/ahb.c | 17 +++------------ > drivers/net/wireless/ath/ath11k/qmi.c | 17 ++++----------- > .../net/wireless/mediatek/mt76/mt7915/soc.c | 21 +++++++------------ > 4 files changed, 18 insertions(+), 51 deletions(-) Can you split the patch into 'ath' and 'mediatek' since those drivers go through different trees. /jeff