Re: [PATCH v4 0/2] driver: thermal: Move some drivers into subdirs

From: Zhang Rui
Date: Fri Dec 07 2018 - 03:51:27 EST


applied. But please do remember to send the patches to linux-pm mailing
list next time so that I can catch them via patchwork.

thanks,
rui

On ä, 2018-12-07 at 12:25 +0530, Amit Kucheria wrote:
> (Apologies for the build failure. My scripts to enable these configs
> and
> build-test them failed. They've been fixed now)
>
> Move the various drivers for Intel platforms into their own subdir.
> Also
> consolidate Qualcomm drivers into the qcom subdir.
>
> This cleans up the directory making it easier to find things.
>
> There is no great time to send patches that move files around. So
> here's an
> attempt to sneak it into 4.21 before everything else.
>
> This was generated and compile-tested against 4.20-rc4. If you would
> like
> me to try again a bit later, I'm happy to do so.
>
> Changes since v3:
> - Fix build failure on QCOM_SPMI_TEMP_ALARM
>
> Changes since v2:
> - Rebased on top of 4.20-rc4
>
> Changes since v1:
> - Removed a stray character that snuck into the Makefile
> - Added Acks
> - Rebased to v4.19-rc6
>
>
> Amit Kucheria (2):
> Â drivers: thermal: Move various drivers for intel platforms into a
> ÂÂÂÂsubdir
> Â drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir
>
> Âdrivers/thermal/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 94 +--------------
> ----
> Âdrivers/thermal/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 10 +-
> Âdrivers/thermal/intel/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 77 +++++++++++++++
> Âdrivers/thermal/intel/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 12 +++
> Â.../{ => intel}/int340x_thermal/KconfigÂÂÂÂÂÂÂ|ÂÂ0
> Â.../{ => intel}/int340x_thermal/MakefileÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/acpi_thermal_rel.cÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/acpi_thermal_rel.hÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int3400_thermal.cÂÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int3402_thermal.cÂÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int3403_thermal.cÂÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int3406_thermal.cÂÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int340x_thermal_zone.cÂÂÂÂ|ÂÂ0
> Â.../int340x_thermal/int340x_thermal_zone.hÂÂÂÂ|ÂÂ0
> Â.../processor_thermal_device.cÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ0
> Â.../{ => intel}/intel_bxt_pmic_thermal.cÂÂÂÂÂÂ|ÂÂ0
> Â.../thermal/{ => intel}/intel_pch_thermal.cÂÂÂ|ÂÂ0
> Â.../thermal/{ => intel}/intel_powerclamp.cÂÂÂÂ|ÂÂ0
> Â.../{ => intel}/intel_quark_dts_thermal.cÂÂÂÂÂ|ÂÂ0
> Â.../thermal/{ => intel}/intel_soc_dts_iosf.cÂÂ|ÂÂ0
> Â.../thermal/{ => intel}/intel_soc_dts_iosf.hÂÂ|ÂÂ0
> Â.../{ => intel}/intel_soc_dts_thermal.cÂÂÂÂÂÂÂ|ÂÂ0
> Â.../{ => intel}/x86_pkg_temp_thermal.cÂÂÂÂÂÂÂÂ|ÂÂ0
> Âdrivers/thermal/qcom/KconfigÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ| 11 +++
> Âdrivers/thermal/qcom/MakefileÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ|ÂÂ1 +
> Â.../thermal/{ => qcom}/qcom-spmi-temp-alarm.c |ÂÂ2 +-
> Â26 files changed, 108 insertions(+), 99 deletions(-)
> Âcreate mode 100644 drivers/thermal/intel/Kconfig
> Âcreate mode 100644 drivers/thermal/intel/Makefile
> Ârename drivers/thermal/{ => intel}/int340x_thermal/Kconfig (100%)
> Ârename drivers/thermal/{ => intel}/int340x_thermal/Makefile (100%)
> Ârename drivers/thermal/{ =>
> intel}/int340x_thermal/acpi_thermal_rel.c (100%)
> Ârename drivers/thermal/{ =>
> intel}/int340x_thermal/acpi_thermal_rel.h (100%)
> Ârename drivers/thermal/{ => intel}/int340x_thermal/int3400_thermal.c
> (100%)
> Ârename drivers/thermal/{ => intel}/int340x_thermal/int3402_thermal.c
> (100%)
> Ârename drivers/thermal/{ => intel}/int340x_thermal/int3403_thermal.c
> (100%)
> Ârename drivers/thermal/{ => intel}/int340x_thermal/int3406_thermal.c
> (100%)
> Ârename drivers/thermal/{ =>
> intel}/int340x_thermal/int340x_thermal_zone.c (100%)
> Ârename drivers/thermal/{ =>
> intel}/int340x_thermal/int340x_thermal_zone.h (100%)
> Ârename drivers/thermal/{ =>
> intel}/int340x_thermal/processor_thermal_device.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_bxt_pmic_thermal.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_pch_thermal.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_powerclamp.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_quark_dts_thermal.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_soc_dts_iosf.c (100%)
> Ârename drivers/thermal/{ => intel}/intel_soc_dts_iosf.h (100%)
> Ârename drivers/thermal/{ => intel}/intel_soc_dts_thermal.c (100%)
> Ârename drivers/thermal/{ => intel}/x86_pkg_temp_thermal.c (100%)
> Ârename drivers/thermal/{ => qcom}/qcom-spmi-temp-alarm.c (99%)
>