Age | Commit message (Expand) | Author |
2018-08-01 | thermal: armada: fix copy-paste error in armada_thermal_probe() | Wei Yongjun |
2018-07-27 | thermal: armada: get rid of the ->is_valid() pointer | Miquel Raynal |
2018-07-27 | thermal: armada: move validity check out of the read function | Miquel Raynal |
2018-07-27 | thermal: armada: remove sensors validity from the IP initialization | Miquel Raynal |
2018-07-27 | thermal: armada: add multi-channel sensors support | Miquel Raynal |
2018-07-27 | thermal: armada: use the resource managed registration helper alternative | Miquel Raynal |
2018-07-27 | thermal: armada: convert driver to syscon register accesses | Miquel Raynal |
2018-07-27 | thermal: armada: average over samples to avoid glitches | Miquel Raynal |
2018-07-27 | thermal: armada: dissociate a380 and cp110 ->init() hooks | Miquel Raynal |
2018-07-27 | thermal: armada: rename the initialization routine | Miquel Raynal |
2018-07-27 | thermal: armada: remove misleading comments | Miquel Raynal |
2018-07-27 | thermal: armada: remove useless register accesses | Miquel Raynal |
2018-07-27 | thermal: armada: add a function that sanitizes the thermal zone name | Miquel Raynal |
2018-01-01 | thermal: armada: Give meaningful names to the thermal zones | Miquel Raynal |
2018-01-01 | thermal: armada: Wait sensors validity before exiting the init callback | Miquel Raynal |
2018-01-01 | thermal: armada: Change sensors trim default value | Miquel Raynal |
2018-01-01 | thermal: armada: Update Kconfig and module description | Miquel Raynal |
2018-01-01 | thermal: armada: Add support for Armada CP110 | Baruch Siach |
2018-01-01 | thermal: armada: Add support for Armada AP806 | Baruch Siach |
2018-01-01 | thermal: armada: Use real status register name | Miquel Raynal |
2018-01-01 | thermal: armada: Clarify control registers accesses | Miquel Raynal |
2018-01-01 | thermal: armada: Simplify the check of the validity bit | Miquel Raynal |
2018-01-01 | thermal: armada: Use msleep for long delays | Baruch Siach |
2017-10-31 | thermal: armada: fix formula documentation comment | Baruch Siach |
2015-10-30 | thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formula | Nadav Haklai |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer |
2015-05-09 | thermal: armada: Update Armada 380 thermal sensor coefficients | Nadav Haklai |
2014-12-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2014-11-24 | thermal: armada: Remove support for A375-Z1 SoC | Ezequiel Garcia |
2014-10-20 | thermal: drop owner assignment from platform_drivers | Wolfram Sang |
2014-05-15 | thermal: armada: Support Armada 380 SoC | Ezequiel Garcia |
2014-05-15 | thermal: armada: Support Armada 375 SoC | Ezequiel Garcia |
2014-05-15 | thermal: armada: Allow to specify an 'inverted readout' sensor | Ezequiel Garcia |
2014-05-15 | thermal: armada: Pass the platform_device to init_sensor() | Ezequiel Garcia |
2014-05-15 | thermal: armada: Add generic infrastructure to handle the sensor | Ezequiel Garcia |
2014-05-15 | thermal: armada: Add infrastructure to support generic formulas | Ezequiel Garcia |
2014-05-15 | thermal: armada: Rename armada_thermal_ops struct | Ezequiel Garcia |
2013-05-28 | Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git int... | Zhang Rui |
2013-05-28 | Thermal: armada: Remove redundant use of of_match_ptr | Sachin Kamat |
2013-05-28 | Thermal: don't check resource with devm_ioremap_resource | Zhang Rui |
2013-05-06 | Thermal: armada_thermal: Remove redundant platform_set_drvdata() | Sachin Kamat |
2013-04-02 | thermal: Add driver for Armada 370/XP SoC thermal management | Ezequiel Garcia |