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.1' of https://git.kernel.org/pub/scm/linux/kernel/…
…git/broonie/sound into for-next ASoC: Updates for v5.1 Lots and lots of new drivers so far, a highlight being the MediaTek BTCVSD which is a driver for a Bluetooth radio chip - the first such driver we've had upstream. Hopefully we will soon also see a baseband with an upstream driver! - Support for only powering up channels that are actively being used. - Quite a few improvements to simplify the generic card drivers, especially the merge of the SCU cards into the main generic drivers. - Lots of fixes for probing on Intel systems, trying to rationalize things to look more standard from a framework point of view. - New drivers for Asahi Kasei Microdevices AK4497, Cirrus Logic CS4341, Google ChromeOS embedded controllers, Ingenic JZ4725B, MediaTek BTCVSD, MT8183 and MT6358, NXP MICFIL, Rockchip RK3328, Spreadtrum DMA controllers, Qualcomm WCD9335, Xilinx S/PDIF and PCM formatters.
- Loading branch information
Showing
1,298 changed files
with
38,931 additions
and
8,707 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 |
---|---|---|
|
@@ -279,3 +279,12 @@ Description: | |
size in 512B sectors of the zones of the device, with | ||
the eventual exception of the last zone of the device | ||
which may be smaller. | ||
|
||
What: /sys/block/<disk>/queue/io_timeout | ||
Date: November 2018 | ||
Contact: Weiping Zhang <[email protected]> | ||
Description: | ||
io_timeout is the request timeout in milliseconds. If a request | ||
does not complete in this time then the block driver timeout | ||
handler is invoked. That timeout handler can decide to retry | ||
the request, to fail it or to start a device recovery strategy. |
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 |
---|---|---|
|
@@ -122,11 +122,18 @@ Description: | |
statistics (bd_count, bd_reads, bd_writes) in a format | ||
similar to block layer statistics file format. | ||
|
||
What: /sys/block/zram<id>/writeback_limit_enable | ||
Date: November 2018 | ||
Contact: Minchan Kim <[email protected]> | ||
Description: | ||
The writeback_limit_enable file is read-write and specifies | ||
eanbe of writeback_limit feature. "1" means eable the feature. | ||
No limit "0" is the initial state. | ||
|
||
What: /sys/block/zram<id>/writeback_limit | ||
Date: November 2018 | ||
Contact: Minchan Kim <[email protected]> | ||
Description: | ||
The writeback_limit file is read-write and specifies the maximum | ||
amount of writeback ZRAM can do. The limit could be changed | ||
in run time and "0" means disable the limit. | ||
No limit is the initial state. | ||
in run time. |
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.