Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363767
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block |
| Date | 2016-03-23 23:50 +0100 |
| Message-ID | <rfZLc-1IM-7@gated-at.bofh.it> (permalink) |
| References | <rfZ8u-1se-3@gated-at.bofh.it> <rfZ8v-1se-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 03/23, Matthew McClintock wrote:
> @@ -202,13 +238,6 @@ static int qcom_wdt_remove(struct platform_device *pdev)
> return 0;
> }
>
> -static const struct of_device_id qcom_wdt_of_table[] = {
> - { .compatible = "qcom,kpss-timer" },
> - { .compatible = "qcom,scss-timer" },
> - { },
> -};
> -MODULE_DEVICE_TABLE(of, qcom_wdt_of_table);
> -
Leave this here and use of_device_get_match_data() in probe
instead.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-23 23:10 +0100
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Stephen Boyd <sboyd@codeaurora.org> - 2016-03-23 23:50 +0100
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Guenter Roeck <linux@roeck-us.net> - 2016-03-25 19:00 +0100
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-28 19:00 +0200
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Guenter Roeck <linux@roeck-us.net> - 2016-03-28 20:20 +0200
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-28 22:50 +0200
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Guenter Roeck <linux@roeck-us.net> - 2016-03-29 00:00 +0200
Re: [PATCH 07/17] watchdog: qcom: add option for standalone watchdog not in timer block Matthew McClintock <mmcclint@codeaurora.org> - 2016-03-29 00:30 +0200
csiph-web