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 tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/maz/arm-platforms into irq/core Pull irqchip updates from Marc Zyngier: - New and improved irqdomain locking, closing a number of races that became apparent now that we are able to probe drivers in parallel - A bunch of OF node refcounting bugs have been fixed - We now have a new IPI mux, lifted from the Apple AIC code and made common. It is expected that riscv will eventually benefit from it - Two small fixes for the Broadcom L2 drivers - Various cleanups and minor bug fixes Link: https://lore.kernel.org/r/[email protected]
- Loading branch information
Showing
410 changed files
with
5,085 additions
and
4,481 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.