Re: [PATCH 2/9] dt-bindings: ata: Convert fsl,pq-sata binding to YAML

2025-01-26 Thread Damien Le Moal
On 1/27/25 03:58, J. Neuschäfer via B4 Relay wrote: > From: "J. Neuschäfer" > > Convert the Freescale PowerQUICC SATA controller binding from text form > to YAML. The list of compatible strings reflects current usage. > > Signed-off-by: J. Neuschäfer > --- > .../devicetree/bindings/ata/fsl,pq-

Re: [PATCH 00/15] cpufreq: simplify boost handling

2025-01-26 Thread Viresh Kumar
On 24-01-25, 12:05, Rafael J. Wysocki wrote: > On Fri, Jan 24, 2025 at 9:58 AM Viresh Kumar wrote: > > > > Hello, > > > > The boost feature can be controlled at two levels currently, driver > > level (applies to all policies) and per-policy. > > > > Currently most of the drivers enables driver lev

Re: [PATCH v3 4/4] Documentation/powerpc/fadump: add additional parameter feature details

2025-01-26 Thread Sourabh Jain
Hello Mahesh, On 26/01/25 17:31, Mahesh J Salgaonkar wrote: On 2025-01-23 17:12:54 Thu, Sourabh Jain wrote: Update the fadump document to include details about the fadump additional parameter feature. The document includes the following: - Significance of the feature - How to use it - Feature

Re: [PATCH 3/9] dt-bindings: crypto: Convert fsl,sec-2.0 binding to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:58:58PM +0100, J. Neuschäfer wrote: > Convert the Freescale security engine (crypto accelerator) binding from > text form to YAML. The list of compatible strings reflects what was > previously described in prose; not all combinations occur in existing > devicetrees. > >

Re: [PATCH 6/9] dt-bindings: pci: Add fsl,mpc83xx-pcie bindings

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:59:01PM +0100, J. Neuschäfer wrote: > Supplement Documentation/devicetree/bindings/pci/fsl,pci.txt with a more > formal binding in YAML format. > > Signed-off-by: J. Neuschäfer > --- > .../devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml | 83 > ++ >

Re: [PATCH 7/9] dt-bindings: watchdog: Convert mpc8xxx-wdt binding to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:59:02PM +0100, J. Neuschäfer wrote: > Convert mpc83xx-wdt.txt to YAML to enable automatic schema validation. > > Signed-off-by: J. Neuschäfer > --- > .../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 - > .../devicetree/bindings/watchdog/mpc8xxx-wdt.yaml

Re: [PATCH 4/9] dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx binding to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:58:59PM +0100, J. Neuschäfer wrote: > Convert mcu-mpc8349emitx.txt to YAML and list the compatible strings > currently in use. > > Signed-off-by: J. Neuschäfer > --- > .../bindings/mfd/fsl,mcu-mpc8349emitx.yaml | 53 > ++ > .../bindings/pow

Re: [PATCH 5/9] dt-bindings: dma: Convert fsl,elo*-dma bindings to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:59:00PM +0100, J. Neuschäfer wrote: > The devicetree bindings for Freescale DMA engines have so far existed as > a text file. This patch converts them to YAML, and specifies all the > compatible strings currently in use in arch/powerpc/boot/dts. > > Signed-off-by: J. Neu

Re: [PATCH 8/9] dt-bindings: spi: Convert Freescale SPI bindings to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:59:03PM +0100, J. Neuschäfer wrote: > fsl-spi.txt contains the bindings for the fsl,spi and fsl,espi > contollers. Convert them to YAML. > > Signed-off-by: J. Neuschäfer > --- > .../devicetree/bindings/spi/fsl,espi.yaml | 56 + > Documentation/

Re: [PATCH v3 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU

2025-01-26 Thread Vaibhav Jain
Hi Athira, Thanks for reviewing this patch series. My responses to your review comment inline below: Athira Rajeev writes: >> On 23 Jan 2025, at 5:37 PM, Vaibhav Jain wrote: >> >> Introduce a new PMU named 'kvm-hv' to report Book3s kvm-hv specific > > Hi Vaibhav > > All PMU specific code is

Re: [PATCH RFC 9/9] dt-bindings: nand: Convert fsl,elbc bindings to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:59:04PM +0100, J. Neuschäfer wrote: > Convert the Freescale localbus controller bindings from text form to > YAML. The list of compatible strings reflects current usage. > > Changes compared to the txt version: > - removed the board-control (fsl,mpc8272ads-bcsr) node be

Re: [PATCH 1/9] dt-bindings: powerpc: Add binding for Freescale/NXP MPC83xx SoCs

2025-01-26 Thread Rob Herring (Arm)
On Sun, 26 Jan 2025 19:58:56 +0100, J. Neuschäfer wrote: > Add a new binding for MPC83xx platforms, describing the board compatible > strings used in currently existing device trees. > > Note that the SoC bus is called immr@... in many existing devicetrees, > but this contradicts the simple-bus

Re: [PATCH 2/9] dt-bindings: ata: Convert fsl,pq-sata binding to YAML

2025-01-26 Thread Rob Herring
On Sun, Jan 26, 2025 at 07:58:57PM +0100, J. Neuschäfer wrote: > Convert the Freescale PowerQUICC SATA controller binding from text form > to YAML. The list of compatible strings reflects current usage. > > Signed-off-by: J. Neuschäfer > --- > .../devicetree/bindings/ata/fsl,pq-sata.yaml |

[PATCH RFC 9/9] dt-bindings: nand: Convert fsl,elbc bindings to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Convert the Freescale localbus controller bindings from text form to YAML. The list of compatible strings reflects current usage. Changes compared to the txt version: - removed the board-control (fsl,mpc8272ads-bcsr) node because it only appears in this example and nowh

[PATCH 8/9] dt-bindings: spi: Convert Freescale SPI bindings to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" fsl-spi.txt contains the bindings for the fsl,spi and fsl,espi contollers. Convert them to YAML. Signed-off-by: J. Neuschäfer --- .../devicetree/bindings/spi/fsl,espi.yaml | 56 + Documentation/devicetree/bindings/spi/fsl,spi.yaml | 71 +++

[PATCH 6/9] dt-bindings: pci: Add fsl,mpc83xx-pcie bindings

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Supplement Documentation/devicetree/bindings/pci/fsl,pci.txt with a more formal binding in YAML format. Signed-off-by: J. Neuschäfer --- .../devicetree/bindings/pci/fsl,mpc8xxx-pci.yaml | 83 ++ 1 file changed, 83 insertions(+) diff --git a/Document

[PATCH 3/9] dt-bindings: crypto: Convert fsl,sec-2.0 binding to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Convert the Freescale security engine (crypto accelerator) binding from text form to YAML. The list of compatible strings reflects what was previously described in prose; not all combinations occur in existing devicetrees. Signed-off-by: J. Neuschäfer --- .../devicetree/b

[PATCH 7/9] dt-bindings: watchdog: Convert mpc8xxx-wdt binding to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Convert mpc83xx-wdt.txt to YAML to enable automatic schema validation. Signed-off-by: J. Neuschäfer --- .../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 - .../devicetree/bindings/watchdog/mpc8xxx-wdt.yaml | 64 ++ 2 files changed, 64 i

[PATCH 4/9] dt-bindings: mfd: Convert fsl,mcu-mpc8349emitx binding to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Convert mcu-mpc8349emitx.txt to YAML and list the compatible strings currently in use. Signed-off-by: J. Neuschäfer --- .../bindings/mfd/fsl,mcu-mpc8349emitx.yaml | 53 ++ .../bindings/powerpc/fsl/mcu-mpc8349emitx.txt | 17 --- 2 files

[PATCH 2/9] dt-bindings: ata: Convert fsl,pq-sata binding to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Convert the Freescale PowerQUICC SATA controller binding from text form to YAML. The list of compatible strings reflects current usage. Signed-off-by: J. Neuschäfer --- .../devicetree/bindings/ata/fsl,pq-sata.yaml | 59 ++ Documentation/devicetre

[PATCH 0/9] YAML conversion of several Freescale/PowerPC DT bindings

2025-01-26 Thread J . Neuschäfer via B4 Relay
files changed, 1212 insertions(+), 444 deletions(-) --- base-commit: ffd294d346d185b70e28b1a28abe367bbfe53c04 change-id: 20250126-ppcyaml-680ccd8b3fc2 Best regards, -- J. Neuschäfer

[PATCH 1/9] dt-bindings: powerpc: Add binding for Freescale/NXP MPC83xx SoCs

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" Add a new binding for MPC83xx platforms, describing the board compatible strings used in currently existing device trees. Note that the SoC bus is called immr@... in many existing devicetrees, but this contradicts the simple-bus binding. Signed-off-by: J. Neuschäfer ---

[PATCH 5/9] dt-bindings: dma: Convert fsl,elo*-dma bindings to YAML

2025-01-26 Thread J . Neuschäfer via B4 Relay
From: "J. Neuschäfer" The devicetree bindings for Freescale DMA engines have so far existed as a text file. This patch converts them to YAML, and specifies all the compatible strings currently in use in arch/powerpc/boot/dts. Signed-off-by: J. Neuschäfer --- .../devicetree/bindings/dma/fsl,elo

Re: [PATCH v3 4/4] Documentation/powerpc/fadump: add additional parameter feature details

2025-01-26 Thread Mahesh J Salgaonkar
On 2025-01-23 17:12:54 Thu, Sourabh Jain wrote: > Update the fadump document to include details about the fadump > additional parameter feature. > > The document includes the following: > - Significance of the feature > - How to use it > - Feature restrictions > > No functional changes are introd