From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: References: From: Steffen Trumtrar To: linux-watchdog@vger.kernel.org Cc: Wim Van Sebroeck , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Guenter Roeck , Dinh Nguyen , linux-arm-kernel@lists.infradead.org, Philipp Zabel , kernel@pengutronix.de Subject: Re: [PATCH v4 0/3] watchdog: dw_wdt: add reset lines In-reply-to: Date: Tue, 20 Jun 2017 09:55:22 +0200 Message-ID: <738tknf5zp.fsf@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain List-ID: Steffen Trumtrar writes: > Hi! > > This series adds support for the reset line that is (potentially) holding > the watchdog in reset. > > As the watchdog is useless if this happens, it needs to be deasserted in > the probe function. > > Tested on a Socrates board. > > Regards, > Steffen > > > Changes since v3: > > - goto out_disable_clk > - add Reviewed-by > > Changes since v2: > > - use optional reset functions > - add Acked-by to devictree bindings > > Changes since v1: > > - remove reset-names property > - remove warning if reset property is missing > > Steffen Trumtrar (3): > watchdog: bindings: dw_wdt: add reset lines > watchdog: dw_wdt: get reset lines from dt > ARM: socfpga: dtsi: add dw-wdt reset lines > > Documentation/devicetree/bindings/watchdog/dw_wdt.txt | 3 +++ > arch/arm/boot/dts/socfpga.dtsi | 2 ++ > drivers/watchdog/dw_wdt.c | 11 +++++++++++ > 3 files changed, 16 insertions(+) > > base-commit: 2ea659a9ef488125eb46da6eb571de5eae5c43f6 Gentle Ping! Is this series already applied somewhere I didn't look? Best regards, Steffen -- Pengutronix e.K. | Steffen Trumtrar | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.trumtrar@pengutronix.de (Steffen Trumtrar) Date: Tue, 20 Jun 2017 09:55:22 +0200 Subject: [PATCH v4 0/3] watchdog: dw_wdt: add reset lines In-Reply-To: References: Message-ID: <738tknf5zp.fsf@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Steffen Trumtrar writes: > Hi! > > This series adds support for the reset line that is (potentially) holding > the watchdog in reset. > > As the watchdog is useless if this happens, it needs to be deasserted in > the probe function. > > Tested on a Socrates board. > > Regards, > Steffen > > > Changes since v3: > > - goto out_disable_clk > - add Reviewed-by > > Changes since v2: > > - use optional reset functions > - add Acked-by to devictree bindings > > Changes since v1: > > - remove reset-names property > - remove warning if reset property is missing > > Steffen Trumtrar (3): > watchdog: bindings: dw_wdt: add reset lines > watchdog: dw_wdt: get reset lines from dt > ARM: socfpga: dtsi: add dw-wdt reset lines > > Documentation/devicetree/bindings/watchdog/dw_wdt.txt | 3 +++ > arch/arm/boot/dts/socfpga.dtsi | 2 ++ > drivers/watchdog/dw_wdt.c | 11 +++++++++++ > 3 files changed, 16 insertions(+) > > base-commit: 2ea659a9ef488125eb46da6eb571de5eae5c43f6 Gentle Ping! Is this series already applied somewhere I didn't look? Best regards, Steffen -- Pengutronix e.K. | Steffen Trumtrar | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Trumtrar Subject: Re: [PATCH v4 0/3] watchdog: dw_wdt: add reset lines Date: Tue, 20 Jun 2017 09:55:22 +0200 Message-ID: <738tknf5zp.fsf@pengutronix.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-watchdog@vger.kernel.org Cc: Mark Rutland , devicetree@vger.kernel.org, kernel@pengutronix.de, Wim Van Sebroeck , Rob Herring , linux-arm-kernel@lists.infradead.org, Philipp Zabel , Dinh Nguyen , Guenter Roeck List-Id: devicetree@vger.kernel.org Steffen Trumtrar writes: > Hi! > > This series adds support for the reset line that is (potentially) holding > the watchdog in reset. > > As the watchdog is useless if this happens, it needs to be deasserted in > the probe function. > > Tested on a Socrates board. > > Regards, > Steffen > > > Changes since v3: > > - goto out_disable_clk > - add Reviewed-by > > Changes since v2: > > - use optional reset functions > - add Acked-by to devictree bindings > > Changes since v1: > > - remove reset-names property > - remove warning if reset property is missing > > Steffen Trumtrar (3): > watchdog: bindings: dw_wdt: add reset lines > watchdog: dw_wdt: get reset lines from dt > ARM: socfpga: dtsi: add dw-wdt reset lines > > Documentation/devicetree/bindings/watchdog/dw_wdt.txt | 3 +++ > arch/arm/boot/dts/socfpga.dtsi | 2 ++ > drivers/watchdog/dw_wdt.c | 11 +++++++++++ > 3 files changed, 16 insertions(+) > > base-commit: 2ea659a9ef488125eb46da6eb571de5eae5c43f6 Gentle Ping! Is this series already applied somewhere I didn't look? Best regards, Steffen -- Pengutronix e.K. | Steffen Trumtrar | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |