lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <559ba896-4e0b-4202-822b-b68d456db773@mleia.com>
Date: Wed, 7 Aug 2024 11:43:57 +0300
From: Vladimir Zapolskiy <vz@...ia.com>
To: Krzysztof Kozlowski <krzk@...nel.org>,
 Animesh Agarwal <animeshagarwal28@...il.com>
Cc: Daniel Baluta <daniel.baluta@....com>,
 Daniel Lezcano <daniel.lezcano@...aro.org>,
 Thomas Gleixner <tglx@...utronix.de>, Rob Herring <robh@...nel.org>,
 Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
 <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
 devicetree@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: timer: nxp,lpc3220-timer: Convert to
 dtschema

On 8/7/24 09:02, Krzysztof Kozlowski wrote:
> On 06/08/2024 22:13, Vladimir Zapolskiy wrote:
>>> +
>>> +additionalProperties: false
>>> +
>>> +examples:
>>> +  - |
>>> +    #include <dt-bindings/clock/lpc32xx-clock.h>
>>> +    #include <dt-bindings/interrupt-controller/irq.h>
>>> +
>>> +    timer@...4c000 {
>>> +        compatible = "nxp,lpc3220-timer";
>>> +        reg = <0x4004c000 0x1000>;
>>> +        interrupts = <17 IRQ_TYPE_LEVEL_LOW>;
>>> +        clocks = <&clk LPC32XX_CLK_TIMER1>;
>>> +        clock-names = "timerclk";
>>> +    };
>>
>> I would appreciate, if you can use scripts/get_maintainer.pl in future.
> 
> It was used and everything is fine. What are you complaining here about?

This makes sense, sorry for the noise, and thank you for the correction!

--
Best wishes,
Vladimir

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ