summaryrefslogtreecommitdiff
path: root/drivers/thermal/rcar_gen3_thermal.c
AgeCommit message (Expand)Author
2021-10-15thermal: rcar_gen3_thermal: Read calibration from hardwareNiklas Söderlund
2021-10-15thermal: rcar_gen3_thermal: Store thcode and ptat in priv dataNiklas Söderlund
2021-08-14thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned intNiklas Söderlund
2021-08-14thermal/drivers/rcar_gen3_thermal: Add support for hardware trip pointsNiklas Söderlund
2021-06-14thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1Geert Uytterhoeven
2021-06-14thermal/drivers/rcar_gen3_thermal: Fix coefficient calculationsNiklas Söderlund
2021-03-10thermal: rcar_gen3_thermal: Add support for up to five TSC nodesNiklas Söderlund
2020-12-08thermal: rcar_gen3_thermal: Add r8a779a0 supportNiklas Söderlund
2020-11-30thermal: rcar_gen3_thermal: Do not use interrupts for normal operationNiklas Söderlund
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-21thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund
2020-07-21thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu
2020-06-29thermal/drivers/rcar_gen3: Fix undefined temperature if negativeDien Pham
2020-03-20thermal: rcar_gen3_thermal: Add r8a77961 supportGeert Uytterhoeven
2020-03-12thermal: rcar_gen3_thermal: Generate interrupt when temperature changesNiklas Söderlund
2020-03-12thermal: rcar_gen3_thermal: Remove unneeded curly bracketsNiklas Söderlund
2020-01-27thermal: rcar_gen3_thermal: Remove temperature boundNiklas Söderlund
2019-11-07thermal: rcar_gen3_thermal: Add r8a774b1 supportBiju Das
2019-08-28thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act...Fuqian Huang
2019-05-23thermal: rcar_gen3_thermal: Update temperature conversion methodYoshihiro Kaneko
2019-05-23thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMPYoshihiro Kaneko
2019-05-23thermal: rcar_gen3_thermal: Update value of Tj_1Yoshihiro Kaneko
2019-05-14thermal: rcar_gen3_thermal: Fix to show correct trip points numberJiada Wang
2019-05-14thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang
2019-05-14thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang
2019-05-14thermal: rcar_gen3_thermal: Fix init value of IRQCTL registerHoan Nguyen An
2019-02-20thermal: rcar_gen3_thermal: Register hwmon sysfs interfaceMarek Vasut
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-10-25thermal: rcar_gen3_thermal: add R8A77980 supportSergei Shtylyov
2018-08-24thermal: rcar_gen3_thermal: Add r8a774a1 supportFabrizio Castro
2018-08-20thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto
2018-05-06thermal: rcar_gen3_thermal: add r8a77965 supportNiklas Söderlund
2018-05-06thermal: rcar_gen3_thermal: update max temperature clampNiklas Söderlund
2018-05-06thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluationHien Dang
2017-10-31thermal: rcar_gen3_thermal: fix initialization sequence for H3 ES2.0Niklas Söderlund
2017-08-11thermal: rcar_gen3_thermal: constify thermal_zone_of_device_ops structuresJulia Lawall
2017-03-30thermal: rcar_gen3_thermal: add suspend and resume supportNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: store device match data in private structureNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: enable hardware interrupts for trip pointsNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: record and check number of TSCs foundNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: check that TSC exists before memory allocationNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: remove unneeded mutexNiklas Söderlund
2017-03-30thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796Niklas Söderlund
2017-01-19thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driverWolfram Sang