-
Notifications
You must be signed in to change notification settings - Fork 919
Rpi 6.6.y arm64 defconfigs #2816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
File renamed without changes.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -566,3 +566,4 @@ module_exit(ad4134_exit); | |
| MODULE_AUTHOR("Cosmin Tanislav <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD4134 SPI driver"); | ||
| MODULE_LICENSE("GPL"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -1683,3 +1683,4 @@ MODULE_AUTHOR("Marcelo Schmitt <[email protected]>"); | |
| MODULE_AUTHOR("Liviu Adace <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD4630 and ADAQ4224 ADC family driver"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -966,3 +966,4 @@ module_spi_driver(ad7768_driver); | |
| MODULE_AUTHOR("Stefan Popa <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD7768-1 ADC driver"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -883,3 +883,4 @@ module_spi_driver(ad7768_driver); | |
| MODULE_AUTHOR("Stefan Popa <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD7768 ADC"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -120,7 +120,7 @@ | |
| const char *name; | ||
| const struct ad7944_timing_spec *timing_spec; | ||
| const struct iio_chan_spec channels[2]; | ||
| const struct iio_chan_spec offload_channels[1]; | ||
| }; | ||
|
|
||
| /* | ||
|
|
@@ -788,3 +788,4 @@ | |
| MODULE_AUTHOR("David Lechner <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD7944 PulSAR ADC family driver"); | ||
| MODULE_LICENSE("GPL"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -788,3 +788,4 @@ module_platform_driver(adc_driver); | |
| MODULE_AUTHOR("Dragos Bogdan <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices ADC"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -1010,3 +1010,4 @@ module_spi_driver(ad_pulsar_driver); | |
| MODULE_AUTHOR("Sergiu Cuciurean <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices PulSAR ADC family driver"); | ||
| MODULE_LICENSE("GPL"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -216,7 +216,7 @@ | |
| static struct platform_driver axiadc_driver = { | ||
| .driver = { | ||
| .name = KBUILD_MODNAME, | ||
| .owner = THIS_MODULE, | ||
| .of_match_table = axiadc_of_match, | ||
| }, | ||
| .probe = axiadc_probe, | ||
|
|
@@ -227,3 +227,4 @@ | |
| MODULE_AUTHOR("Dragos Bogdan <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices MC-ADC"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -61,7 +61,7 @@ | |
| unsigned num_channels; | ||
| const unsigned long *scan_masks; | ||
| unsigned int max_rate; | ||
| struct iio_chan_spec channel[1]; | ||
| }; | ||
|
|
||
| struct axiadc_state { | ||
|
|
@@ -211,7 +211,7 @@ | |
| static struct platform_driver axiadc_of_driver = { | ||
| .driver = { | ||
| .name = KBUILD_MODNAME, | ||
| .owner = THIS_MODULE, | ||
| .of_match_table = axiadc_of_match, | ||
| }, | ||
| .probe = axiadc_probe, | ||
|
|
@@ -222,3 +222,4 @@ | |
| MODULE_AUTHOR("Dragos Bogdan <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices MC-Speed"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -1229,7 +1229,7 @@ | |
| static struct platform_driver axiadc_driver = { | ||
| .driver = { | ||
| .name = KBUILD_MODNAME, | ||
| .owner = THIS_MODULE, | ||
| .of_match_table = axiadc_of_match, | ||
| }, | ||
| .probe = axiadc_probe, | ||
|
|
@@ -1240,3 +1240,4 @@ | |
| MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices ADI-AIM"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -242,7 +242,7 @@ | |
| return IIO_VAL_INT; | ||
| case IIO_CHAN_INFO_SCALE: | ||
| temp = regulator_get_voltage(ltc->vref); | ||
| if (temp < 0) | ||
| return temp; | ||
|
|
||
| *val = (temp * 2) / 1000; | ||
|
|
@@ -417,3 +417,4 @@ | |
| MODULE_AUTHOR("Sergiu Cuciurean <[email protected]>"); | ||
| MODULE_DESCRIPTION("Linear Technology LTC2387 ADC"); | ||
| MODULE_LICENSE("Dual BSD/GPL"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -661,3 +661,4 @@ module_spi_driver(ad5791_driver); | |
| MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices AD5760/AD5780/AD5781/AD5790/AD5791 DAC"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2664,7 +2664,7 @@ | |
| static struct platform_driver cf_axi_dds_driver = { | ||
| .driver = { | ||
| .name = "cf_axi_dds", | ||
| .owner = THIS_MODULE, | ||
| .of_match_table = cf_axi_dds_of_match, | ||
| }, | ||
| .probe = cf_axi_dds_probe, | ||
|
|
@@ -2674,3 +2674,4 @@ | |
| MODULE_AUTHOR("Michael Hennerich <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices DDS"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -851,7 +851,7 @@ | |
| static struct platform_driver m2k_dac_driver = { | ||
| .driver = { | ||
| .name = "m2k_dac", | ||
| .owner = THIS_MODULE, | ||
| .of_match_table = m2k_dac_of_match, | ||
| }, | ||
| .probe = m2k_dac_probe, | ||
|
|
@@ -861,3 +861,4 @@ | |
| MODULE_AUTHOR("Lars-Peter Clausen <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices M2K DAC driver"); | ||
| MODULE_LICENSE("GPL v2"); | ||
| MODULE_IMPORT_NS(IIO_DMAENGINE_BUFFER); | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -1154,5 +1154,5 @@ MODULE_AUTHOR("Ramona Gradinariu <[email protected]>"); | |
| MODULE_AUTHOR("Antoniu Miclaus <[email protected]>"); | ||
| MODULE_AUTHOR("Robert Budai <[email protected]>"); | ||
| MODULE_DESCRIPTION("Analog Devices ADIS16550 IMU driver"); | ||
| MODULE_IMPORT_NS("IIO_ADISLIB"); | ||
| MODULE_IMPORT_NS(IIO_ADISLIB); | ||
| MODULE_LICENSE("GPL"); | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this patch looks like is updating the driver not adding it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cherry picked the (only) commit adding the driver on the rpi linux 6.13 branch. Should I change the description? maybe also squash this and the next commit that fixes this driver to match the pwm interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it seems we cannot cherry-pick individual patches maybe just squash all patches and change the description to say that we need to modify the driver to match APIs A and B