Arnd Bergmann writes:
> From: Arnd Bergmann
>
> arc, arm64, parisc and powerpc all have their own Kconfig symbols
> in place of the common CONFIG_PAGE_SIZE_4KB symbols. Change these
> so the common symbols are the ones that are actually used, while
> leaving the arhcitecture specific ones as the
On 2024-03-06 15:14, Arnd Bergmann wrote:
> From: Arnd Bergmann
>
> Most architectures only support a single hardcoded page size. In order
> to ensure that each one of these sets the corresponding Kconfig symbols,
> change over the PAGE_SHIFT definition to the common one and allow
> only the hard
convert the PCT Arc Performance Counter bindings to DT schema
Signed-off-by: Dorine Tipo
---
.../devicetree/bindings/arc/pct.yaml | 36 +++
1 file changed, 36 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arc/pct.yaml
diff --git a/Documentation/dev
On Fri, 08 Mar 2024 02:18:42 +, Dorine Tipo wrote:
> convert the PCT Arc Performance Counter bindings to DT schema
>
> Signed-off-by: Dorine Tipo
> ---
> .../devicetree/bindings/arc/pct.yaml | 36 +++
> 1 file changed, 36 insertions(+)
> create mode 100644 Documen