kernel: bump 5.10 to 5.10.35
[openwrt/staging/mkresin.git] / target / linux / ipq806x / patches-5.10 / 104-4-drivers-thermal-tsens-Use-init_common-for-msm8960.patch
index 4b12609e969458ce850b17541d53fab9ef5c8416..ae8a52c100c39863e7a5fc2e0f2abd842a8186c4 100644 (file)
@@ -11,11 +11,9 @@ Reviewed-by: Thara Gopinath <thara.gopinath@linaro.org>
  drivers/thermal/qcom/tsens-8960.c | 52 +------------------------------
  1 file changed, 1 insertion(+), 51 deletions(-)
 
-diff --git a/drivers/thermal/qcom/tsens-8960.c b/drivers/thermal/qcom/tsens-8960.c
-index 3f4fc1ffe679..86585f439985 100644
 --- a/drivers/thermal/qcom/tsens-8960.c
 +++ b/drivers/thermal/qcom/tsens-8960.c
-@@ -173,56 +173,6 @@ static void disable_8960(struct tsens_priv *priv)
+@@ -173,56 +173,6 @@ static void disable_8960(struct tsens_pr
        regmap_write(priv->tm_map, CNTL_ADDR, reg_cntl);
  }
  
@@ -72,7 +70,7 @@ index 3f4fc1ffe679..86585f439985 100644
  static int calibrate_8960(struct tsens_priv *priv)
  {
        int i;
-@@ -346,7 +296,7 @@ static const struct reg_field tsens_8960_regfields[MAX_REGFIELDS] = {
+@@ -346,7 +296,7 @@ static const struct reg_field tsens_8960
  };
  
  static const struct tsens_ops ops_8960 = {
@@ -81,6 +79,3 @@ index 3f4fc1ffe679..86585f439985 100644
        .calibrate      = calibrate_8960,
        .get_temp       = get_temp_8960,
        .enable         = enable_8960,
--- 
-2.30.2
-