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 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/broonie/spi Pull spi fixes from Mark Brown: "A couple of fairly minor driver specific fixes here, plus a bunch of maintainership and admin updates. Nothing too remarkable" * tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: mailmap: add entry for Jonas Gorski MAINTAINERS: add myself for spi-bcm63xx spi: s3c64xx: clear loopback bit after loopback test spi: bcm63xx: fix max prepend length MAINTAINERS: Add myself as a maintainer for Microchip SPI
- Loading branch information
Showing
4 changed files
with
12 additions
and
2 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 |
---|---|---|
|
@@ -246,6 +246,7 @@ John Paul Adrian Glaubitz <[email protected]> | |
John Stultz <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
Jonas Gorski <[email protected]> <[email protected]> | ||
Jordan Crouse <[email protected]> <[email protected]> | ||
<[email protected]> <[email protected]> | ||
<[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 |
---|---|---|
|
@@ -4121,6 +4121,13 @@ F: Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml | |
F: drivers/spi/spi-bcm63xx-hsspi.c | ||
F: drivers/spi/spi-bcmbca-hsspi.c | ||
|
||
BROADCOM BCM6348/BCM6358 SPI controller DRIVER | ||
M: Jonas Gorski <[email protected]> | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: Documentation/devicetree/bindings/spi/spi-bcm63xx.txt | ||
F: drivers/spi/spi-bcm63xx.c | ||
|
||
BROADCOM ETHERNET PHY DRIVERS | ||
M: Florian Fainelli <[email protected]> | ||
R: Broadcom internal kernel review list <[email protected]> | ||
|
@@ -13968,7 +13975,7 @@ T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ | |
F: drivers/soc/microchip/ | ||
|
||
MICROCHIP SPI DRIVER | ||
M: Tudor Ambarus <[email protected]> | ||
M: Ryan Wanner <[email protected]> | ||
S: Supported | ||
F: drivers/spi/spi-atmel.* | ||
|
||
|
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