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 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel…
…/git/broonie/sound into for-linus ASoC: Updates for v5.12 Another quiet release in terms of features, though several of the drivers got quite a bit of work and there were a lot of general changes resulting from Morimoto-san's ongoing cleanup work. - As ever, lots of hard work by Morimoto-san cleaning up the code and making it more consistent. - Many improvements in the Intel drivers including a wide range of quirks and bug fixes. - A KUnit testsuite for the topology code. - Support for Ingenic JZ4760(B), Intel AlderLake-P, DT configured nVidia cards, Qualcomm lpass-rx-macro and lpass-tx-macro - Removal of obsolete SIRF prima/atlas, Txx9 and ZTE zx drivers.
- Loading branch information
Showing
1,151 changed files
with
19,898 additions
and
10,213 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
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 |
---|---|---|
|
@@ -4,5 +4,6 @@ Contact: Saravana Kannan <[email protected]> | |
Description: | ||
The /sys/devices/.../consumer:<consumer> are symlinks to device | ||
links where this device is the supplier. <consumer> denotes the | ||
name of the consumer in that device link. There can be zero or | ||
more of these symlinks for a given device. | ||
name of the consumer in that device link and is of the form | ||
bus:device name. There can be zero or more of these symlinks | ||
for a given device. |
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 |
---|---|---|
|
@@ -4,5 +4,6 @@ Contact: Saravana Kannan <[email protected]> | |
Description: | ||
The /sys/devices/.../supplier:<supplier> are symlinks to device | ||
links where this device is the consumer. <supplier> denotes the | ||
name of the supplier in that device link. There can be zero or | ||
more of these symlinks for a given device. | ||
name of the supplier in that device link and is of the form | ||
bus:device name. There can be zero or more of these symlinks | ||
for a given device. |
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 |
---|---|---|
|
@@ -916,21 +916,25 @@ Date: September 2014 | |
Contact: Subhash Jadavani <[email protected]> | ||
Description: This entry could be used to set or show the UFS device | ||
runtime power management level. The current driver | ||
implementation supports 6 levels with next target states: | ||
implementation supports 7 levels with next target states: | ||
|
||
== ==================================================== | ||
0 an UFS device will stay active, an UIC link will | ||
0 UFS device will stay active, UIC link will | ||
stay active | ||
1 an UFS device will stay active, an UIC link will | ||
1 UFS device will stay active, UIC link will | ||
hibernate | ||
2 an UFS device will moved to sleep, an UIC link will | ||
2 UFS device will be moved to sleep, UIC link will | ||
stay active | ||
3 an UFS device will moved to sleep, an UIC link will | ||
3 UFS device will be moved to sleep, UIC link will | ||
hibernate | ||
4 an UFS device will be powered off, an UIC link will | ||
4 UFS device will be powered off, UIC link will | ||
hibernate | ||
5 an UFS device will be powered off, an UIC link will | ||
5 UFS device will be powered off, UIC link will | ||
be powered off | ||
6 UFS device will be moved to deep sleep, UIC link | ||
will be powered off. Note, deep sleep might not be | ||
supported in which case this value will not be | ||
accepted | ||
== ==================================================== | ||
|
||
What: /sys/bus/platform/drivers/ufshcd/*/rpm_target_dev_state | ||
|
@@ -954,21 +958,25 @@ Date: September 2014 | |
Contact: Subhash Jadavani <[email protected]> | ||
Description: This entry could be used to set or show the UFS device | ||
system power management level. The current driver | ||
implementation supports 6 levels with next target states: | ||
implementation supports 7 levels with next target states: | ||
|
||
== ==================================================== | ||
0 an UFS device will stay active, an UIC link will | ||
0 UFS device will stay active, UIC link will | ||
stay active | ||
1 an UFS device will stay active, an UIC link will | ||
1 UFS device will stay active, UIC link will | ||
hibernate | ||
2 an UFS device will moved to sleep, an UIC link will | ||
2 UFS device will be moved to sleep, UIC link will | ||
stay active | ||
3 an UFS device will moved to sleep, an UIC link will | ||
3 UFS device will be moved to sleep, UIC link will | ||
hibernate | ||
4 an UFS device will be powered off, an UIC link will | ||
4 UFS device will be powered off, UIC link will | ||
hibernate | ||
5 an UFS device will be powered off, an UIC link will | ||
5 UFS device will be powered off, UIC link will | ||
be powered off | ||
6 UFS device will be moved to deep sleep, UIC link | ||
will be powered off. Note, deep sleep might not be | ||
supported in which case this value will not be | ||
accepted | ||
== ==================================================== | ||
|
||
What: /sys/bus/platform/drivers/ufshcd/*/spm_target_dev_state | ||
|
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.