[PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT

Kael D'Alcamo posted 2 patches 1 week ago
.../devicetree/bindings/rng/SUNW,n2-rng.yaml  | 50 +++++++++++++++++++
.../bindings/rng/sparc_sun_oracle_rng.txt     | 30 -----------
.../devicetree/bindings/vendor-prefixes.yaml  |  2 +-
3 files changed, 51 insertions(+), 31 deletions(-)
create mode 100644 Documentation/devicetree/bindings/rng/SUNW,n2-rng.yaml
delete mode 100644 Documentation/devicetree/bindings/rng/sparc_sun_oracle_rng.txt
[PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT
Posted by Kael D'Alcamo 1 week ago
Changelog v1 -> v2:
* updated vendor-list by loosening the regex for names without prefixs
* removed extra example in DT binding
* updated DT binding filename
* updated DT binding title

Kael D'Alcamo (2):
  dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
  dt-bindings: vendor-prefixes: updated regex for properties without a
    prefix

 .../devicetree/bindings/rng/SUNW,n2-rng.yaml  | 50 +++++++++++++++++++
 .../bindings/rng/sparc_sun_oracle_rng.txt     | 30 -----------
 .../devicetree/bindings/vendor-prefixes.yaml  |  2 +-
 3 files changed, 51 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rng/SUNW,n2-rng.yaml
 delete mode 100644 Documentation/devicetree/bindings/rng/sparc_sun_oracle_rng.txt

-- 
2.51.0
Re: [PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT
Posted by Rob Herring 5 days, 2 hours ago
On Wed, Sep 24, 2025 at 04:09:18PM +0200, Kael D'Alcamo wrote:
> Changelog v1 -> v2:
> * updated vendor-list by loosening the regex for names without prefixs
> * removed extra example in DT binding
> * updated DT binding filename
> * updated DT binding title
> 
> Kael D'Alcamo (2):
>   dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
>   dt-bindings: vendor-prefixes: updated regex for properties without a
>     prefix

The reported failure is because you need to reverse the order of the 
patches. Normally Herbert would take it, but I went ahead and applied it 
reversing the order.

Thanks,
Rob
Re: Re: [PATCH v2 0/2] dt-bindings: rng: sparc_sun_oracle_rng: convert to DT
Posted by Kael D'Alcamo 4 days, 11 hours ago
On 2025-09-26 15:53:01, Rob Herring wrote:
> On Wed, Sep 24, 2025 at 04:09:18PM +0200, Kael D'Alcamo wrote:
> > Changelog v1 -> v2:
> > * updated vendor-list by loosening the regex for names without prefixs
> > * removed extra example in DT binding
> > * updated DT binding filename
> > * updated DT binding title
> > 
> > Kael D'Alcamo (2):
> >   dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
> >   dt-bindings: vendor-prefixes: updated regex for properties without a
> >     prefix
> 
> The reported failure is because you need to reverse the order of the 
> patches. Normally Herbert would take it, but I went ahead and applied it 
> reversing the order.
>
I'm glad to read that, thanks you for the feedbacks.
> 
> Thanks,
> Rob

Kael