[GIT PULL] devfreq next for 7.1

From: Choi Chanwoo

Date: Fri Apr 03 2026 - 14:31:33 EST


Dear Rafael,

This is devfreq-next pull request. 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 7aaa8047eafd0bd628065b15757d9b48c5f9c07d:

Linux 7.0-rc6 (2026-03-29 15:40:00 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-7.1

for you to fetch changes up to cd905830ea6184d6678386ce2d652bec324034d1:

PM / devfreq: tegra30-devfreq: add support for Tegra114 (2026-04-04 03:15:39 +0900)

----------------------------------------------------------------
Update devfreq next for v7.1

Detailed description for this pull request:
- Remove unneeded casting for HZ_PER_KHZ on devfreq.c

- Use _visible attribute to replace create/remove_sysfs_files() to fix sysfs
attribute race conditions on devfreq.c

- Add support for Tegra114 activity monitor device on tegra30-devfreq.c

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

Andy Shevchenko (1):
PM / devfreq: Remove unneeded casting for HZ_PER_KHZ

Pengjie Zhang (1):
PM / devfreq: use _visible attribute to replace create/remove_sysfs_files()

Svyatoslav Ryhel (1):
PM / devfreq: tegra30-devfreq: add support for Tegra114

drivers/devfreq/devfreq.c | 108 ++++++++++++++++++++++----------------
drivers/devfreq/tegra30-devfreq.c | 17 ++++--
2 files changed, 74 insertions(+), 51 deletions(-)