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 'v4.20-rc3' into for-4.21/block
Merge in -rc3 to resolve a few conflicts, but also to get a few important fixes that have gone into mainline since the block 4.21 branch was forked off (most notably the SCSI queue issue, which is both a conflict AND needed fix). Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information
Showing
396 changed files
with
4,317 additions
and
2,031 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 |
---|---|---|
|
@@ -159,6 +159,7 @@ Peter Oruba <[email protected]> | |
Peter Oruba <[email protected]> | ||
Pratyush Anand <[email protected]> <[email protected]> | ||
Praveen BP <[email protected]> | ||
Punit Agrawal <[email protected]> <[email protected]> | ||
Qais Yousef <[email protected]> <[email protected]> | ||
Oleksij Rempel <[email protected]> <[email protected]> | ||
Oleksij Rempel <[email protected]> <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2138,6 +2138,10 @@ E: [email protected] | |
D: Soundblaster driver fixes, ISAPnP quirk | ||
S: California, USA | ||
|
||
N: Jarkko Lavinen | ||
E: [email protected] | ||
D: OMAP MMC support | ||
|
||
N: Jonathan Layes | ||
D: ARPD support | ||
|
||
|
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
65 changes: 0 additions & 65 deletions
65
Documentation/devicetree/bindings/cpufreq/arm_big_little_dt.txt
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Kernel driver i2c-nvidia-gpu | ||
|
||
Datasheet: not publicly available. | ||
|
||
Authors: | ||
Ajay Gupta <[email protected]> | ||
|
||
Description | ||
----------- | ||
|
||
i2c-nvidia-gpu is a driver for I2C controller included in NVIDIA Turing | ||
and later GPUs and it is used to communicate with Type-C controller on GPUs. | ||
|
||
If your 'lspci -v' listing shows something like the following, | ||
|
||
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1ad9 (rev a1) | ||
|
||
then this driver should support the I2C controller of your GPU. |
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 |
---|---|---|
|
@@ -6861,6 +6861,13 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/i2c/i2c-core-acpi.c | ||
|
||
I2C CONTROLLER DRIVER FOR NVIDIA GPU | ||
M: Ajay Gupta <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/i2c/busses/i2c-nvidia-gpu | ||
F: drivers/i2c/busses/i2c-nvidia-gpu.c | ||
|
||
I2C MUXES | ||
M: Peter Rosin <[email protected]> | ||
L: [email protected] | ||
|
@@ -8367,7 +8374,7 @@ F: drivers/media/dvb-frontends/lgdt3305.* | |
LIBATA PATA ARASAN COMPACT FLASH CONTROLLER | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
F: drivers/ata/pata_arasan_cf.c | ||
|
@@ -8384,7 +8391,7 @@ F: drivers/ata/ata_generic.c | |
LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS | ||
M: Linus Walleij <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git | ||
S: Maintained | ||
F: drivers/ata/pata_ftide010.c | ||
F: drivers/ata/sata_gemini.c | ||
|
@@ -8403,7 +8410,7 @@ F: include/linux/ahci_platform.h | |
LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER | ||
M: Mikael Pettersson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git | ||
S: Maintained | ||
F: drivers/ata/sata_promise.* | ||
|
||
|
@@ -10784,6 +10791,14 @@ L: [email protected] | |
S: Maintained | ||
F: arch/arm/mach-omap2/omap_hwmod.* | ||
|
||
OMAP I2C DRIVER | ||
M: Vignesh R <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/i2c/i2c-omap.txt | ||
F: drivers/i2c/busses/i2c-omap.c | ||
|
||
OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) | ||
M: Laurent Pinchart <[email protected]> | ||
L: [email protected] | ||
|
@@ -10793,9 +10808,9 @@ F: drivers/media/platform/omap3isp/ | |
F: drivers/staging/media/omap4iss/ | ||
|
||
OMAP MMC SUPPORT | ||
M: Jarkko Lavinen <[email protected]> | ||
M: Aaro Koskinen <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd Fixes | ||
F: drivers/mmc/host/omap.c | ||
|
||
OMAP POWER MANAGEMENT SUPPORT | ||
|
@@ -11730,6 +11745,7 @@ F: Documentation/devicetree/bindings/pinctrl/fsl,* | |
PIN CONTROLLER - INTEL | ||
M: Mika Westerberg <[email protected]> | ||
M: Andy Shevchenko <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git | ||
S: Maintained | ||
F: drivers/pinctrl/intel/ | ||
|
||
|
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.