Re: [PATCH v2 2/3] arch: simplify architecture specific page size configuration

2024-03-07 Thread Michael Ellerman
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

Re: [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

2024-03-07 Thread Andreas Larsson
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

[PATCH] dt-bindings: pct: Convert to dtschema

2024-03-07 Thread Dorine Tipo
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

Re: [PATCH] dt-bindings: pct: Convert to dtschema

2024-03-07 Thread Rob Herring
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