mbox series

[GIT,PULL] ARM: vexpress: fixes for v5.5

Message ID 20191209140037.GC25155@bogus
State New
Headers show
Series [GIT,PULL] ARM: vexpress: fixes for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-fixes-5.5

Message

Sudeep Holla Dec. 9, 2019, 2 p.m. UTC
Hi ARM SoC Team,

I assumed Arnd's patches to move vexpress and versatile platforms into
one directory was part of v5.5 and hence requested cpufreq maintainers
to ack and allow me to take this via ARM SoC. They were fine with that.
I was also waiting for v5.5-rc1 for the same reasons but they were not
part of v5.5-rc1. Anyways no dependency on them as such.

Please pull !

Regards,
Sudeep

-->8

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/vexpress-fixes-5.5

for you to fetch changes up to c9385887cbbf292ee367f75b400874f00ea34890:

  cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharing (2019-12-09 11:52:50 +0000)

----------------------------------------------------------------
ARMv7 Vexpress fixes for v5.5

Switching the cpumask from topology core to OPP sharing, as the topology
core cpumask can be modified during cpu hotplug to avoid setting up
wrong cpufreq policy cpumask.

----------------------------------------------------------------
Sudeep Holla (2):
      ARM: vexpress: Set-up shared OPP table instead of individual for each CPU
      cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharing

 arch/arm/mach-vexpress/spc.c           | 12 +++++++++++-
 drivers/cpufreq/vexpress-spc-cpufreq.c |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)