[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230510-dt-resv-bottom-up-v2-0-aeb2afc8ac25@gerhold.net>
Date: Wed, 14 Jun 2023 21:20:41 +0200
From: Stephan Gerhold <stephan@...hold.net>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
devicetree@...r.kernel.org, devicetree-spec@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Stephan Gerhold <stephan@...hold.net>
Subject: [PATCH v2 0/2] of: reserved_mem: Improve range allocations
Try to allocate dynamic reserved memory regions with "alloc-ranges"
close to other static regions by choosing between allocating them
bottom-up or top-down. This keeps the reserved memory regions closer
together rather than potentially having them spread all over the RAM.
Also make the allocation order of dynamic reserved memory regions
deterministic so it doesn't change randomly when adding unrelated
reserved memory regions.
Signed-off-by: Stephan Gerhold <stephan@...hold.net>
---
Changes in v2:
- Drop explicit "allocate-bottom-up"/"allocate-top-down" properties
Instead, try to guess in the implementation based on the already
available information in the DT. (Rob)
- Drop examples that were just included to show the motivation.
They are still available on v1 if needed.
- Link to v1: https://lore.kernel.org/r/20230510-dt-resv-bottom-up-v1-0-3bf68873dbed@gerhold.net
---
Stephan Gerhold (2):
of: reserved_mem: Try to keep range allocations contiguous
of: reserved_mem: Use stable allocation order
drivers/of/of_reserved_mem.c | 60 ++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 58 insertions(+), 2 deletions(-)
---
base-commit: b16049b21162bb649cdd8519642a35972b7910fe
change-id: 20230510-dt-resv-bottom-up-68d71ff6628f
Best regards,
--
Stephan Gerhold <stephan@...hold.net>
Powered by blists - more mailing lists