| Commit message (Expand) | Author | Age | Files | Lines |
* | power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scale | Nathan Chancellor | 2020-01-31 | 1 | -2/+2 |
* | power: avs: qcom-cpr: add unspecified HAS_IOMEM dependency | Brendan Higgins | 2020-01-31 | 1 | -1/+1 |
* | PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30 | Heiko Stuebner | 2020-01-31 | 1 | -3/+3 |
* | power: avs: qcom-cpr: add a printout after the driver has been initialized | Niklas Cassel | 2020-01-31 | 1 | -2/+3 |
* | power: avs: qcom-cpr: remove duplicated include from qcom-cpr.c | YueHaibing | 2020-01-08 | 1 | -1/+0 |
* | power: avs: fix uninitialized error return on failed cpr_read_fuse_uV() call | Colin Ian King | 2020-01-07 | 1 | -1/+1 |
* | power: avs: qcom-cpr: make cpr_get_opp_hz_for_req() static | Niklas Cassel | 2019-12-29 | 1 | -2/+2 |
* | power: avs: qcom-cpr: remove set but unused variable | Niklas Cassel | 2019-12-29 | 1 | -2/+2 |
* | power: avs: qcom-cpr: make sure that regmap is available | Niklas Cassel | 2019-12-29 | 1 | -0/+1 |
* | power: avs: qcom-cpr: fix unsigned expression compared with zero | Niklas Cassel | 2019-12-29 | 1 | -3/+5 |
* | power: avs: qcom-cpr: fix invalid printk specifier in debug print | Niklas Cassel | 2019-12-29 | 1 | -1/+1 |
* | power: avs: Add support for CPR (Core Power Reduction) | Niklas Cassel | 2019-12-20 | 3 | -0/+1808 |
* | power: avs: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-29 | 1 | -6/+6 |
* | power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call | Geert Uytterhoeven | 2019-11-13 | 1 | -1/+1 |
* | power: avs: smartreflex: no need to check return value of debugfs_create func... | Greg Kroah-Hartman | 2019-06-18 | 1 | -30/+11 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | PM / AVS: SmartReflex: Switch to SPDX Licence ID | Nishanth Menon | 2018-12-12 | 1 | -4/+1 |
* | PM / AVS: SmartReflex: NULL check before some freeing functions is not needed | Thomas Meyer | 2018-12-12 | 1 | -2/+1 |
* | PM / AVS: SmartReflex: remove unused function | Uwe Kleine-König | 2018-10-09 | 1 | -31/+0 |
* | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 1 | -0/+1 |
* | PM / AVS: rockchip-io: add io selectors and supplies for PX30 | David Wu | 2018-05-17 | 1 | -0/+68 |
* | PM / AVS: SmartReflex: Prepare to use device tree based probing | Tony Lindgren | 2018-02-28 | 1 | -7/+34 |
* | PM / AVS: rockchip-io: account for const type of of_device_id.data | Julia Lawall | 2018-01-05 | 1 | -12/+12 |
* | PM / AVS: Use %pS printk format for direct addresses | Helge Deller | 2017-10-11 | 1 | -5/+5 |
* | PM / AVS: rockchip-io: add io selectors and supplies for RV1108 | David Wu | 2017-08-25 | 1 | -0/+38 |
* | PM / AVS: rockchip-io: add io selectors and supplies for rk3228 | David Wu | 2017-06-28 | 1 | -0/+14 |
* | PM / AVS: rockchip-io: add io selectors and supplies for rk3328 | David Wu | 2017-03-12 | 1 | -0/+41 |
* | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -3/+3 |
* | PM / AVS: rockchip-io: make the log more consistent | Shawn Lin | 2016-10-21 | 1 | -1/+1 |
* | PM / AVS: SmartReflex: Neaten logging | Joe Perches | 2016-09-13 | 1 | -61/+54 |
* | PM / AVS: rockchip-io: make io-domains a child of the GRF | Heiko Stuebner | 2016-04-26 | 1 | -1/+9 |
* | Fix permissions of drivers/power/avs/rockchip-io-domain.c | Rafael J. Wysocki | 2016-03-25 | 1 | -0/+0 |
* | PM / AVS: rockchip-io: add io selectors and supplies for rk3399 | David Wu | 2016-03-23 | 1 | -0/+58 |
* | PM / AVS: rockchip-io: Fix module autoload for OF platform driver | Luis de Bethencourt | 2015-10-14 | 1 | -0/+1 |
* | PM / AVS: rockchip-io: add io selectors and supplies for rk3368 | Heiko Stuebner | 2015-08-08 | 1 | -0/+59 |
* | PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS | Heiko Stuebner | 2015-08-08 | 1 | -1/+1 |
* | PM / AVS: rockchip-io: add driver handling Rockchip io domains | Heiko Stübner | 2014-09-25 | 3 | -0/+360 |
* | PM / AVS: SmartReflex: use devm_* API to initialize SmartReflex | Andrii Tseglytskyi | 2013-06-10 | 1 | -55/+21 |
* | PM / AVS: SmartReflex: use omap_sr * for enable/disable interface | Andrii Tseglytskyi | 2013-06-10 | 1 | -12/+11 |
* | PM / AVS: SmartReflex: use omap_sr * for minmax interfaces | Andrii Tseglytskyi | 2013-06-10 | 1 | -7/+7 |
* | PM / AVS: SmartReflex: use omap_sr * for errgen interfaces | Andrii Tseglytskyi | 2013-06-10 | 1 | -13/+13 |
* | PM / AVS: SmartReflex: fix driver name | Andrii Tseglytskyi | 2013-06-10 | 1 | -1/+2 |
* | PM / AVS: SmartReflex: disable runtime PM on driver remove | Andrii Tseglytskyi | 2013-06-10 | 1 | -0/+1 |
* | PM / AVS: SmartReflex: disable errgen before vpbound disable | Nishanth Menon | 2013-06-10 | 1 | -3/+8 |
* | ARM: OMAP2+: Drop plat/cpu.h for omap2plus | Tony Lindgren | 2012-12-17 | 1 | -2/+0 |
* | Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-12-13 | 1 | -37/+17 |
|\ |
|
| * | ARM: OMAP: SmartReflex: pass device dependent data via platform data | Jean Pihet | 2012-10-15 | 1 | -37/+17 |
* | | power: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | | power: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
|/ |
|