Sign in
android-kvm
/
linux
/
b28bc1e002c23ff8a4999c4a2fb1d4d412bc6f5e
/
drivers
/
power
/
avs
e093e53
power: avs: qcom-cpr: Avoid clang -Wsometimes-uninitialized in cpr_scale
by Nathan Chancellor
· 5 years ago
db5a10c
power: avs: qcom-cpr: add unspecified HAS_IOMEM dependency
by Brendan Higgins
· 5 years ago
adef0ced
PM / AVS: rockchip-io: fix the supply naming for the emmc supply on px30
by Heiko Stuebner
· 5 years ago
03b1095
power: avs: qcom-cpr: add a printout after the driver has been initialized
by Niklas Cassel
· 5 years ago
f9900c1
power: avs: qcom-cpr: remove duplicated include from qcom-cpr.c
by YueHaibing
· 5 years ago
5aa0c46
power: avs: fix uninitialized error return on failed cpr_read_fuse_uV() call
by Colin Ian King
· 5 years ago
207ca274
power: avs: qcom-cpr: make cpr_get_opp_hz_for_req() static
by Niklas Cassel
· 5 years ago
9b8c249
power: avs: qcom-cpr: remove set but unused variable
by Niklas Cassel
· 5 years ago
9e39d28
power: avs: qcom-cpr: make sure that regmap is available
by Niklas Cassel
· 5 years ago
cad12cd
power: avs: qcom-cpr: fix unsigned expression compared with zero
by Niklas Cassel
· 5 years ago
e808926b
power: avs: qcom-cpr: fix invalid printk specifier in debug print
by Niklas Cassel
· 5 years ago
bf6910a
power: avs: Add support for CPR (Core Power Reduction)
by Niklas Cassel
· 5 years ago
2a0efc7
power: avs: Fix Kconfig indentation
by Krzysztof Kozlowski
· 5 years ago
aca32d7
power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call
by Geert Uytterhoeven
· 5 years ago
8eb835e
power: avs: smartreflex: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
9c92ab6
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
f9dca0f
PM / AVS: SmartReflex: Switch to SPDX Licence ID
by Nishanth Menon
· 6 years ago
14d338a
PM / AVS: SmartReflex: NULL check before some freeing functions is not needed
by Thomas Meyer
· 6 years ago
2d12df4
PM / AVS: SmartReflex: remove unused function
by Uwe Kleine-König
· 6 years ago
ac31672
headers: separate linux/mod_devicetable.h from linux/platform_device.h
by Randy Dunlap
· 7 years ago
b8281fa
PM / AVS: rockchip-io: add io selectors and supplies for PX30
by David Wu
· 7 years ago
2ad1ec0
PM / AVS: SmartReflex: Prepare to use device tree based probing
by Tony Lindgren
· 7 years ago
5a2772a
PM / AVS: rockchip-io: account for const type of of_device_id.data
by Julia Lawall
· 7 years ago
e200052
PM / AVS: Use %pS printk format for direct addresses
by Helge Deller
· 7 years ago
9d913e4
PM / AVS: rockchip-io: add io selectors and supplies for RV1108
by David Wu
· 7 years ago
1a99d0c
PM / AVS: rockchip-io: add io selectors and supplies for rk3228
by David Wu
· 8 years ago
7db36b1
PM / AVS: rockchip-io: add io selectors and supplies for rk3328
by David Wu
· 8 years ago
183b802
scripts/spelling.txt: add "intialization" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
f526140
PM / AVS: rockchip-io: make the log more consistent
by Shawn Lin
· 8 years ago
e2cdeaa
PM / AVS: SmartReflex: Neaten logging
by Joe Perches
· 8 years ago
bc19b9a
PM / AVS: rockchip-io: make io-domains a child of the GRF
by Heiko Stuebner
· 9 years ago
8e653b6
Fix permissions of drivers/power/avs/rockchip-io-domain.c
by Rafael J. Wysocki
· 9 years ago
f447671
PM / AVS: rockchip-io: add io selectors and supplies for rk3399
by David Wu
· 9 years ago
fa743d9
PM / AVS: rockchip-io: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
3fc147e
PM / AVS: rockchip-io: add io selectors and supplies for rk3368
by Heiko Stuebner
· 9 years ago
28c1f16
PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
by Heiko Stuebner
· 9 years ago
662a958
PM / AVS: rockchip-io: add driver handling Rockchip io domains
by Heiko Stübner
· 10 years ago
efca406
PM / AVS: SmartReflex: use devm_* API to initialize SmartReflex
by Andrii Tseglytskyi
· 12 years ago
299066b
PM / AVS: SmartReflex: use omap_sr * for enable/disable interface
by Andrii Tseglytskyi
· 12 years ago
6c80573
PM / AVS: SmartReflex: use omap_sr * for minmax interfaces
by Andrii Tseglytskyi
· 12 years ago
3dfc35f
PM / AVS: SmartReflex: use omap_sr * for errgen interfaces
by Andrii Tseglytskyi
· 12 years ago
33da282
PM / AVS: SmartReflex: fix driver name
by Andrii Tseglytskyi
· 12 years ago
bd4a36b
PM / AVS: SmartReflex: disable runtime PM on driver remove
by Andrii Tseglytskyi
· 12 years ago
efe4e06
PM / AVS: SmartReflex: disable errgen before vpbound disable
by Nishanth Menon
· 12 years ago
e8d3d47
ARM: OMAP2+: Drop plat/cpu.h for omap2plus
by Tony Lindgren
· 12 years ago
a11da7d
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
415ec69
power: remove use of __devexit
by Bill Pemberton
· 12 years ago
28ea73f
power: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
98aed08
ARM: OMAP: SmartReflex: pass device dependent data via platform data
by Jean Pihet
· 12 years ago
fce680e
Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.7-rc1/fixes-pm
by Tony Lindgren
· 12 years ago
ce3810c
ARM: OMAP: SmartReflex: fix error path in init function
by Jean Pihet
· 12 years ago
ec2c082
ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ
by Tony Lindgren
· 12 years ago
bb0adf6
ARM: OMAP2+: do not allow SmartReflex to be built as a module
by Jean Pihet
· 13 years ago
21ff63a
ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/
by Jean Pihet
· 13 years ago