Searched +full:keembay +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/intel,keembay-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Intel Keem Bay SoC non-secure Watchdog Timer10 - Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>15 - intel,keembay-wdt25 - description: interrupt specifier for threshold interrupt line26 - description: interrupt specifier for timeout interrupt line28 interrupt-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Watchdog driver for Intel Keem Bay non-secure watchdog.8 #include <linux/arm-smccc.h>20 /* Non-secure watchdog register offsets */59 static inline u32 keembay_wdt_readl(struct keembay_wdt *wdt, u32 offset) in keembay_wdt_readl() argument61 return readl(wdt->base + offset); in keembay_wdt_readl()64 static inline void keembay_wdt_writel(struct keembay_wdt *wdt, u32 offset, u32 val) in keembay_wdt_writel() argument66 writel(WDT_UNLOCK, wdt->base + TIM_SAFE); in keembay_wdt_writel()67 writel(val, wdt->base + offset); in keembay_wdt_writel()72 struct keembay_wdt *wdt = watchdog_get_drvdata(wdog); in keembay_wdt_set_timeout_reg() local[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]