kernel: bump 4.14 to 4.14.66
[openwrt/openwrt.git] / target / linux / ar71xx / patches-4.14 / 461-spi-ath79-add-fast-flash-read.patch
index 5c3583f758bb51cefacb31dce9f6a4c73f3a6384..45f6dfbf1b52938aff20677983cbe3f4fb3b3cb6 100644 (file)
@@ -10,7 +10,7 @@
  }
  
  static void ath79_spi_disable(struct ath79_spi *sp)
-@@ -205,6 +202,38 @@ static u32 ath79_spi_txrx_mode0(struct s
+@@ -204,6 +201,38 @@ static u32 ath79_spi_txrx_mode0(struct s
        return ath79_spi_rr(sp, AR71XX_SPI_REG_RDS);
  }
  
@@ -49,7 +49,7 @@
  static int ath79_spi_probe(struct platform_device *pdev)
  {
        struct spi_master *master;
-@@ -234,6 +263,8 @@ static int ath79_spi_probe(struct platfo
+@@ -233,6 +262,8 @@ static int ath79_spi_probe(struct platfo
                master->num_chipselect = pdata->num_chipselect;
                master->cs_gpios = pdata->cs_gpios;
        }