summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/armada_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-01-061-9/+271
|\
| * thermal: armada: add overheat interrupt supportMiquel Raynal2019-01-021-1/+269
| * thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()YueHaibing2019-01-021-8/+2Star
* | thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall2018-12-051-1/+1
* | thermal: armada: fix legacy resource fixupRussell King2018-12-051-13/+11Star
* | thermal: armada: fix legacy validity test senseRussell King2018-12-051-1/+1
|/
* thermal: armada: fix a test in probe()Dan Carpenter2018-10-231-2/+2
* thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun2018-08-011-1/+1
* thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal2018-07-271-9/+4Star
* thermal: armada: move validity check out of the read functionMiquel Raynal2018-07-271-7/+7
* thermal: armada: remove sensors validity from the IP initializationMiquel Raynal2018-07-271-6/+3Star
* thermal: armada: add multi-channel sensors supportMiquel Raynal2018-07-271-21/+114
* thermal: armada: use the resource managed registration helper alternativeMiquel Raynal2018-07-271-22/+100
* thermal: armada: convert driver to syscon register accessesMiquel Raynal2018-07-271-70/+129
* thermal: armada: average over samples to avoid glitchesMiquel Raynal2018-07-271-0/+25
* thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal2018-07-271-1/+7
* thermal: armada: rename the initialization routineMiquel Raynal2018-07-271-20/+20
* thermal: armada: remove misleading commentsMiquel Raynal2018-07-271-2/+0Star
* thermal: armada: remove useless register accessesMiquel Raynal2018-07-271-6/+2Star
* thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal2018-07-271-1/+36
* thermal: armada: Give meaningful names to the thermal zonesMiquel Raynal2018-01-011-2/+2
* thermal: armada: Wait sensors validity before exiting the init callbackMiquel Raynal2018-01-011-3/+20
* thermal: armada: Change sensors trim default valueMiquel Raynal2018-01-011-0/+13
* thermal: armada: Update Kconfig and module descriptionMiquel Raynal2018-01-011-2/+2
* thermal: armada: Add support for Armada CP110Baruch Siach2018-01-011-7/+26
* thermal: armada: Add support for Armada AP806Baruch Siach2018-01-011-16/+58
* thermal: armada: Use real status register nameMiquel Raynal2018-01-011-8/+8
* thermal: armada: Clarify control registers accessesMiquel Raynal2018-01-011-22/+54
* thermal: armada: Simplify the check of the validity bitMiquel Raynal2018-01-011-8/+6Star
* thermal: armada: Use msleep for long delaysBaruch Siach2018-01-011-4/+4
* thermal: armada: fix formula documentation commentBaruch Siach2017-11-011-1/+1
* thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai2015-10-301-3/+3
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-1/+1
* thermal: armada: Update Armada 380 thermal sensor coefficientsNadav Haklai2015-05-091-3/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-12-171-20/+0Star
|\
| * thermal: armada: Remove support for A375-Z1 SoCEzequiel Garcia2014-11-241-20/+0Star
* | thermal: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* thermal: armada: Support Armada 380 SoCEzequiel Garcia2014-05-151-0/+30
* thermal: armada: Support Armada 375 SoCEzequiel Garcia2014-05-151-0/+58
* thermal: armada: Allow to specify an 'inverted readout' sensorEzequiel Garcia2014-05-151-1/+5
* thermal: armada: Pass the platform_device to init_sensor()Ezequiel Garcia2014-05-151-4/+7
* thermal: armada: Add generic infrastructure to handle the sensorEzequiel Garcia2014-05-151-5/+12
* thermal: armada: Add infrastructure to support generic formulasEzequiel Garcia2014-05-151-1/+19
* thermal: armada: Rename armada_thermal_ops structEzequiel Garcia2014-05-151-10/+10
*---. Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int...Zhang Rui2013-05-281-11/+0Star
|\ \ \
| | * | Thermal: don't check resource with devm_ioremap_resourceZhang Rui2013-05-281-10/+0Star
| | |/
| * / Thermal: armada_thermal: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0Star
| |/
* / Thermal: armada: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
|/
* thermal: Add driver for Armada 370/XP SoC thermal managementEzequiel Garcia2013-04-021-0/+232