Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1325734
| From | Timur Tabi <timur@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver |
| Date | 2016-02-03 18:50 +0100 |
| Message-ID | <qY9J0-54N-3@gated-at.bofh.it> (permalink) |
| References | <qY9pF-4WX-3@gated-at.bofh.it> <qY9pF-4WX-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
fu.wei@linaro.org wrote:
> +static struct platform_driver sbsa_gwdt_driver = {
> + .driver = {
> + .name = "sbsa-gwdt",
> + .pm = &sbsa_gwdt_pm_ops,
> + .of_match_table = sbsa_gwdt_of_match,
> + },
> + .probe = sbsa_gwdt_probe,
> + .remove = sbsa_gwdt_remove,
> + .shutdown = sbsa_gwdt_shutdown,
> + .id_table = sbsa_gwdt_pdev_match,
> +};
I just noticed you dropped ACPI support. Server platforms are supposed
to use ACPI, so that seems like a critical omission to me. You had a
GTDT parser in an older version of this patch. What happened to it?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver fu.wei@linaro.org - 2016-02-03 18:30 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Timur Tabi <timur@codeaurora.org> - 2016-02-03 18:50 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Fu Wei <fu.wei@linaro.org> - 2016-02-03 19:00 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Timur Tabi <timur@codeaurora.org> - 2016-02-03 19:00 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Fu Wei <fu.wei@linaro.org> - 2016-02-03 19:20 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Timur Tabi <timur@codeaurora.org> - 2016-02-03 19:20 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-02-04 17:30 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Fu Wei <fu.wei@linaro.org> - 2016-02-05 10:10 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Timur Tabi <timur@codeaurora.org> - 2016-02-04 17:40 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Guenter Roeck <linux@roeck-us.net> - 2016-02-04 17:50 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Fu Wei <fu.wei@linaro.org> - 2016-02-05 10:00 +0100
Re: [PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver Will Deacon <will.deacon@arm.com> - 2016-02-04 17:40 +0100
csiph-web