Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebbf8cba authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "devfreq: Do not allow tunable updates when device is suspended"

parents cf23d003 5e33579a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -197,6 +197,19 @@ config QCOM_DEVFREQ_ICC
	  agnostic interface to so that some of the devfreq governors can be
	  shared across SoCs.

config ARM_QCOM_DEVFREQ_QOSLAT
	bool "Qualcomm Technologies Inc. DEVFREQ QOSLAT device driver"
	depends on ARCH_QCOM
	select DEVFREQ_GOV_PERFORMANCE
	select DEVFREQ_GOV_POWERSAVE
	select DEVFREQ_GOV_USERSPACE
	default n
	help
	  Some Qualcomm Technologies, Inc. (QTI) chipsets have an
	  interface to vote for a memory latency QoS level. This
	  driver votes on this interface to request a particular
	  memory latency QoS level.

source "drivers/devfreq/event/Kconfig"

endif # PM_DEVFREQ
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra30-devfreq.o
obj-$(CONFIG_ARM_TEGRA20_DEVFREQ)	+= tegra20-devfreq.o
obj-$(CONFIG_QCOM_DEVFREQ_ICC)		+= devfreq_icc.o
obj-$(CONFIG_DEVFREQ_SIMPLE_DEV)	+= devfreq_simple_dev.o
obj-$(CONFIG_ARM_QCOM_DEVFREQ_QOSLAT)	+= devfreq_qcom_qoslat.o

# DEVFREQ Event Drivers
obj-$(CONFIG_PM_DEVFREQ_EVENT)		+= event/
+564 −161

File changed.

Preview size limit exceeded, changes collapsed.

+104 −4

File changed.

Preview size limit exceeded, changes collapsed.

+49 −17

File changed.

Preview size limit exceeded, changes collapsed.

Loading