[PATCH 0/2] Allow 'nonposted-mmio' on single devices
From: Konrad Dybcio
Date: Wed Mar 19 2025 - 10:30:05 EST
For a plethora of reasons, usually not very pretty, a single device on
a given bus/platform may require a different type of memory mapping.
With nonposted-mmio specifically, we want to limit the scope of setting
it where it's not necessary, so as not to shoot ourselves in the foot
in the performance department.
This series allows mapping a single device as nE on arm64.
A user will be sent separately, as a new node for a QC platform.
The dt-bindings part is handled in the checker itself, see the following:
https://github.com/devicetree-org/dt-schema/pull/156
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
Konrad Dybcio (2):
of: address: Expand nonposted-mmio to non-Apple Silicon platforms
of: address: Allow to specify nonposted-mmio per-device
drivers/of/address.c | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
---
base-commit: c4d4884b67802c41fd67399747165d65c770621a
change-id: 20250315-topic-nonposted_mmio-5393a3de0d35
Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>