On Tue, 12 Dec 2023 16:23:44 +0100, Gatien Chevallier wrote:
From: Oleksii Moisieiev Oleksii_Moisieiev@epam.com
Introducing of the generic access controllers bindings for the access controller provider and consumer devices. Those bindings are intended to allow a better handling of accesses to resources in a hardware architecture supporting several compartments.
This patch is based on [1]. It is integrated in this patchset as it provides a use-case for it.
Diffs with [1]:
- Rename feature-domain* properties to access-control* to narrow down the scope of the binding
- YAML errors and typos corrected.
- Example updated
- Some rephrasing in the binding description
Signed-off-by: Oleksii Moisieiev oleksii_moisieiev@epam.com Signed-off-by: Gatien Chevallier gatien.chevallier@foss.st.com
Changes in V6:
- Renamed access-controller to access-controllers
- Example updated
- Removal of access-control-provider property
Changes in V5:
- Diffs with [1]
- Discarded the [IGNORE] tag as the patch is now part of the patchset
.../access-controllers.yaml | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 Documentation/devicetree/bindings/access-controllers/access-controllers.yaml
Reviewed-by: Rob Herring robh@kernel.org