Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-06-06 Thread Drew Fustini
On Fri, Jun 06, 2025 at 12:20:48PM +1000, Oliver O'Halloran wrote: > On Wed, May 21, 2025 at 7:08 AM Drew Fustini wrote: > > > > On Tue, May 20, 2025 at 04:51:42PM +0100, Conor Dooley wrote: > > > On Mon, May 19, 2025 at 07:22:21PM -0700, Drew Fustini wrote: > > > > On Mon, May 19, 2025 at 07:14:4

Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-06-05 Thread Oliver O'Halloran
On Wed, May 21, 2025 at 7:08 AM Drew Fustini wrote: > > On Tue, May 20, 2025 at 04:51:42PM +0100, Conor Dooley wrote: > > On Mon, May 19, 2025 at 07:22:21PM -0700, Drew Fustini wrote: > > > On Mon, May 19, 2025 at 07:14:40PM -0700, Drew Fustini wrote: > > > > Convert the PMEM device tree binding f

Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-20 Thread Drew Fustini
On Tue, May 20, 2025 at 04:51:42PM +0100, Conor Dooley wrote: > On Mon, May 19, 2025 at 07:22:21PM -0700, Drew Fustini wrote: > > On Mon, May 19, 2025 at 07:14:40PM -0700, Drew Fustini wrote: > > > Convert the PMEM device tree binding from text to YAML. This will allow > > > device trees with pmem-

Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-20 Thread Conor Dooley
On Mon, May 19, 2025 at 07:22:21PM -0700, Drew Fustini wrote: > On Mon, May 19, 2025 at 07:14:40PM -0700, Drew Fustini wrote: > > Convert the PMEM device tree binding from text to YAML. This will allow > > device trees with pmem-region nodes to pass dtbs_check. > > > > Signed-off-by: Drew Fustini

Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-19 Thread Drew Fustini
On Mon, May 19, 2025 at 07:14:40PM -0700, Drew Fustini wrote: > Convert the PMEM device tree binding from text to YAML. This will allow > device trees with pmem-region nodes to pass dtbs_check. > > Signed-off-by: Drew Fustini > --- > v2: remove the txt file to make the conversion complete Krzysz

[PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-19 Thread Drew Fustini
Convert the PMEM device tree binding from text to YAML. This will allow device trees with pmem-region nodes to pass dtbs_check. Signed-off-by: Drew Fustini --- v2: remove the txt file to make the conversion complete .../devicetree/bindings/pmem/pmem-region.txt | 65 --- .../dev

Re: [PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-18 Thread Krzysztof Kozlowski
On 18/05/2025 05:55, Drew Fustini wrote: > Convert the PMEM device tree binding from text to YAML. This will allow > device trees with pmem-region nodes to pass dtbs_check. > > Signed-off-by: Drew Fustini > --- > .../devicetree/bindings/pmem/pmem-region.yaml | 49 +++ I don't see

[PATCH] dt-bindings: pmem: Convert binding to YAML

2025-05-17 Thread Drew Fustini
Convert the PMEM device tree binding from text to YAML. This will allow device trees with pmem-region nodes to pass dtbs_check. Signed-off-by: Drew Fustini --- .../devicetree/bindings/pmem/pmem-region.yaml | 49 +++ MAINTAINERS | 2 +- 2 files c