All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] PM / devfreq: a few small fixes and improvements
@ 2021-03-23  2:59 ` Dong Aisheng
  0 siblings, 0 replies; 22+ messages in thread
From: Dong Aisheng @ 2021-03-23  2:59 UTC (permalink / raw)
  To: linux-pm, linux-arm-kernel
  Cc: dongas86, kernel, shawnguo, linux-imx, linux-kernel,
	myungjoo.ham, kyungmin.park, cw00.choi, abel.vesa, Dong Aisheng

A few small fixes and improvements

ChangeLog:
v1->v2:
 * squash a few patches
 * rebase to devfreq-testing
 * drop two patches which are already in devfreq-next

Dong Aisheng (6):
  PM / devfreq: fix build error when DEVFREQ_GOV_PASSIVE enabled
  PM / devfreq: Use more accurate returned new_freq as resume_freq
  PM / devfreq: Remove the invalid description for get_target_freq
  PM / devfreq: bail out early if no freq changes in devfreq_set_target
  PM / devfreq: governor: optimize simpleondemand get_target_freq
  PM / devfreq: imx8m-ddrc: remove imx8m_ddrc_get_dev_status

 Documentation/ABI/testing/sysfs-class-devfreq |  5 +--
 drivers/devfreq/devfreq.c                     | 37 +++++++------------
 drivers/devfreq/governor.h                    |  2 -
 drivers/devfreq/governor_simpleondemand.c     | 31 ++++++++++------
 drivers/devfreq/imx8m-ddrc.c                  | 14 -------
 5 files changed, 35 insertions(+), 54 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-03-23  7:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  2:59 [PATCH V2 0/6] PM / devfreq: a few small fixes and improvements Dong Aisheng
2021-03-23  2:59 ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 1/6] PM / devfreq: fix build error when DEVFREQ_GOV_PASSIVE enabled Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 2/6] PM / devfreq: Use more accurate returned new_freq as resume_freq Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 3/6] PM / devfreq: Remove the invalid description for get_target_freq Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 4/6] PM / devfreq: bail out early if no freq changes in devfreq_set_target Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 5/6] PM / devfreq: governor: optimize simpleondemand get_target_freq Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  2:59 ` [PATCH V2 6/6] PM / devfreq: imx8m-ddrc: remove imx8m_ddrc_get_dev_status Dong Aisheng
2021-03-23  2:59   ` Dong Aisheng
2021-03-23  3:25 ` [PATCH V2 0/6] PM / devfreq: a few small fixes and improvements Dong Aisheng
2021-03-23  3:25   ` Dong Aisheng
2021-03-23  4:11   ` Chanwoo Choi
2021-03-23  4:11     ` Chanwoo Choi
2021-03-23  6:11     ` Aisheng Dong
2021-03-23  6:11       ` Aisheng Dong
2021-03-23  7:26       ` Chanwoo Choi
2021-03-23  7:26         ` Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.