diff options
| author | John Audia <therealgraysky@proton.me> | 2023-12-08 07:08:03 -0500 |
|---|---|---|
| committer | Nick Hainke <vincent@systemli.org> | 2023-12-12 14:24:48 +0100 |
| commit | 9380d9efa428ca5386718d18355b5b75c5bebc68 (patch) | |
| tree | 97658d79fe22b8dec3dc484d6f0545b7fa5eaba6 /target/linux/mediatek | |
| parent | 1d364cc9ffb6840dfa869f31e8961bec7b97d76e (diff) | |
| download | upstream-9380d9efa428ca5386718d18355b5b75c5bebc68.tar.gz upstream-9380d9efa428ca5386718d18355b5b75c5bebc68.tar.bz2 upstream-9380d9efa428ca5386718d18355b5b75c5bebc68.zip | |
kernel: bump 6.1 to 6.1.66
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.66
All patches automatically rebased.
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/mediatek')
| -rw-r--r-- | target/linux/mediatek/patches-6.1/432-drivers-spi-Add-support-for-dynamic-calibration.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mediatek/patches-6.1/432-drivers-spi-Add-support-for-dynamic-calibration.patch b/target/linux/mediatek/patches-6.1/432-drivers-spi-Add-support-for-dynamic-calibration.patch index 280993e5db7..4f9ad9aceff 100644 --- a/target/linux/mediatek/patches-6.1/432-drivers-spi-Add-support-for-dynamic-calibration.patch +++ b/target/linux/mediatek/patches-6.1/432-drivers-spi-Add-support-for-dynamic-calibration.patch @@ -212,7 +212,7 @@ Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com> static inline struct spi_driver *to_spi_driver(struct device_driver *drv) { return drv ? container_of(drv, struct spi_driver, driver) : NULL; -@@ -682,6 +716,11 @@ struct spi_controller { +@@ -683,6 +717,11 @@ struct spi_controller { void *dummy_rx; void *dummy_tx; @@ -224,7 +224,7 @@ Signed-off-by: SkyLake.Huang <skylake.huang@mediatek.com> int (*fw_translate_cs)(struct spi_controller *ctlr, unsigned cs); /* -@@ -1489,6 +1528,9 @@ spi_register_board_info(struct spi_board +@@ -1490,6 +1529,9 @@ spi_register_board_info(struct spi_board { return 0; } #endif |
