forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mm-stable
- Loading branch information
Showing
290 changed files
with
6,700 additions
and
3,834 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 |
---|---|---|
|
@@ -205,15 +205,15 @@ Description: Controls the idle timing of system, if there is no FS operation | |
What: /sys/fs/f2fs/<disk>/discard_idle_interval | ||
Date: September 2018 | ||
Contact: "Chao Yu" <[email protected]> | ||
Contact: "Sahitya Tummala" <[email protected]> | ||
Contact: "Sahitya Tummala" <[email protected]> | ||
Description: Controls the idle timing of discard thread given | ||
this time interval. | ||
Default is 5 secs. | ||
|
||
What: /sys/fs/f2fs/<disk>/gc_idle_interval | ||
Date: September 2018 | ||
Contact: "Chao Yu" <[email protected]> | ||
Contact: "Sahitya Tummala" <[email protected]> | ||
Contact: "Sahitya Tummala" <[email protected]> | ||
Description: Controls the idle timing for gc path. Set to 5 seconds by default. | ||
|
||
What: /sys/fs/f2fs/<disk>/iostat_enable | ||
|
@@ -701,29 +701,31 @@ Description: Support configuring fault injection type, should be | |
enabled with fault_injection option, fault type value | ||
is shown below, it supports single or combined type. | ||
|
||
=================== =========== | ||
Type_Name Type_Value | ||
=================== =========== | ||
FAULT_KMALLOC 0x000000001 | ||
FAULT_KVMALLOC 0x000000002 | ||
FAULT_PAGE_ALLOC 0x000000004 | ||
FAULT_PAGE_GET 0x000000008 | ||
FAULT_ALLOC_BIO 0x000000010 (obsolete) | ||
FAULT_ALLOC_NID 0x000000020 | ||
FAULT_ORPHAN 0x000000040 | ||
FAULT_BLOCK 0x000000080 | ||
FAULT_DIR_DEPTH 0x000000100 | ||
FAULT_EVICT_INODE 0x000000200 | ||
FAULT_TRUNCATE 0x000000400 | ||
FAULT_READ_IO 0x000000800 | ||
FAULT_CHECKPOINT 0x000001000 | ||
FAULT_DISCARD 0x000002000 | ||
FAULT_WRITE_IO 0x000004000 | ||
FAULT_SLAB_ALLOC 0x000008000 | ||
FAULT_DQUOT_INIT 0x000010000 | ||
FAULT_LOCK_OP 0x000020000 | ||
FAULT_BLKADDR 0x000040000 | ||
=================== =========== | ||
=========================== =========== | ||
Type_Name Type_Value | ||
=========================== =========== | ||
FAULT_KMALLOC 0x000000001 | ||
FAULT_KVMALLOC 0x000000002 | ||
FAULT_PAGE_ALLOC 0x000000004 | ||
FAULT_PAGE_GET 0x000000008 | ||
FAULT_ALLOC_BIO 0x000000010 (obsolete) | ||
FAULT_ALLOC_NID 0x000000020 | ||
FAULT_ORPHAN 0x000000040 | ||
FAULT_BLOCK 0x000000080 | ||
FAULT_DIR_DEPTH 0x000000100 | ||
FAULT_EVICT_INODE 0x000000200 | ||
FAULT_TRUNCATE 0x000000400 | ||
FAULT_READ_IO 0x000000800 | ||
FAULT_CHECKPOINT 0x000001000 | ||
FAULT_DISCARD 0x000002000 | ||
FAULT_WRITE_IO 0x000004000 | ||
FAULT_SLAB_ALLOC 0x000008000 | ||
FAULT_DQUOT_INIT 0x000010000 | ||
FAULT_LOCK_OP 0x000020000 | ||
FAULT_BLKADDR_VALIDITY 0x000040000 | ||
FAULT_BLKADDR_CONSISTENCE 0x000080000 | ||
FAULT_NO_SEGMENT 0x000100000 | ||
=========================== =========== | ||
|
||
What: /sys/fs/f2fs/<disk>/discard_io_aware_gran | ||
Date: January 2023 | ||
|
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/pwm/opencores,pwm.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: OpenCores PWM controller | ||
|
||
maintainers: | ||
- William Qiu <[email protected]> | ||
|
||
description: | ||
The OpenCores PTC ip core contains a PWM controller. When operating in PWM | ||
mode, the PTC core generates binary signal with user-programmable low and | ||
high periods. All PTC counters and registers are 32-bit. | ||
|
||
allOf: | ||
- $ref: pwm.yaml# | ||
|
||
properties: | ||
compatible: | ||
items: | ||
- enum: | ||
- starfive,jh7100-pwm | ||
- starfive,jh7110-pwm | ||
- starfive,jh8100-pwm | ||
- const: opencores,pwm-v1 | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
clocks: | ||
maxItems: 1 | ||
|
||
resets: | ||
maxItems: 1 | ||
|
||
"#pwm-cells": | ||
const: 3 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- clocks | ||
|
||
additionalProperties: false | ||
|
||
examples: | ||
- | | ||
pwm@12490000 { | ||
compatible = "starfive,jh7110-pwm", "opencores,pwm-v1"; | ||
reg = <0x12490000 0x10000>; | ||
clocks = <&clkgen 181>; | ||
resets = <&rstgen 109>; | ||
#pwm-cells = <3>; | ||
}; |
35 changes: 35 additions & 0 deletions
35
Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.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,35 @@ | ||
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/reset/sophgo,sg2042-reset.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Sophgo SG2042 SoC Reset Controller | ||
|
||
maintainers: | ||
- Chen Wang <[email protected]> | ||
|
||
properties: | ||
compatible: | ||
const: sophgo,sg2042-reset | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
"#reset-cells": | ||
const: 1 | ||
|
||
required: | ||
- compatible | ||
- reg | ||
- "#reset-cells" | ||
|
||
additionalProperties: false | ||
|
||
examples: | ||
- | | ||
rstgen: reset-controller@c00 { | ||
compatible = "sophgo,sg2042-reset"; | ||
reg = <0xc00 0xc>; | ||
#reset-cells = <1>; | ||
}; |
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.