summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/rcar_gen3_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: rcar_gen3_thermal: Add r8a779a0 supportNiklas Söderlund2020-12-081-1/+6
* thermal: rcar_gen3_thermal: Do not use interrupts for normal operationNiklas Söderlund2020-11-301-106/+2
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-3/+7
|\
| * thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund2020-07-211-3/+3
| * thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu2020-07-211-0/+4
* | thermal/drivers/rcar_gen3: Fix undefined temperature if negativeDien Pham2020-06-291-1/+1
|/
* thermal: rcar_gen3_thermal: Add r8a77961 supportGeert Uytterhoeven2020-03-201-0/+4
* thermal: rcar_gen3_thermal: Generate interrupt when temperature changesNiklas Söderlund2020-03-121-12/+12
* thermal: rcar_gen3_thermal: Remove unneeded curly bracketsNiklas Söderlund2020-03-121-2/+1
* thermal: rcar_gen3_thermal: Remove temperature boundNiklas Söderlund2020-01-271-3/+1
* thermal: rcar_gen3_thermal: Add r8a774b1 supportBiju Das2019-11-071-0/+4
* thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act...Fuqian Huang2019-08-281-2/+1
* thermal: rcar_gen3_thermal: Update temperature conversion methodYoshihiro Kaneko2019-05-231-10/+18
* thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMPYoshihiro Kaneko2019-05-231-16/+17
* thermal: rcar_gen3_thermal: Update value of Tj_1Yoshihiro Kaneko2019-05-231-11/+30
* thermal: rcar_gen3_thermal: Fix to show correct trip points numberJiada Wang2019-05-141-4/+4
* thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang2019-05-141-0/+3
* thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang2019-05-141-32/+6
* thermal: rcar_gen3_thermal: Fix init value of IRQCTL registerHoan Nguyen An2019-05-141-1/+1
* thermal: rcar_gen3_thermal: Register hwmon sysfs interfaceMarek Vasut2019-02-201-0/+19
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-10-261-0/+2
|\
| * thermal: rcar_gen3_thermal: add R8A77980 supportSergei Shtylyov2018-10-251-0/+1
| * thermal: rcar_gen3_thermal: Add r8a774a1 supportFabrizio Castro2018-08-241-0/+1
* | thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-10/+1
|/
* thermal: rcar_gen3_thermal: add r8a77965 supportNiklas Söderlund2018-05-061-0/+1
* thermal: rcar_gen3_thermal: update max temperature clampNiklas Söderlund2018-05-061-2/+2
* thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluationHien Dang2018-05-061-6/+6
* thermal: rcar_gen3_thermal: fix initialization sequence for H3 ES2.0Niklas Söderlund2017-10-311-19/+15
* thermal: rcar_gen3_thermal: constify thermal_zone_of_device_ops structuresJulia Lawall2017-08-111-1/+1
* thermal: rcar_gen3_thermal: add suspend and resume supportNiklas Söderlund2017-03-301-0/+35
* thermal: rcar_gen3_thermal: store device match data in private structureNiklas Söderlund2017-03-301-3/+4
* thermal: rcar_gen3_thermal: enable hardware interrupts for trip pointsNiklas Söderlund2017-03-301-1/+131
* thermal: rcar_gen3_thermal: record and check number of TSCs foundNiklas Söderlund2017-03-301-0/+8
* thermal: rcar_gen3_thermal: check that TSC exists before memory allocationNiklas Söderlund2017-03-301-4/+4
* thermal: rcar_gen3_thermal: remove unneeded mutexNiklas Söderlund2017-03-301-7/+0
* thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796Niklas Söderlund2017-03-301-0/+2
* thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driverWolfram Sang2017-01-191-0/+335