[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <43723ee9-f786-b423-b2ce-f4c549581d49@gmail.com>
Date: Sun, 16 Apr 2023 23:20:00 +0900
From: Chanwoo Choi <cwchoi00@...il.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: "open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>
Subject: [GIT PULL] devfreq next for 6.4
Dear Rafael,
This is devfreq-next pull request for v6.4. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.
Best Regards,
Chanwoo Choi
The following changes since commit eeac8ede17557680855031c6f305ece2378af326:
Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.4
for you to fetch changes up to 376b1446153ca67e7028e6b9555d9b17477f568b:
PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource() (2023-04-04 00:09:32 +0900)
----------------------------------------------------------------
Update devfreq next for v6.4
Detailed description for this pull request:
1. Remove unneeded SRCU selection in Kconfig because it's always set from
devfreq core.
2. Fix minor updates of devfreq drivers
- Drop of_match_ptr macro from exynos-bus.c because this driver is always using
the DT table for driver probe.
- Use the preferred of_property_present instead of the low-level of_get_property
on exynos-bus.c
- Use devm_platform_get_and_ioream_resource on exyno-ppmu.c
----------------------------------------------------------------
Krzysztof Kozlowski (1):
PM / devfreq: exyos-bus: drop of_match_ptr for ID table
Paul E. McKenney (1):
PM / devfreq: Remove "select SRCU"
Rob Herring (1):
PM / devfreq: exynos: Use of_property_present() for testing DT property presence
Yang Li (1):
PM / devfreq: exynos-ppmu: Use devm_platform_get_and_ioremap_resource()
drivers/devfreq/Kconfig | 1 -
drivers/devfreq/event/exynos-ppmu.c | 3 +--
drivers/devfreq/exynos-bus.c | 4 ++--
3 files changed, 3 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists