[PATCH v12 4/4] Watchdog: introduce ARM SBSA watchdog driver
From: linux@roeck-us.net (Guenter Roeck)
Date: 2016-02-17 00:09:46
Also in:
linux-devicetree, linux-watchdog, lkml
From: linux@roeck-us.net (Guenter Roeck)
Date: 2016-02-17 00:09:46
Also in:
linux-devicetree, linux-watchdog, lkml
On Wed, Feb 17, 2016 at 12:33:24AM +0800, Fu Wei wrote: [ ... ]
quoted
quoted
quoted
+MODULE_AUTHOR("Fu Wei [off-list ref]"); +MODULE_AUTHOR("Suravee Suthikulpanit [off-list ref]"); +MODULE_AUTHOR("Al Stone [off-list ref]"); +MODULE_AUTHOR("Timur Tabi [off-list ref]"); +MODULE_LICENSE("GPL v2");Do you need a MODULE_ALIAS ?For now, I thinks we don't need it, Hope I didn't miss something :-) Because this module can be mounted automatically with dtb or ACPI(if apply my GTDT patch). Do you have any suggestion or concern? :-)re-think about that , will add MODULE_ALIAS("platform:sbsa-gwdt"); Do you agree ? :-)
Sure. Guenter