aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/armada_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds1-9/+271
2019-01-02thermal: armada: add overheat interrupt supportMiquel Raynal1-1/+269
2019-01-02thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()YueHaibing1-8/+2
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-04thermal: armada: fix legacy resource fixupRussell King1-13/+11
2018-12-04thermal: armada: fix legacy validity test senseRussell King1-1/+1
2018-10-22thermal: armada: fix a test in probe()Dan Carpenter1-2/+2
2018-08-01thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun1-1/+1
2018-07-27thermal: armada: get rid of the ->is_valid() pointerMiquel Raynal1-9/+4
2018-07-27thermal: armada: move validity check out of the read functionMiquel Raynal1-7/+7
2018-07-27thermal: armada: remove sensors validity from the IP initializationMiquel Raynal1-6/+3
2018-07-27thermal: armada: add multi-channel sensors supportMiquel Raynal1-21/+114
2018-07-27thermal: armada: use the resource managed registration helper alternativeMiquel Raynal1-22/+100
2018-07-27thermal: armada: convert driver to syscon register accessesMiquel Raynal1-70/+129
2018-07-27thermal: armada: average over samples to avoid glitchesMiquel Raynal1-0/+25
2018-07-27thermal: armada: dissociate a380 and cp110 ->init() hooksMiquel Raynal1-1/+7
2018-07-27thermal: armada: rename the initialization routineMiquel Raynal1-20/+20
2018-07-27thermal: armada: remove misleading commentsMiquel Raynal1-2/+0
2018-07-27thermal: armada: remove useless register accessesMiquel Raynal1-6/+2
2018-07-27thermal: armada: add a function that sanitizes the thermal zone nameMiquel Raynal1-1/+36
2018-01-01thermal: armada: Give meaningful names to the thermal zonesMiquel Raynal1-2/+2
2018-01-01thermal: armada: Wait sensors validity before exiting the init callbackMiquel Raynal1-3/+20
2018-01-01thermal: armada: Change sensors trim default valueMiquel Raynal1-0/+13
2018-01-01thermal: armada: Update Kconfig and module descriptionMiquel Raynal1-2/+2
2018-01-01thermal: armada: Add support for Armada CP110Baruch Siach1-7/+26
2018-01-01thermal: armada: Add support for Armada AP806Baruch Siach1-16/+58
2018-01-01thermal: armada: Use real status register nameMiquel Raynal1-8/+8
2018-01-01thermal: armada: Clarify control registers accessesMiquel Raynal1-22/+54
2018-01-01thermal: armada: Simplify the check of the validity bitMiquel Raynal1-8/+6
2018-01-01thermal: armada: Use msleep for long delaysBaruch Siach1-4/+4
2017-10-31thermal: armada: fix formula documentation commentBaruch Siach1-1/+1
2015-10-30thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formulaNadav Haklai1-3/+3
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2015-05-09thermal: armada: Update Armada 380 thermal sensor coefficientsNadav Haklai1-3/+3
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-20/+0
2014-11-24thermal: armada: Remove support for A375-Z1 SoCEzequiel Garcia1-20/+0
2014-10-20thermal: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-15thermal: armada: Support Armada 380 SoCEzequiel Garcia1-0/+30
2014-05-15thermal: armada: Support Armada 375 SoCEzequiel Garcia1-0/+58
2014-05-15thermal: armada: Allow to specify an 'inverted readout' sensorEzequiel Garcia1-1/+5
2014-05-15thermal: armada: Pass the platform_device to init_sensor()Ezequiel Garcia1-4/+7
2014-05-15thermal: armada: Add generic infrastructure to handle the sensorEzequiel Garcia1-5/+12
2014-05-15thermal: armada: Add infrastructure to support generic formulasEzequiel Garcia1-1/+19
2014-05-15thermal: armada: Rename armada_thermal_ops structEzequiel Garcia1-10/+10
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into nextZhang Rui1-11/+0
2013-05-28Thermal: armada: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28Thermal: don't check resource with devm_ioremap_resourceZhang Rui1-10/+0
2013-05-06Thermal: armada_thermal: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-04-02thermal: Add driver for Armada 370/XP SoC thermal managementEzequiel Garcia1-0/+232