Loading arch/arm/mach-msm/Kconfig +0 −32 Original line number Diff line number Diff line Loading @@ -612,38 +612,6 @@ config MSM7X00A_IDLE_SPIN_TIME Spin time in nanoseconds before ramping down cpu clock and entering any low power state. menuconfig MSM_IDLE_STATS bool "Collect idle statistics" depends on MSM_PM default y help Collect idle statistics and export them in proc/msm_pm_stats. if MSM_IDLE_STATS config MSM_IDLE_STATS_FIRST_BUCKET int "First bucket time" default 62500 help Upper time limit in nanoseconds of first bucket. config MSM_IDLE_STATS_BUCKET_SHIFT int "Bucket shift" default 2 config MSM_IDLE_STATS_BUCKET_COUNT int "Bucket count" default 10 config MSM_SUSPEND_STATS_FIRST_BUCKET int "First bucket time for suspend" default 1000000000 help Upper time limit in nanoseconds of first bucket of the histogram. This is for collecting statistics on suspend. endif # MSM_IDLE_STATS config CPU_HAS_L2_PMU bool "L2CC PMU Support" help Loading arch/arm/mach-msm/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ obj-$(CONFIG_MSM_XPU_ERR_FATAL) += scm-xpu.o obj-$(CONFIG_MSM_TEST_QMI_CLIENT) += kernel_test_service_v01.o test_qmi_client.o obj-y += qdsp6v2/ obj-$(CONFIG_PM) += pm-boot.o obj-$(CONFIG_MSM_IDLE_STATS) += pm-stats.o obj-$(CONFIG_MSM_NOPM) += no-pm.o obj-$(CONFIG_MSM_PCIE) += pcie.o pcie_irq.o pcie_phy.o Loading drivers/power/qcom/Kconfig +41 −1 Original line number Diff line number Diff line config MSM_PM depends on PM bool select MSM_IDLE_STATS bool "Qualcomm platform specific PM driver" help Platform specific power driver to manage cores and l2 low power modes. It interface with various system driver and put the cores into low power modes. if MSM_PM menuconfig MSM_IDLE_STATS bool "Collect idle statistics" help Collect cores various low power mode idle statistics and export them in proc/msm_pm_stats. User can read this data and determine what low power modes and how many times cores have entered into LPM modes. if MSM_IDLE_STATS config MSM_IDLE_STATS_FIRST_BUCKET int "First bucket time" default 62500 help Upper time limit in nanoseconds of first bucket. config MSM_IDLE_STATS_BUCKET_SHIFT int "Bucket shift" default 2 config MSM_IDLE_STATS_BUCKET_COUNT int "Bucket count" default 10 config MSM_SUSPEND_STATS_FIRST_BUCKET int "First bucket time for suspend" default 1000000000 help Upper time limit in nanoseconds of first bucket of the histogram. This is for collecting statistics on suspend. endif # MSM_IDLE_STATS endif # MSM_PM drivers/power/qcom/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_MSM_PM) += msm-pm.o pm-data.o obj-$(CONFIG_MSM_IDLE_STATS) += pm-stats.o arch/arm/mach-msm/pm-stats.c→drivers/power/qcom/pm-stats.c +0 −0 File moved. View file Loading
arch/arm/mach-msm/Kconfig +0 −32 Original line number Diff line number Diff line Loading @@ -612,38 +612,6 @@ config MSM7X00A_IDLE_SPIN_TIME Spin time in nanoseconds before ramping down cpu clock and entering any low power state. menuconfig MSM_IDLE_STATS bool "Collect idle statistics" depends on MSM_PM default y help Collect idle statistics and export them in proc/msm_pm_stats. if MSM_IDLE_STATS config MSM_IDLE_STATS_FIRST_BUCKET int "First bucket time" default 62500 help Upper time limit in nanoseconds of first bucket. config MSM_IDLE_STATS_BUCKET_SHIFT int "Bucket shift" default 2 config MSM_IDLE_STATS_BUCKET_COUNT int "Bucket count" default 10 config MSM_SUSPEND_STATS_FIRST_BUCKET int "First bucket time for suspend" default 1000000000 help Upper time limit in nanoseconds of first bucket of the histogram. This is for collecting statistics on suspend. endif # MSM_IDLE_STATS config CPU_HAS_L2_PMU bool "L2CC PMU Support" help Loading
arch/arm/mach-msm/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ obj-$(CONFIG_MSM_XPU_ERR_FATAL) += scm-xpu.o obj-$(CONFIG_MSM_TEST_QMI_CLIENT) += kernel_test_service_v01.o test_qmi_client.o obj-y += qdsp6v2/ obj-$(CONFIG_PM) += pm-boot.o obj-$(CONFIG_MSM_IDLE_STATS) += pm-stats.o obj-$(CONFIG_MSM_NOPM) += no-pm.o obj-$(CONFIG_MSM_PCIE) += pcie.o pcie_irq.o pcie_phy.o Loading
drivers/power/qcom/Kconfig +41 −1 Original line number Diff line number Diff line config MSM_PM depends on PM bool select MSM_IDLE_STATS bool "Qualcomm platform specific PM driver" help Platform specific power driver to manage cores and l2 low power modes. It interface with various system driver and put the cores into low power modes. if MSM_PM menuconfig MSM_IDLE_STATS bool "Collect idle statistics" help Collect cores various low power mode idle statistics and export them in proc/msm_pm_stats. User can read this data and determine what low power modes and how many times cores have entered into LPM modes. if MSM_IDLE_STATS config MSM_IDLE_STATS_FIRST_BUCKET int "First bucket time" default 62500 help Upper time limit in nanoseconds of first bucket. config MSM_IDLE_STATS_BUCKET_SHIFT int "Bucket shift" default 2 config MSM_IDLE_STATS_BUCKET_COUNT int "Bucket count" default 10 config MSM_SUSPEND_STATS_FIRST_BUCKET int "First bucket time for suspend" default 1000000000 help Upper time limit in nanoseconds of first bucket of the histogram. This is for collecting statistics on suspend. endif # MSM_IDLE_STATS endif # MSM_PM
drivers/power/qcom/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_MSM_PM) += msm-pm.o pm-data.o obj-$(CONFIG_MSM_IDLE_STATS) += pm-stats.o