From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754939AbcC1Nqb (ORCPT ); Mon, 28 Mar 2016 09:46:31 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:33848 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753666AbcC1Nq2 (ORCPT ); Mon, 28 Mar 2016 09:46:28 -0400 Subject: Re: [PATCH v14 3/4] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi To: Fu Wei , Rob Herring , =?UTF-8?Q?Pawe=c5=82_Moll?= , Mark Rutland , Ian Campbell , Kumar Gala , Wim Van Sebroeck , Jon Corbet , Catalin Marinas , Will Deacon , Suravee Suthikulpanit References: <1456735610-22012-1-git-send-email-fu.wei@linaro.org> <1456735610-22012-4-git-send-email-fu.wei@linaro.org> Cc: LKML , linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linaro ACPI Mailman List , Richard Ruigrok , "Abdulhamid, Harb" , Christopher Covington , Timur Tabi , Dave Young , Pratyush Anand , G Gregory , Al Stone , Hanjun Guo , Jon Masters , Arnd Bergmann , Leo Duran , Sudeep Holla From: Guenter Roeck Message-ID: <56F935AC.3020009@roeck-us.net> Date: Mon, 28 Mar 2016 06:46:20 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/28/2016 06:12 AM, Fu Wei wrote: > Hi Wim, Guenter: > > Great thanks for reviewing and applying this patchset :-) > Now I can see almost all the patches of this patchset have been merged > into the master branch of mainline kernel. > But only this one is still out of any branch or repo. It seems that > it's applied on linux-watchdog for a while, then disappeared. > > > So any thing I can do for this patch? Do I need to resubmit it? > Maybe I miss it in some repo? Could you help me ? > Great thanks ! :-) > If I recall correctly, it was supposed to go in through some other tree (arm-soc ?) Guenter > On 29 February 2016 at 16:46, wrote: >> From: Fu Wei >> >> This can be a example of adding SBSA Generic Watchdog device node >> into some dts files for the Soc which contains SBSA Generic Watchdog. >> >> Acked-by: Arnd Bergmann >> Signed-off-by: Suravee Suthikulpanit >> Signed-off-by: Fu Wei >> Reviewed-by: Guenter Roeck >> --- >> arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> index 2874d92..0a8ca1d 100644 >> --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> @@ -84,6 +84,14 @@ >> clock-names = "uartclk", "apb_pclk"; >> }; >> >> + watchdog0: watchdog@e0bb0000 { >> + compatible = "arm,sbsa-gwdt"; >> + reg = <0x0 0xe0bc0000 0 0x1000>, >> + <0x0 0xe0bb0000 0 0x1000>; >> + interrupts = <0 337 4>; >> + timeout-sec = <15>; >> + }; >> + >> spi0: ssp@e1020000 { >> status = "disabled"; >> compatible = "arm,pl022", "arm,primecell"; >> -- >> 2.5.0 >> > > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Mon, 28 Mar 2016 06:46:20 -0700 Subject: [PATCH v14 3/4] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi In-Reply-To: References: <1456735610-22012-1-git-send-email-fu.wei@linaro.org> <1456735610-22012-4-git-send-email-fu.wei@linaro.org> Message-ID: <56F935AC.3020009@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/28/2016 06:12 AM, Fu Wei wrote: > Hi Wim, Guenter: > > Great thanks for reviewing and applying this patchset :-) > Now I can see almost all the patches of this patchset have been merged > into the master branch of mainline kernel. > But only this one is still out of any branch or repo. It seems that > it's applied on linux-watchdog for a while, then disappeared. > > > So any thing I can do for this patch? Do I need to resubmit it? > Maybe I miss it in some repo? Could you help me ? > Great thanks ! :-) > If I recall correctly, it was supposed to go in through some other tree (arm-soc ?) Guenter > On 29 February 2016 at 16:46, wrote: >> From: Fu Wei >> >> This can be a example of adding SBSA Generic Watchdog device node >> into some dts files for the Soc which contains SBSA Generic Watchdog. >> >> Acked-by: Arnd Bergmann >> Signed-off-by: Suravee Suthikulpanit >> Signed-off-by: Fu Wei >> Reviewed-by: Guenter Roeck >> --- >> arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> index 2874d92..0a8ca1d 100644 >> --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi >> @@ -84,6 +84,14 @@ >> clock-names = "uartclk", "apb_pclk"; >> }; >> >> + watchdog0: watchdog at e0bb0000 { >> + compatible = "arm,sbsa-gwdt"; >> + reg = <0x0 0xe0bc0000 0 0x1000>, >> + <0x0 0xe0bb0000 0 0x1000>; >> + interrupts = <0 337 4>; >> + timeout-sec = <15>; >> + }; >> + >> spi0: ssp at e1020000 { >> status = "disabled"; >> compatible = "arm,pl022", "arm,primecell"; >> -- >> 2.5.0 >> > > >