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 'master' into mm-nonmm-stable
- Loading branch information
Showing
387 changed files
with
4,548 additions
and
4,122 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 |
---|---|---|
|
@@ -422,6 +422,7 @@ Tony Luck <[email protected]> | |
TripleX Chung <[email protected]> <[email protected]> | ||
TripleX Chung <[email protected]> <[email protected]> | ||
Tsuneo Yoshioka <[email protected]> | ||
Tudor Ambarus <[email protected]> <[email protected]> | ||
Tycho Andersen <[email protected]> <[email protected]> | ||
Tzung-Bi Shih <[email protected]> <[email protected]> | ||
Uwe Kleine-König <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -69,7 +69,6 @@ required: | |
- compatible | ||
- reg | ||
- reg-names | ||
- vdds-supply | ||
|
||
unevaluatedProperties: false | ||
|
||
|
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 |
---|---|---|
|
@@ -39,7 +39,6 @@ required: | |
- compatible | ||
- reg | ||
- reg-names | ||
- vcca-supply | ||
|
||
unevaluatedProperties: false | ||
|
||
|
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 |
---|---|---|
|
@@ -30,7 +30,9 @@ properties: | |
const: 0 | ||
|
||
clocks: | ||
maxItems: 5 | ||
oneOf: | ||
- maxItems: 3 | ||
- maxItems: 5 | ||
|
||
clock-names: | ||
oneOf: | ||
|
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 |
---|---|---|
|
@@ -9,9 +9,6 @@ title: LPASS(Low Power Audio Subsystem) VA Macro audio codec | |
maintainers: | ||
- Srinivas Kandagatla <[email protected]> | ||
|
||
allOf: | ||
- $ref: dai-common.yaml# | ||
|
||
properties: | ||
compatible: | ||
enum: | ||
|
@@ -30,15 +27,12 @@ properties: | |
const: 0 | ||
|
||
clocks: | ||
maxItems: 5 | ||
minItems: 5 | ||
maxItems: 6 | ||
|
||
clock-names: | ||
items: | ||
- const: mclk | ||
- const: npl | ||
- const: macro | ||
- const: dcodec | ||
- const: fsgen | ||
minItems: 5 | ||
maxItems: 6 | ||
|
||
clock-output-names: | ||
maxItems: 1 | ||
|
@@ -55,10 +49,51 @@ required: | |
- reg | ||
- "#sound-dai-cells" | ||
|
||
allOf: | ||
- $ref: dai-common.yaml# | ||
|
||
- if: | ||
properties: | ||
compatible: | ||
enum: | ||
- qcom,sc7280-lpass-wsa-macro | ||
- qcom,sm8450-lpass-wsa-macro | ||
- qcom,sc8280xp-lpass-wsa-macro | ||
then: | ||
properties: | ||
clocks: | ||
maxItems: 5 | ||
clock-names: | ||
items: | ||
- const: mclk | ||
- const: npl | ||
- const: macro | ||
- const: dcodec | ||
- const: fsgen | ||
|
||
- if: | ||
properties: | ||
compatible: | ||
enum: | ||
- qcom,sm8250-lpass-wsa-macro | ||
then: | ||
properties: | ||
clocks: | ||
minItems: 6 | ||
clock-names: | ||
items: | ||
- const: mclk | ||
- const: npl | ||
- const: macro | ||
- const: dcodec | ||
- const: va | ||
- const: fsgen | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/clock/qcom,sm8250-lpass-aoncc.h> | ||
#include <dt-bindings/sound/qcom,q6afe.h> | ||
codec@3240000 { | ||
compatible = "qcom,sm8250-lpass-wsa-macro"; | ||
|
@@ -69,7 +104,8 @@ examples: | |
<&audiocc 0>, | ||
<&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, | ||
<&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, | ||
<&aoncc LPASS_CDC_VA_MCLK>, | ||
<&vamacro>; | ||
clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; | ||
clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen"; | ||
clock-output-names = "mclk"; | ||
}; |
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.