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 6.12-rc6 into driver-core-next
We need the driver-core fix/revert in here as well to build on top of. Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
1,060 changed files
with
12,417 additions
and
7,643 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
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,49 +4,30 @@ | |
$id: http://devicetree.org/schemas/iio/dac/adi,ad5686.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Analog Devices AD5360 and similar DACs | ||
title: Analog Devices AD5360 and similar SPI DACs | ||
|
||
maintainers: | ||
- Michael Hennerich <[email protected]> | ||
- Jonathan Cameron <[email protected]> | ||
|
||
properties: | ||
compatible: | ||
oneOf: | ||
- description: SPI devices | ||
enum: | ||
- adi,ad5310r | ||
- adi,ad5672r | ||
- adi,ad5674r | ||
- adi,ad5676 | ||
- adi,ad5676r | ||
- adi,ad5679r | ||
- adi,ad5681r | ||
- adi,ad5682r | ||
- adi,ad5683 | ||
- adi,ad5683r | ||
- adi,ad5684 | ||
- adi,ad5684r | ||
- adi,ad5685r | ||
- adi,ad5686 | ||
- adi,ad5686r | ||
- description: I2C devices | ||
enum: | ||
- adi,ad5311r | ||
- adi,ad5337r | ||
- adi,ad5338r | ||
- adi,ad5671r | ||
- adi,ad5675r | ||
- adi,ad5691r | ||
- adi,ad5692r | ||
- adi,ad5693 | ||
- adi,ad5693r | ||
- adi,ad5694 | ||
- adi,ad5694r | ||
- adi,ad5695r | ||
- adi,ad5696 | ||
- adi,ad5696r | ||
|
||
enum: | ||
- adi,ad5310r | ||
- adi,ad5672r | ||
- adi,ad5674r | ||
- adi,ad5676 | ||
- adi,ad5676r | ||
- adi,ad5679r | ||
- adi,ad5681r | ||
- adi,ad5682r | ||
- adi,ad5683 | ||
- adi,ad5683r | ||
- adi,ad5684 | ||
- adi,ad5684r | ||
- adi,ad5685r | ||
- adi,ad5686 | ||
- adi,ad5686r | ||
|
||
reg: | ||
maxItems: 1 | ||
|
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,7 +4,7 @@ | |
$id: http://devicetree.org/schemas/iio/dac/adi,ad5696.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: Analog Devices AD5696 and similar multi-channel DACs | ||
title: Analog Devices AD5696 and similar I2C multi-channel DACs | ||
|
||
maintainers: | ||
- Michael Auchter <[email protected]> | ||
|
@@ -16,6 +16,7 @@ properties: | |
compatible: | ||
enum: | ||
- adi,ad5311r | ||
- adi,ad5337r | ||
- adi,ad5338r | ||
- adi,ad5671r | ||
- adi,ad5675r | ||
|
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.