index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
OPP: Allow multiple clocks for a device
Viresh Kumar
4
-82
/
+240
2022-07-08
OPP: Make dev_pm_opp_set_opp() independent of frequency
Viresh Kumar
2
-16
/
+40
2022-07-08
OPP: Reuse _opp_compare_key() in _opp_add_static_v2()
Viresh Kumar
2
-2
/
+8
2022-07-08
OPP: Remove rate_not_available parameter to _opp_add()
Viresh Kumar
3
-9
/
+7
2022-07-08
OPP: Use consistent names for OPP table instances
Viresh Kumar
3
-15
/
+16
2022-07-08
OPP: Use generic key finding helpers for bandwidth key
Viresh Kumar
1
-68
/
+15
2022-07-08
OPP: Use generic key finding helpers for level key
Viresh Kumar
1
-53
/
+10
2022-07-08
OPP: Add generic key finding helpers and use them for freq APIs
Viresh Kumar
1
-99
/
+130
2022-07-08
OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()
Viresh Kumar
1
-54
/
+0
2022-07-08
OPP: Remove custom OPP helper support
Viresh Kumar
2
-137
/
+2
2022-07-08
OPP: ti: Migrate to dev_pm_opp_set_config_regulators()
Viresh Kumar
1
-41
/
+34
2022-07-08
OPP: Add dev_pm_opp_get_supplies()
Viresh Kumar
1
-0
/
+25
2022-07-08
OPP: Make _generic_set_opp_regulator() a config_regulators() interface
Viresh Kumar
1
-39
/
+12
2022-07-08
OPP: Add support for config_regulators() helper
Viresh Kumar
2
-1
/
+69
2022-07-08
OPP: Migrate set-prop-name helper API to use set-config helpers
Viresh Kumar
2
-54
/
+32
2022-07-08
OPP: Migrate attach-genpd API to use set-config helpers
Viresh Kumar
1
-67
/
+18
2022-07-08
OPP: Migrate set-opp-helper API to use set-config helpers
Viresh Kumar
2
-72
/
+23
2022-07-08
OPP: Migrate set-clk-name API to use set-config helpers
Viresh Kumar
1
-98
/
+42
2022-07-08
OPP: Migrate set-supported-hw API to use set-config helpers
Viresh Kumar
4
-86
/
+36
2022-07-08
OPP: Migrate set-regulators API to use set-config helpers
Viresh Kumar
3
-90
/
+32
2022-07-08
soc/tegra: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-20
/
+30
2022-07-08
soc/tegra: Add comment over devm_pm_opp_set_clkname()
Viresh Kumar
1
-0
/
+7
2022-07-08
drm/lima: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-5
/
+6
2022-07-08
cpufreq: ti: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-23
/
+14
2022-07-08
cpufreq: sti: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-17
/
+10
2022-07-08
cpufreq: qcom-nvmem: Migrate to dev_pm_opp_set_config()
Viresh Kumar
1
-81
/
+28
2022-07-08
OPP: Add dev_pm_opp_set_config() and friends
Viresh Kumar
2
-1
/
+249
2022-07-08
OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list
Viresh Kumar
8
-27
/
+36
2022-06-09
OPP: Track if clock name is configured by platform
Viresh Kumar
2
-0
/
+9
2022-06-09
OPP: Fix typo in comment
Viresh Kumar
1
-1
/
+1
2022-06-06
opp: Fix some kernel-doc comments
Yang Li
1
-2
/
+2
2022-06-06
opp: Fix error check in dev_pm_opp_attach_genpd()
Tang Bin
1
-2
/
+2
2022-06-05
Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+2
2022-06-05
fix the breakage in close_fd_get_file() calling conventions change
Al Viro
1
-0
/
+2
2022-06-05
Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
16
-87
/
+21
2022-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
78
-3252
/
+704
2022-06-05
Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux
Linus Torvalds
11
-34
/
+2312
2022-06-04
Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2022-06-04
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
11
-93
/
+47
2022-06-04
Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
4
-11
/
+33
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
11
-33
/
+29
2022-06-04
parisc/stifb: Keep track of hardware path of graphics card
Helge Deller
3
-9
/
+14
2022-06-04
parisc/stifb: Implement fb_is_primary_device()
Helge Deller
2
-2
/
+19
2022-06-03
Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2
-27
/
+11
2022-06-03
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+2
2022-06-03
firmware_loader: enable XZ by default if compressed support is enabled
Linus Torvalds
1
-0
/
+1
2022-06-03
Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
Linus Torvalds
6
-49
/
+123
2022-06-03
Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
4
-6
/
+10
2022-06-03
Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
3
-32
/
+27
2022-06-03
driver core: Set default deferred_probe_timeout back to 0.
Saravana Kannan
1
-5
/
+0
[next]