Age | Commit message (Expand) | Author |
2020-04-14 | thermal: Remove thermal_zone_device_update() stub | Daniel Lezcano |
2020-04-14 | thermal: Remove stubs for thermal_zone_[un]bind_cooling_device | Daniel Lezcano |
2020-04-14 | thermal: Change IS_ENABLED to IFDEF in the header file | Daniel Lezcano |
2020-04-14 | thermal: Move get_thermal_instance to the internal header | Daniel Lezcano |
2020-04-14 | thermal: Move get_tz_trend to the internal header | Daniel Lezcano |
2020-04-14 | thermal: Move trip point structure definition to private header | Daniel Lezcano |
2020-04-14 | thermal: Move internal IPA functions | Daniel Lezcano |
2020-04-14 | thermal: Move struct thermal_attr to the private header | Daniel Lezcano |
2020-04-14 | thermal: Move default governor config option to the internal header | Daniel Lezcano |
2020-04-14 | thermal: core: Make thermal_zone_set_trips private | Daniel Lezcano |
2020-03-12 | thermal: Fix build warning of !defined(CONFIG_THERMAL_OF) | Anson Huang |
2020-03-12 | thermal: of-thermal: add API for getting sensor ID from DT | Anson Huang |
2020-01-31 | thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h> | Akinobu Mita |
2019-11-07 | thermal: Remove netlink support | Amit Kucheria |
2019-07-31 | docs: thermal: add it to the driver API | Mauro Carvalho Chehab |
2019-06-27 | docs: thermal: convert to ReST | Mauro Carvalho Chehab |
2019-05-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2019-05-14 | thermal: Introduce devm_thermal_of_cooling_device_register | Guenter Roeck |
2019-05-06 | thermal: make device_register's type argument const | Jean-Francois Dagenais |
2018-05-30 | drivers: thermal: Update license to SPDX format | Lina Iyer |
2018-04-02 | thermal: Add cooling device's statistics in sysfs | Viresh Kumar |
2017-10-17 | thermal : Remove const to make same prototype | Arvind Yadav |
2017-08-11 | thermal: int3400_thermal: process "thermal table changed" event | Brian Bian |
2017-01-04 | thermal core: convert ID allocation to IDA | Matthew Wilcox |
2016-11-23 | thermal: core: move trips attributes to tz->device.groups | Eduardo Valentin |
2016-09-27 | thermal: Enhance thermal_zone_device_update for events | Srinivas Pandruvada |
2016-09-27 | thermal: streamline get_trend callbacks | Sascha Hauer |
2016-09-27 | thermal: of: implement .set_trips for device tree thermal zones | Sascha Hauer |
2016-09-27 | thermal: Add support for hardware-tracked trip points | Sascha Hauer |
2016-09-27 | thermal: core: export apis to get slope and offset | Rajendra Nayak |
2016-06-01 | thermal: add the note for set_trip_temp | Caesar Wang |
2016-05-17 | thermal: of-thermal: allow setting trip_temp on hardware | Wei Ni |
2016-04-20 | thermal: consistently use int for trip temp | Wei Ni |
2016-03-18 | Thermal: Ignore invalid trip points | Zhang Rui |
2016-03-09 | thermal: of-thermal: Add devm version of thermal_zone_of_sensor_register | Laxman Dewangan |
2015-12-29 | Thermal: do thermal zone update after a cooling device registered | Chen Yu |
2015-12-29 | Thermal: initialize thermal zone device correctly | Zhang Rui |
2015-11-23 | thermal: fix thermal_zone_bind_cooling_device prototype | Arnd Bergmann |
2015-10-10 | linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS | Rasmus Villemoes |
2015-09-14 | thermal: Add a function to get the minimum power | Javi Merino |
2015-09-13 | thermal: Fix thermal_zone_of_sensor_register to match documentation | Punit Agrawal |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer |
2015-05-11 | thermal: support slope and offset coefficients | Eduardo Valentin |
2015-05-04 | thermal: introduce the Power Allocator governor | Javi Merino |
2015-05-04 | thermal: extend the cooling device API to include power information | Javi Merino |
2015-05-04 | thermal: let governors have private data for each thermal zone | Javi Merino |
2015-05-04 | thermal: fair_share: generalize the weight concept | Javi Merino |
2015-05-04 | thermal: of: fix cooling device weights in device tree | Kapileshwar Singh |
2015-02-24 | thermal: Introduce dummy functions when thermal is not defined | Nishanth Menon |
2014-12-21 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui |