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] [day] [month] [year] [list]
Message-ID: <b601cf9e-137f-fa10-aebf-575cbb3747d2@gmail.com>
Date:   Mon, 17 Feb 2020 11:18:15 +0100
From:   Matthias Brugger <matthias.bgg@...il.com>
To:     Yong Liang <yong.liang@...iatek.com>
Cc:     "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "mark.rutland@....com" <mark.rutland@....com>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "linux-mediatek@...ts.infradead.org" 
        <linux-mediatek@...ts.infradead.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] amr64: dts: modify mt8183.dtsi



On 17/02/2020 11:14, Yong Liang wrote:
> On Mon, 2020-02-17 at 18:05 +0800, Matthias Brugger wrote:
>>
>> On 17/02/2020 09:19, Yong Liang wrote:
>>> From: "yong.liang" <yong.liang@...iatek.com>
>>>
>>> Add watchdog device node
>>> Document base on http://lists.infradead.org/pipermail/linux-mediatek/2020-January/026415.html
>>>
>>
>> Commit message shouldn't contain links to the mailinglist this is additional
>> information just for review and should go after '---'
>>
>>
>>> Signed-off-by: yong.liang <yong.liang@...iatek.com>
>>> ---
>>
>> Next time please put reference to series your patches are based on here :)
>>
>> I fixed the commit message (the subject wasn't really usefull, I fixed that too)
>> and pushed it to v5.6-next/dts64
>>
>> Thanks,
>> Matthias
> 
>   Hi Matthias:
>      So this patch confirmd to be merged?

Yes, you can find it here:
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?h=v5.6-next/dts64&id=a39f842541038e20063fc880652153c0d93a95bf

>      Thansk you very much!

Thanks to you.

Matthias

>>
>>>  arch/arm64/boot/dts/mediatek/mt8183.dtsi | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> index 10b32471bc7b..8b59e0eba2eb 100644
>>> --- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> +++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
>>> @@ -253,6 +253,13 @@
>>>  			#interrupt-cells = <2>;
>>>  		};
>>>  
>>> +		watchdog: watchdog@...07000 {
>>> +			compatible = "mediatek,mt8183-wdt",
>>> +				     "mediatek,mt6589-wdt";
>>> +			reg = <0 0x10007000 0 0x100>;
>>> +			#reset-cells = <1>;
>>> +		};
>>> +
>>>  		apmixedsys: syscon@...0c000 {
>>>  			compatible = "mediatek,mt8183-apmixedsys", "syscon";
>>>  			reg = <0 0x1000c000 0 0x1000>;
>>>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ