Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.y
authorpopcornmix <popcornmix@gmail.com>
Fri, 6 Mar 2020 17:51:28 +0000 (17:51 +0000)
committerpopcornmix <popcornmix@gmail.com>
Fri, 6 Mar 2020 17:51:28 +0000 (17:51 +0000)
1  2 
MAINTAINERS
drivers/thermal/broadcom/brcmstb_thermal.c
drivers/usb/core/hub.c
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci-pci.c
drivers/usb/host/xhci-ring.c
drivers/usb/host/xhci.h

diff --cc MAINTAINERS
Simple merge
@@@ -120,17 -115,8 +120,10 @@@ struct brcmstb_thermal_priv 
        void __iomem *tmon_base;
        struct device *dev;
        struct thermal_zone_device *thermal;
 +      struct clk *clk;
 +      const struct brcmstb_thermal_of_data *socdata;
  };
  
- static void avs_tmon_get_coeffs(struct thermal_zone_device *tz, int *slope,
-                               int *offset)
- {
-       *slope = thermal_zone_get_slope(tz);
-       *offset = thermal_zone_get_offset(tz);
- }
  /* Convert a HW code to a temperature reading (millidegree celsius) */
  static inline int avs_tmon_code_to_temp(struct thermal_zone_device *tz,
                                        u32 code)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge