Lines Matching +full:ar7130 +full:- +full:wdt
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Atheros AR71XX/AR724X/AR913X built-in hardware watchdog timer.
5 * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
36 #define DRIVER_NAME "ath79-wdt"
115 return -EINVAL; in ath79_wdt_set_timeout()
126 return -EBUSY; in ath79_wdt_open()
162 return -EFAULT; in ath79_wdt_write()
194 sizeof(ath79_wdt_info)) ? -EFAULT : 0; in ath79_wdt_ioctl()
225 err = -ENOTTY; in ath79_wdt_ioctl()
253 return -EBUSY; in ath79_wdt_probe()
259 wdt_clk = devm_clk_get_enabled(&pdev->dev, "wdt"); in ath79_wdt_probe()
265 return -EINVAL; in ath79_wdt_probe()
270 dev_info(&pdev->dev, in ath79_wdt_probe()
280 dev_err(&pdev->dev, in ath79_wdt_probe()
300 { .compatible = "qca,ar7130-wdt" },