Hi, This is a submission to LTSI-v4.9. * Backport v4.9 of the rcar-gen3-thermal driver to its as of v4.12. * Limited backport to v4.9 of: - usb core - ohci-platform - ehci-platform - cs2000 There are 13 patches. This patches appear to apply ltsi-4.9 tree generated using scripts/generate_git. Khiem Nguyen (1): clk: cs2000: add Suspend/Resume feature Niklas Söderlund (7): thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796 thermal: rcar_gen3_thermal: remove unneeded mutex thermal: rcar_gen3_thermal: check that TSC exists before memory allocation thermal: rcar_gen3_thermal: record and check number of TSCs found thermal: rcar_gen3_thermal: enable hardware interrupts for trip points thermal: rcar_gen3_thermal: store device match data in private structure thermal: rcar_gen3_thermal: add suspend and resume support Wolfram Sang (2): thermal: rcar_gen3_thermal: Document the R-Car Gen3 thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driver Yoshihiro Shimoda (3): usb: host: ehci-platform: fix usb 1.1 device is not connected in system resume usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd() usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd() .../bindings/thermal/rcar-gen3-thermal.txt | 56 +++ drivers/clk/clk-cs2000-cp.c | 22 + drivers/thermal/Kconfig | 9 + drivers/thermal/Makefile | 1 + drivers/thermal/rcar_gen3_thermal.c | 504 +++++++++++++++++++++ drivers/usb/host/ehci-platform.c | 10 + drivers/usb/host/ohci-platform.c | 3 + 7 files changed, 605 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt create mode 100644 drivers/thermal/rcar_gen3_thermal.c -- 2.1.4