-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic merge of 'master' into merge (2024-12-10 08:55)
- Loading branch information
Showing
1,737 changed files
with
8,037 additions
and
5,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ Description: | |
timeout when the pretimeout interrupt is delivered. Pretimeout | ||
is an optional feature. | ||
|
||
What: /sys/class/watchdog/watchdogn/pretimeout_avaialable_governors | ||
What: /sys/class/watchdog/watchdogn/pretimeout_available_governors | ||
Date: February 2017 | ||
Contact: Wim Van Sebroeck <[email protected]> | ||
Description: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
Documentation/devicetree/bindings/watchdog/airoha,en7581-wdt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/watchdog/airoha,en7581-wdt.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Airoha EN7581 Watchdog Timer | ||
|
||
maintainers: | ||
- Christian Marangi <[email protected]> | ||
|
||
allOf: | ||
- $ref: watchdog.yaml# | ||
|
||
properties: | ||
compatible: | ||
const: airoha,en7581-wdt | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
clocks: | ||
description: BUS clock (timer ticks at half the BUS clock) | ||
maxItems: 1 | ||
|
||
clock-names: | ||
const: bus | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- clocks | ||
- clock-names | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/clock/en7523-clk.h> | ||
watchdog@1fbf0100 { | ||
compatible = "airoha,en7581-wdt"; | ||
reg = <0x1fbf0100 0x3c>; | ||
clocks = <&scuclk EN7523_CLK_BUS>; | ||
clock-names = "bus"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3376,6 +3376,8 @@ S: Maintained | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git | ||
F: Documentation/arch/arm64/ | ||
F: arch/arm64/ | ||
F: drivers/virt/coco/arm-cca-guest/ | ||
F: drivers/virt/coco/pkvm-guest/ | ||
F: tools/testing/selftests/arm64/ | ||
X: arch/arm64/boot/dts/ | ||
|
||
|
@@ -16267,6 +16269,7 @@ F: Documentation/devicetree/bindings/net/ | |
F: Documentation/networking/net_cachelines/net_device.rst | ||
F: drivers/connector/ | ||
F: drivers/net/ | ||
F: drivers/ptp/ | ||
F: include/dt-bindings/net/ | ||
F: include/linux/cn_proc.h | ||
F: include/linux/etherdevice.h | ||
|
@@ -22407,7 +22410,7 @@ F: drivers/char/hw_random/jh7110-trng.c | |
|
||
STARFIVE WATCHDOG DRIVER | ||
M: Xingyu Wu <[email protected]> | ||
M: Samin Guo <samin.guo@starfivetech.com> | ||
M: Ziv Xu <ziv.xu@starfivetech.com> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/watchdog/starfive* | ||
F: drivers/watchdog/starfive-wdt.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.