mbox series

[GIT,PULL] Thermal-SoC management changes for v5.4-rc1

Message ID 20190928231236.GD7360@localhost.localdomain (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Thermal-SoC management changes for v5.4-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus

Message

Eduardo Valentin Sept. 28, 2019, 11:12 p.m. UTC
Hello Linus,

Please consider the following thermal soc changes for v5.4-rc1. This is a really
small pull in the midst of a lot of pending patches. We are in the middle
of restructuring how we are maintaining the thermal subsystem, as per
discussion in our last LPC. For now, I am sending just some changes
that were pending in my tree. Looking forward to get a more streamlined
process in the next merge window.

The following changes since commit 56037cadf60461b4a2996b4d8f0057c4d343c17c:

  Merge tag 'regulator-fix-v5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator (2019-09-09 10:58:57 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus

for you to fetch changes up to 6c375eccded41df8033ed55a1b785531b304fc67:

  thermal: db8500: Rewrite to be a pure OF sensor (2019-09-24 22:59:22 -0700)

----------------------------------------------------------------
Dan Carpenter (1):
      thermal: thermal_mmio: remove some dead code

Linus Walleij (3):
      thermal: db8500: Finalize device tree conversion
      thermal: db8500: Use dev helper variable
      thermal: db8500: Rewrite to be a pure OF sensor

 drivers/mfd/db8500-prcmu.c                   |  53 +--
 drivers/thermal/Kconfig                      |   2 +-
 drivers/thermal/db8500_thermal.c             | 486 ++++++---------------------
 drivers/thermal/thermal_mmio.c               |   7 -
 include/linux/platform_data/db8500_thermal.h |  29 --
 5 files changed, 114 insertions(+), 463 deletions(-)
 delete mode 100644 include/linux/platform_data/db8500_thermal.h

Comments

pr-tracker-bot@kernel.org Sept. 29, 2019, 5:50 p.m. UTC | #1
The pull request you sent on Sat, 28 Sep 2019 16:12:36 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/939ca9f1751d1d65424f80b9284b6c18e78c7f4e

Thank you!