summaryrefslogtreecommitdiffstats
path: root/drivers/power/avs
AgeCommit message (Expand)AuthorLines
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigUlf Hansson-2/+0
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversUlf Hansson-1805/+0
2020-10-16PM: AVS: smartreflex Move driver to soc specific driversUlf Hansson-1058/+0
2020-10-16PM: AVS: rockchip-io: Move the driver to the rockchip specific driversUlf Hansson-639/+0
2020-09-22PM: AVS: qcom-cpr: simplify the return expression of cpr_disable()Liu Shixin-7/+1
2020-01-31power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scaleNathan Chancellor-2/+2
2020-01-31power: avs: qcom-cpr: add unspecified HAS_IOMEM dependencyBrendan Higgins-1/+1
2020-01-31PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30Heiko Stuebner-3/+3
2020-01-31power: avs: qcom-cpr: add a printout after the driver has been initializedNiklas Cassel-2/+3
2020-01-08power: avs: qcom-cpr: remove duplicated include from qcom-cpr.cYueHaibing-1/+0
2020-01-07power: avs: fix uninitialized error return on failed cpr_read_fuse_uV() callColin Ian King-1/+1
2019-12-29power: avs: qcom-cpr: make cpr_get_opp_hz_for_req() staticNiklas Cassel-2/+2
2019-12-29power: avs: qcom-cpr: remove set but unused variableNiklas Cassel-2/+2
2019-12-29power: avs: qcom-cpr: make sure that regmap is availableNiklas Cassel-0/+1
2019-12-29power: avs: qcom-cpr: fix unsigned expression compared with zeroNiklas Cassel-3/+5
2019-12-29power: avs: qcom-cpr: fix invalid printk specifier in debug printNiklas Cassel-1/+1
2019-12-20power: avs: Add support for CPR (Core Power Reduction)Niklas Cassel-0/+1808
2019-11-29power: avs: Fix Kconfig indentationKrzysztof Kozlowski-6/+6
2019-11-13power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() callGeert Uytterhoeven-1/+1
2019-06-18power: avs: smartreflex: no need to check return value of debugfs_create func...Greg Kroah-Hartman-30/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-12-12PM / AVS: SmartReflex: Switch to SPDX Licence IDNishanth Menon-4/+1
2018-12-12PM / AVS: SmartReflex: NULL check before some freeing functions is not neededThomas Meyer-2/+1
2018-10-09PM / AVS: SmartReflex: remove unused functionUwe Kleine-König-31/+0
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-05-17PM / AVS: rockchip-io: add io selectors and supplies for PX30David Wu-0/+68
2018-02-28PM / AVS: SmartReflex: Prepare to use device tree based probingTony Lindgren-7/+34
2018-01-05PM / AVS: rockchip-io: account for const type of of_device_id.dataJulia Lawall-12/+12
2017-10-11PM / AVS: Use %pS printk format for direct addressesHelge Deller-5/+5
2017-08-25PM / AVS: rockchip-io: add io selectors and supplies for RV1108David Wu-0/+38
2017-06-28PM / AVS: rockchip-io: add io selectors and supplies for rk3228David Wu-0/+14
2017-03-12PM / AVS: rockchip-io: add io selectors and supplies for rk3328David Wu-0/+41
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada-3/+3
2016-10-21PM / AVS: rockchip-io: make the log more consistentShawn Lin-1/+1
2016-09-13PM / AVS: SmartReflex: Neaten loggingJoe Perches-61/+54
2016-04-26PM / AVS: rockchip-io: make io-domains a child of the GRFHeiko Stuebner-1/+9
2016-03-25Fix permissions of drivers/power/avs/rockchip-io-domain.cRafael J. Wysocki-0/+0
2016-03-23PM / AVS: rockchip-io: add io selectors and supplies for rk3399David Wu-0/+58
2015-10-14PM / AVS: rockchip-io: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-08-08PM / AVS: rockchip-io: add io selectors and supplies for rk3368Heiko Stuebner-0/+59
2015-08-08PM / AVS: rockchip-io: depend on CONFIG_POWER_AVSHeiko Stuebner-1/+1
2014-09-25PM / AVS: rockchip-io: add driver handling Rockchip io domainsHeiko Stübner-0/+360
2013-06-10PM / AVS: SmartReflex: use devm_* API to initialize SmartReflexAndrii Tseglytskyi-55/+21
2013-06-10PM / AVS: SmartReflex: use omap_sr * for enable/disable interfaceAndrii Tseglytskyi-12/+11
2013-06-10PM / AVS: SmartReflex: use omap_sr * for minmax interfacesAndrii Tseglytskyi-7/+7
2013-06-10PM / AVS: SmartReflex: use omap_sr * for errgen interfacesAndrii Tseglytskyi-13/+13
2013-06-10PM / AVS: SmartReflex: fix driver nameAndrii Tseglytskyi-1/+2
2013-06-10PM / AVS: SmartReflex: disable runtime PM on driver removeAndrii Tseglytskyi-0/+1
2013-06-10PM / AVS: SmartReflex: disable errgen before vpbound disableNishanth Menon-3/+8