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: <1477822a-9622-4e21-aaf4-92877050ee82@kernel.org>
Date: Wed, 7 Aug 2024 08:02:08 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Vladimir Zapolskiy <vz@...ia.com>,
 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 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?

Best regards,
Krzysztof


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ