From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462AbcBEJU5 (ORCPT ); Fri, 5 Feb 2016 04:20:57 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:36053 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752410AbcBEJUb (ORCPT ); Fri, 5 Feb 2016 04:20:31 -0500 MIME-Version: 1.0 In-Reply-To: <56B37FA0.5000209@codeaurora.org> References: <1454519923-25230-1-git-send-email-fu.wei@linaro.org> <1454519923-25230-6-git-send-email-fu.wei@linaro.org> <56B37FA0.5000209@codeaurora.org> Date: Fri, 5 Feb 2016 17:20:29 +0800 Message-ID: Subject: Re: [PATCH v10 5/5] Watchdog: ARM SBSA Generic Watchdog half timeout panic support From: Fu Wei To: Timur Tabi Cc: Mathieu Poirier , Rob Herring , =?UTF-8?Q?Pawe=C5=82_Moll?= , Mark Rutland , Ian Campbell , Kumar Gala , Wim Van Sebroeck , Guenter Roeck , Jon Corbet , Catalin Marinas , Will Deacon , Suravee Suthikulpanit , "linux-kernel@vger.kernel.org" , linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linaro ACPI Mailman List , rruigrok@codeaurora.org, "Abdulhamid, Harb" , Christopher Covington , Dave Young , Pratyush Anand , G Gregory , Al Stone , Hanjun Guo , Jon Masters , Arnd Bergmann , Leo Duran , Sudeep Holla Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5 February 2016 at 00:43, Timur Tabi wrote: > Mathieu Poirier wrote: >>> >>> >+#ifdef CONFIG_ARM_SBSA_WATCHDOG_PANIC >>> >+ irq = platform_get_irq(pdev, 0); >>> >+ if (irq < 0) { >>> >+ dev_err(dev, "unable to get ws0 interrupt.\n"); >>> >+ return irq; >>> >+ } >>> >+#endif >>> >+ >> >> Can't the driver revert to single stage mode if platform_get_irq() >> fails? That way the value of 'irq' can be tested throughout the >> _probe() function and the #ifdefs removed. > > > I like that idea. The same can be done with the devm_request_irq() call. > It should definitely still display a warning if the command-line option is > set but no interrupt is available. Yes, I agree with that too, brilliant idea, this will be in v11 patchset -- Best regards, Fu Wei Software Engineer Red Hat Software (Beijing) Co.,Ltd.Shanghai Branch Ph: +86 21 61221326(direct) Ph: +86 186 2020 4684 (mobile) Room 1512, Regus One Corporate Avenue,Level 15, One Corporate Avenue,222 Hubin Road,Huangpu District, Shanghai,China 200021