aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/meson_gxbb_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25watchdog: Add support for Amlogic-T7 SoCsHuqiang Qin1-0/+5
2023-08-25watchdog: Add a new struct for Amlogic-GXBB driverHuqiang Qin1-3/+13
2023-02-12watchdog: meson_gxbb: Use devm_clk_get_enabled() helperChristophe JAILLET1-15/+1
2022-10-02watchdog: meson: keep running if already activePhilippe Boos1-5/+19
2021-12-28watchdog: meson_gxbb_wdt: remove stop_on_rebootArtem Lapkin1-1/+0
2021-10-26watchdog: meson_gxbb_wdt: add timeout parameterArtem Lapkin1-0/+6
2021-10-26watchdog: meson_gxbb_wdt: add nowayout parameterArtem Lapkin1-0/+6
2019-11-05watchdog: meson: Fix the wrong value of left timeXingyu Chen1-2/+2
2019-05-05watchdog: meson_gxbb_wdt: Convert to use device managed functions and other i...Guenter Roeck1-30/+15
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck1-3/+1
2018-03-24watchdog: add SPDX identifiers for watchdog subsystemMarcus Folkesson1-49/+1
2017-07-03watchdog: meson: Handle return value of clk_prepare_enableArvind Yadav1-1/+3
2016-12-16watchdog: meson: Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-07-17watchdog: Add Meson GXBB Watchdog DriverNeil Armstrong1-0/+270