mbox series

[GIT,PULL] cpufreq changes for 5.1

Message ID 20190219041839.voi5j7g3l3hnm5da@vireshk-i7 (mailing list archive)
State Mainlined
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] cpufreq changes for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

Message

Viresh Kumar Feb. 19, 2019, 4:18 a.m. UTC
Hi Rafael,

This pull request contains:

- Minor cleanups for pcc, longhaul, powerenv and speedstep drivers (Yangtao Li).

- Moving configuration data out of mach directory for davinci (Bartosz Golaszewski).

--
viresh

-------------------------8<-------------------------

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/linux-next

for you to fetch changes up to 40b46b3b2f098e3740f65024099a7c55ff4b9866:

  cpufreq: davinci: move configuration to include/linux/platform_data (2019-02-18 11:58:08 +0530)

----------------------------------------------------------------
Bartosz Golaszewski (1):
      cpufreq: davinci: move configuration to include/linux/platform_data

Yangtao Li (4):
      cpufreq: pcc-cpufreq: remove unneeded semicolon
      cpufreq: longhaul: remove unneeded semicolon
      cpufreq: powernv: fix missing check of return value in init_powernv_pstates()
      cpufreq: speedstep: convert BUG() to BUG_ON()

 arch/arm/mach-davinci/da850.c                 |  2 +-
 arch/arm/mach-davinci/include/mach/cpufreq.h  | 26 --------------------------
 drivers/cpufreq/davinci-cpufreq.c             |  5 +----
 drivers/cpufreq/longhaul.c                    |  2 +-
 drivers/cpufreq/pcc-cpufreq.c                 |  2 +-
 drivers/cpufreq/powernv-cpufreq.c             | 10 +++++++---
 drivers/cpufreq/speedstep-ich.c               |  3 +--
 include/linux/platform_data/davinci-cpufreq.h | 19 +++++++++++++++++++
 8 files changed, 31 insertions(+), 38 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/include/mach/cpufreq.h
 create mode 100644 include/linux/platform_data/davinci-cpufreq.h

Comments

Rafael J. Wysocki Feb. 19, 2019, 9:24 a.m. UTC | #1
On Tue, Feb 19, 2019 at 5:18 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains:
>
> - Minor cleanups for pcc, longhaul, powerenv and speedstep drivers (Yangtao Li).
>
> - Moving configuration data out of mach directory for davinci (Bartosz Golaszewski).

Pulled, thanks!