kernel: bump 6.1 to 6.1.66
[openwrt/staging/stintel.git] / target / linux / mediatek / patches-6.1 / 432-drivers-spi-Add-support-for-dynamic-calibration.patch
index 280993e5db7685c1695daff7c16ced5cb696fdce..4f9ad9aceff47a0569fe8c4a5743d0cbc37f671b 100644 (file)
@@ -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