Marcus Folkesson
2e62c4988b
watchdog: add SPDX identifiers for watchdog subsystem
...
- Add SPDX identifier
- Remove boiler plate license text
- If MODULE_LICENSE and boiler plate does not match, go for boiler plate
license
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com >
Acked-by: Baruch Siach <baruch@tkos.co.il >
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com >
Acked-by: Keiji Hayashibara <hayashibara.keiji@socionext.com >
Acked-by: Johannes Thumshirn <jth@kernel.org >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Acked-by: Mans Rullgard <mans@mansr.com >
Acked-by: Matthias Brugger <matthias.bgg@gmail.com >
Acked-by: Michal Simek <michal.simek@xilinx.com >
Acked-by: Neil Armstrong <narmstrong@baylibre.com >
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com >
Acked-by: Thierry Reding <treding@nvidia.com >
Acked-by: Tomas Winkler <tomas.winkler@intel.com >
Acked-by: Patrice Chotard <patrice.chotard@st.com >
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com >
Reviewed-by: Eric Anholt <eric@anholt.net >
Reviewed-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Wim Van Sebroeck <wim@iguana.be >
2018-03-24 10:19:40 +01:00
Arvind Yadav
65360944c1
watchdog: meson: Handle return value of clk_prepare_enable
...
clk_prepare_enable() can fail here and we must check its return value.
Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com >
Reviewed-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Wim Van Sebroeck <wim@iguana.be >
2017-07-03 11:02:31 +02:00
Javier Martinez Canillas
807f0b2d22
watchdog: meson: Remove unneeded platform MODULE_ALIAS
...
The Amlogic Meson is a DT-only platform, which means the devices are
registered via OF and not using the legacy platform devices support.
So there's no need to have a MODULE_ALIAS("platform:meson-gxbb-wdt")
since the reported uevent MODALIAS to user-space will be the OF one.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com >
Acked-by: Kevin Hilman <khilman@baylibre.com >
Reviewed-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2016-12-16 06:53:53 -08:00
Neil Armstrong
683fa50f0e
watchdog: Add Meson GXBB Watchdog Driver
...
Add watchdog specific driver for Amlogic Meson GXBB SoC.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com >
Reviewed-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
Signed-off-by: Wim Van Sebroeck <wim@iguana.be >
2016-07-17 21:03:25 +02:00