| Commit message (Expand) | Author | Age | Files | Lines |
* | thermal: intel_powerclamp: Use first online CPU as control_cpu | Rafael J. Wysocki | 2022-10-15 | 1 | -5/+1 |
* | Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-10 | 7 | -86/+42 |
|\ |
|
| * | thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id | Vincent Knecht | 2022-10-04 | 1 | -1/+1 |
| * | thermal/core: Add a check before calling set_trip_temp() | Lad Prabhakar | 2022-10-04 | 1 | -3/+5 |
| * | thermal/core: Drop valid pointer check for type | Lad Prabhakar | 2022-10-04 | 1 | -1/+1 |
| * | thermal/drivers/rcar_thermal: Constify static thermal_zone_device_ops | Lad Prabhakar | 2022-10-04 | 1 | -1/+1 |
| * | thermal/drivers/qcom: Drop false build dependency of all QCOM drivers on QCOM... | Jonathan Cameron | 2022-10-04 | 1 | -1/+1 |
| * | thermal/of: Remove the thermal_zone_of_get_sensor_id() function | Daniel Lezcano | 2022-10-04 | 1 | -44/+0 |
| * | thermal/drivers/imx_sc: Rely on the platform data to get the resource id | Daniel Lezcano | 2022-10-04 | 1 | -35/+33 |
* | | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-08 | 2 | -2/+3 |
|\ \ |
|
| * | | nvmem: prefix all symbols with NVMEM_ | Rafał Miłecki | 2022-09-24 | 1 | -1/+1 |
| * | | Merge tag 'iio-for-6.1a' of https://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 2022-09-21 | 1 | -1/+2 |
| |\ \ |
|
| | * | | thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode API | Nuno Sá | 2022-08-15 | 1 | -1/+2 |
* | | | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-10-04 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-09-01 | 2 | -4/+6 |
| |\| | |
|
| * | | | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2022-08-29 | 1 | -0/+1 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'thermal-intel' and 'thermal-drivers' | Rafael J. Wysocki | 2022-10-03 | 7 | -56/+19 |
|\ \ \ \ |
|
| | * | | | thermal: cpufreq_cooling: Check the policy first in cpufreq_cooling_register() | Xuewen Yan | 2022-09-03 | 1 | -5/+5 |
| | * | | | thermal: da9062-thermal: Drop redundant error message | zhaoxiao | 2022-08-31 | 1 | -3/+2 |
| | * | | | thermal/drivers/thermal_mmio: Drop of_match_ptr() | Jean Delvare | 2022-08-31 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| * | | | thermal: int340x: processor_thermal: Use module_pci_driver() macro | Shang XiaoJing | 2022-09-24 | 2 | -24/+2 |
| * | | | thermal: intel_powerclamp: Remove accounting for IRQ wakes | Srinivas Pandruvada | 2022-09-21 | 1 | -18/+3 |
| * | | | thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo... | Srinivas Pandruvada | 2022-09-21 | 1 | -2/+4 |
| * | | | thermal: int340x_thermal: Consolidate priv->data_vault checks | Rafael J. Wysocki | 2022-09-03 | 1 | -3/+2 |
| |/ / |
|
* | | | Merge branch 'thermal-core' | Rafael J. Wysocki | 2022-10-03 | 45 | -1155/+740 |
|\ \ \ |
|
| * | | | thermal: core: Increase maximum number of trip points | Sumeet Pawnikar | 2022-09-30 | 1 | -1/+14 |
| * | | | thermal: move from strlcpy() with unused retval to strscpy() | Wolfram Sang | 2022-08-31 | 2 | -2/+2 |
| * | | | thermal: gov_user_space: Do not lock thermal zone mutex | Rafael J. Wysocki | 2022-08-30 | 1 | -2/+3 |
| * | | | thermal/core: Fix lockdep_assert() warning | Daniel Lezcano | 2022-08-17 | 1 | -3/+0 |
| * | | | thermal/core: Move the mutex inside the thermal_zone_device_update() function | Daniel Lezcano | 2022-08-17 | 4 | -52/+61 |
| * | | | thermal/core: Move the thermal zone lock out of the governors | Daniel Lezcano | 2022-08-17 | 5 | -19/+11 |
| * | | | thermal/governors: Group the thermal zone lock inside the throttle function | Daniel Lezcano | 2022-08-17 | 4 | -31/+20 |
| * | | | thermal/core: Rework the monitoring a bit | Daniel Lezcano | 2022-08-17 | 1 | -14/+5 |
| * | | | thermal/core: Rearm the monitoring only one time | Daniel Lezcano | 2022-08-17 | 1 | -5/+2 |
| * | | | thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err() | Jiapeng Chong | 2022-08-17 | 1 | -3/+1 |
| * | | | thermal/of: Remove old OF code | Daniel Lezcano | 2022-08-17 | 2 | -811/+1 |
| * | | | thermal/core: Move set_trip_temp ops to the sysfs code | Daniel Lezcano | 2022-08-17 | 2 | -24/+4 |
| * | | | thermal/drivers/samsung: Switch to new of thermal API | Daniel Lezcano | 2022-08-17 | 1 | -14/+10 |
| * | | | thermal/drivers/ti-soc: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -8/+8 |
| * | | | thermal/drivers/hisilicon: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -7/+7 |
| * | | | thermal/drivers/maxim: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -4/+4 |
| * | | | thermal/drivers/banggap: Switch to new of API | Daniel Lezcano | 2022-08-17 | 2 | -13/+11 |
| * | | | thermal/drivers/mtk: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -5/+5 |
| * | | | thermal/drivers/qoriq: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -6/+6 |
| * | | | thermal/drivers/rzg2l: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -5/+5 |
| * | | | thermal/drivers/rcar: Switch to new of API | Daniel Lezcano | 2022-08-17 | 2 | -18/+11 |
| * | | | thermal/drivers/imx: Switch to new of API | Daniel Lezcano | 2022-08-17 | 2 | -14/+14 |
| * | | | thermal/drivers/db8500: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -4/+4 |
| * | | | thermal/drivers/armada: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -6/+6 |
| * | | | thermal/drivers/amlogic: Switch to new of API | Daniel Lezcano | 2022-08-17 | 1 | -8/+8 |