forked from torvalds/linux
-
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.
Merge branch 'for-next' into for-linus
- Loading branch information
Showing
2,072 changed files
with
68,637 additions
and
52,362 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
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 |
---|---|---|
|
@@ -918,6 +918,11 @@ S: Ottawa, Ontario | |
S: K1N 6Z9 | ||
S: CANADA | ||
|
||
N: Vivien Didelot | ||
E: [email protected] | ||
D: DSA framework and MV88E6XXX driver | ||
S: Montreal, Quebec, Canada | ||
|
||
N: Jeff Dike | ||
E: [email protected] | ||
W: http://user-mode-linux.sourceforge.net | ||
|
@@ -2447,6 +2452,10 @@ S: 482 Shadowgraph Dr. | |
S: San Jose, CA 95110 | ||
S: USA | ||
|
||
N: Michal Marek | ||
E: [email protected] | ||
D: Kbuild Maintainer 2009-2017 | ||
|
||
N: Martin Mares | ||
E: [email protected] | ||
W: http://www.ucw.cz/~mj/ | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ Description: A collection of all the memory tiers allocated. | |
|
||
|
||
What: /sys/devices/virtual/memory_tiering/memory_tierN/ | ||
/sys/devices/virtual/memory_tiering/memory_tierN/nodes | ||
/sys/devices/virtual/memory_tiering/memory_tierN/nodelist | ||
Date: August 2022 | ||
Contact: Linux memory management mailing list <[email protected]> | ||
Description: Directory with details of a specific memory tier | ||
|
@@ -21,5 +21,5 @@ Description: Directory with details of a specific memory tier | |
A smaller value of N implies a higher (faster) memory tier in the | ||
hierarchy. | ||
|
||
nodes: NUMA nodes that are part of this memory tier. | ||
nodelist: NUMA nodes that are part of this memory tier. | ||
|
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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ maintainers: | |
- Neil Armstrong <[email protected]> | ||
|
||
allOf: | ||
- $ref: /schemas/sound/name-prefix.yaml# | ||
- $ref: /schemas/sound/dai-common.yaml# | ||
|
||
description: | | ||
The Amlogic Meson Synopsys Designware Integration is composed of | ||
|
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
9 changes: 0 additions & 9 deletions
9
Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
This file was deleted.
Oops, something went wrong.
47 changes: 47 additions & 0 deletions
47
Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.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/media/i2c/dongwoon,dw9714.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Dongwoon Anatech DW9714 camera voice coil lens driver | ||
|
||
maintainers: | ||
- Krzysztof Kozlowski <[email protected]> | ||
|
||
description: | ||
DW9174 is a 10-bit DAC with current sink capability. It is intended for | ||
driving voice coil lenses in camera modules. | ||
|
||
properties: | ||
compatible: | ||
const: dongwoon,dw9714 | ||
|
||
reg: | ||
maxItems: 1 | ||
|
||
powerdown-gpios: | ||
description: | ||
XSD pin for shutdown (active low) | ||
|
||
vcc-supply: | ||
description: VDD power supply | ||
|
||
required: | ||
- compatible | ||
- reg | ||
|
||
additionalProperties: false | ||
|
||
examples: | ||
- | | ||
i2c { | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
camera-lens@c { | ||
compatible = "dongwoon,dw9714"; | ||
reg = <0x0c>; | ||
vcc-supply = <®_csi_1v8>; | ||
}; | ||
}; |
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 |
---|---|---|
|
@@ -8,7 +8,6 @@ title: Samsung S3FWRN5 NCI NFC Controller | |
|
||
maintainers: | ||
- Krzysztof Kozlowski <[email protected]> | ||
- Krzysztof Opasiak <[email protected]> | ||
|
||
properties: | ||
compatible: | ||
|
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.