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 'i2c-for-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/wsa/linux Pull i2c fixes from Wolfram Sang: "Fixes for the I2C testunit, the Renesas R-Car driver and some MAINTAINERS corrections" * tag 'i2c-for-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: testunit: avoid re-issued work after read message i2c: rcar: ensure Gen3+ reset does not disturb local targets i2c: mark HostNotify target address as used i2c: testunit: correct Kconfig description MAINTAINERS: VIRTIO I2C loses a maintainer, gains a reviewer MAINTAINERS: delete entries for Thor Thayer i2c: rcar: clear NO_RXDMA flag after resetting i2c: rcar: bring hardware to known state when probing
- Loading branch information
Showing
5 changed files
with
31 additions
and
29 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 |
---|---|---|
|
@@ -846,12 +846,6 @@ ALPS PS/2 TOUCHPAD DRIVER | |
R: Pali Rohár <[email protected]> | ||
F: drivers/input/mouse/alps.* | ||
|
||
ALTERA I2C CONTROLLER DRIVER | ||
M: Thor Thayer <[email protected]> | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/i2c/i2c-altera.txt | ||
F: drivers/i2c/busses/i2c-altera.c | ||
|
||
ALTERA MAILBOX DRIVER | ||
M: Mun Yew Tham <[email protected]> | ||
S: Maintained | ||
|
@@ -871,21 +865,6 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/gpio/gpio-altera.c | ||
|
||
ALTERA SYSTEM MANAGER DRIVER | ||
M: Thor Thayer <[email protected]> | ||
S: Maintained | ||
F: drivers/mfd/altera-sysmgr.c | ||
F: include/linux/mfd/altera-sysmgr.h | ||
|
||
ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT | ||
M: Thor Thayer <[email protected]> | ||
S: Maintained | ||
F: drivers/gpio/gpio-altera-a10sr.c | ||
F: drivers/mfd/altera-a10sr.c | ||
F: drivers/reset/reset-a10sr.c | ||
F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h | ||
F: include/linux/mfd/altera-a10sr.h | ||
|
||
ALTERA TRIPLE SPEED ETHERNET DRIVER | ||
M: Joyce Ooi <[email protected]> | ||
L: [email protected] | ||
|
@@ -23864,8 +23843,8 @@ S: Maintained | |
F: drivers/vhost/scsi.c | ||
|
||
VIRTIO I2C DRIVER | ||
M: Conghui Chen <[email protected]> | ||
M: Viresh Kumar <[email protected]> | ||
R: "Chen, Jian Jun" <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
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