mbox series

[GIT,PULL] devfreq fixes for v5.5-rc4

Message ID 3400e92c-80bd-b2ac-dba0-dfe61d26b1d0@samsung.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq fixes for v5.5-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.5-rc4

Message

Chanwoo Choi Dec. 23, 2019, 5:37 a.m. UTC
Dear Rafael,

This is devfreq-fixes pull request for v5.5-rc4. I add detailed description of
this pull request on the following tag. Please pull devfreq with following updates.
- tag name : devfreq-fixes-for-5.5-rc4

Actually, this pull request doesn't need to contain the patch[1]
because patch[1] is not critical and urgent. But, build-fix patch[2]
depends on patch[1]. So, this pull request contains two patches.
If you think that it is not reasonable, please let me know.
[1] PM / devfreq: Drop explicit selection of PM_OPP
[2] PM / devfreq: tegra: Add COMMON_CLK dependency

Regards,
Chanwoo Choi

The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:

  Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.5-rc4

for you to fetch changes up to 5fdb0684b5b0f41402161f068d3d84bf6ed1c3f4:

  PM / devfreq: tegra: Add COMMON_CLK dependency (2019-12-23 10:42:58 +0900)

----------------------------------------------------------------

Update devfreq for 5.5-rc4

Detailed description for this pull request:
1. Fix the build error of tegra*-devfreq.c when COMPILE_TEST is enableda
2. Drop unneeded PM_OPP dependency from each driver in Kconfig.

----------------------------------------------------------------

Arnd Bergmann (1):
      PM / devfreq: tegra: Add COMMON_CLK dependency

Leonard Crestez (1):
      PM / devfreq: Drop explicit selection of PM_OPP

 drivers/devfreq/Kconfig | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Rafael J. Wysocki Dec. 25, 2019, 2:21 p.m. UTC | #1
On Monday, December 23, 2019 6:37:30 AM CET Chanwoo Choi wrote:
> Dear Rafael,
> 
> This is devfreq-fixes pull request for v5.5-rc4. I add detailed description of
> this pull request on the following tag. Please pull devfreq with following updates.
> - tag name : devfreq-fixes-for-5.5-rc4
> 
> Actually, this pull request doesn't need to contain the patch[1]
> because patch[1] is not critical and urgent. But, build-fix patch[2]
> depends on patch[1]. So, this pull request contains two patches.
> If you think that it is not reasonable, please let me know.
> [1] PM / devfreq: Drop explicit selection of PM_OPP
> [2] PM / devfreq: tegra: Add COMMON_CLK dependency

Pulled, thanks!