From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965194AbcBCR7F (ORCPT ); Wed, 3 Feb 2016 12:59:05 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:36251 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964940AbcBCR7C (ORCPT ); Wed, 3 Feb 2016 12:59:02 -0500 Subject: Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver To: Fu Wei Cc: 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 , 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 , 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@arm.com References: <1454519923-25230-1-git-send-email-fu.wei@linaro.org> <1454519923-25230-5-git-send-email-fu.wei@linaro.org> <56B23D61.2050001@codeaurora.org> From: Timur Tabi Message-ID: <56B23FE1.2010207@codeaurora.org> Date: Wed, 3 Feb 2016 11:58:57 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fu Wei wrote: > I have posted GTDT support separately :https://lkml.org/lkml/2016/2/1/660 > > devicetree driver and GTDT driver both export sbsa gwdt info to > "platform resource". > > this driver get hardware info from platform resource. I must be missing something. How does the driver probe? It only has an entry for device tree: + .of_match_table = sbsa_gwdt_of_match, Doesn't there need to be an ACPI match table to probe on an ACPI system? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Date: Wed, 3 Feb 2016 11:58:57 -0600 Message-ID: <56B23FE1.2010207@codeaurora.org> References: <1454519923-25230-1-git-send-email-fu.wei@linaro.org> <1454519923-25230-5-git-send-email-fu.wei@linaro.org> <56B23D61.2050001@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-watchdog-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Fu Wei Cc: 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 , LKML , linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Linaro ACPI Mailman List , rruigrok-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, "Abdulhamid, Harb" , Christopher Covington , Dave Young , Pratyush Anand , G Gregory Al List-Id: devicetree@vger.kernel.org Fu Wei wrote: > I have posted GTDT support separately :https://lkml.org/lkml/2016/2/1/660 > > devicetree driver and GTDT driver both export sbsa gwdt info to > "platform resource". > > this driver get hardware info from platform resource. I must be missing something. How does the driver probe? It only has an entry for device tree: + .of_match_table = sbsa_gwdt_of_match, Doesn't there need to be an ACPI match table to probe on an ACPI system? -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: timur@codeaurora.org (Timur Tabi) Date: Wed, 3 Feb 2016 11:58:57 -0600 Subject: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver In-Reply-To: References: <1454519923-25230-1-git-send-email-fu.wei@linaro.org> <1454519923-25230-5-git-send-email-fu.wei@linaro.org> <56B23D61.2050001@codeaurora.org> Message-ID: <56B23FE1.2010207@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Fu Wei wrote: > I have posted GTDT support separately :https://lkml.org/lkml/2016/2/1/660 > > devicetree driver and GTDT driver both export sbsa gwdt info to > "platform resource". > > this driver get hardware info from platform resource. I must be missing something. How does the driver probe? It only has an entry for device tree: + .of_match_table = sbsa_gwdt_of_match, Doesn't there need to be an ACPI match table to probe on an ACPI system?