index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_devfreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
drm/panfrost: devfreq: set opp to the recommended one to configure regulator
Clément Péron
1
-0
/
+11
2022-07-08
OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
Viresh Kumar
1
-2
/
+1
2021-07-23
drm/panfrost: devfreq: Don't display error for EPROBE_DEFER
Chris Morgan
1
-1
/
+2
2021-05-14
drm/panfrost: devfreq: Disable devfreq when num_supplies > 1
Nicolas Boichat
1
-0
/
+9
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+9
2021-03-16
drm/panfrost: Convert to use resource-managed OPP API
Yangtao Li
1
-28
/
+9
2021-01-22
drm/panfrost: Add governor data with pre-defined thresholds
Lukasz Luba
1
-1
/
+9
2021-01-13
drm/panfrost: Use delayed timer as default in devfreq profile
Lukasz Luba
1
-0
/
+1
2020-12-16
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-4
/
+2
2020-12-16
Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-12-11
drm/panfrost: Register devfreq cooling and attempt to add Energy Model
Lukasz Luba
1
-1
/
+1
2020-12-09
drm/panfrost: dev_pm_opp_put_*() accepts NULL argument
Viresh Kumar
1
-4
/
+2
2020-10-01
drm/panfrost: simplify the return expression of panfrost_devfreq_target()
Qinglang Miao
1
-6
/
+1
2020-08-07
drm/panfrost: add regulators to devfreq
Clément Péron
1
-4
/
+25
2020-08-07
drm/panfrost: properly handle error in probe
Clément Péron
1
-6
/
+19
2020-08-07
drm/panfrost: use spinlock instead of atomic
Clément Péron
1
-11
/
+32
2020-08-07
drm/panfrost: introduce panfrost_devfreq struct
Clément Péron
1
-34
/
+42
2020-08-07
drm/panfrost: clean headers in devfreq
Clément Péron
1
-6
/
+2
2020-08-07
drm/panfrost: avoid static declaration
Clément Péron
1
-20
/
+18
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-11
/
+21
2019-12-06
drm/panfrost: Register devfreq cooling device
Robin Murphy
1
-11
/
+21
2019-12-06
drm/panfrost: devfreq: Round frequencies to OPPs
Steven Price
1
-13
/
+6
2019-10-29
drm/panfrost: Simplify devfreq utilisation tracking
Steven Price
1
-39
/
+25
2019-10-29
drm/panfrost: Use generic code for devfreq
Steven Price
1
-50
/
+10
2019-10-09
drm/panfrost: Remove NULL check for regulator
Steven Price
1
-4
/
+2
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+2
2019-09-19
drm/panfrost: Remove NULL checks for regulator
Steven Price
1
-6
/
+4
2019-08-28
drm/panfrost: Add missing check for pfdev->regulator
Steven Price
1
-2
/
+4
2019-08-23
drm/panfrost: Add missing check for pfdev->regulator
Steven Price
1
-2
/
+4
2019-08-19
drm/panfrost: Remove opp table when unloading
Steven Price
1
-0
/
+6
2019-08-19
drm/panfrost: Enable devfreq to work without regulator
Steven Price
1
-5
/
+2
2019-07-26
drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constant
Yue Hu
1
-1
/
+2
2019-06-10
drm/panfrost: make devfreq optional again
Neil Armstrong
1
-1
/
+12
2019-05-22
drm/panfrost: Select devfreq
Ezequiel Garcia
1
-11
/
+2
2019-04-18
drm/panfrost: Add missing include
Steven Price
1
-0
/
+1
2019-04-12
drm/panfrost: Add initial panfrost driver
Rob Herring
1
-0
/
+218