index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
interconnect
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-05
interconnect: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
1
-1
/
+1
2024-10-22
interconnect: Remove a useless kfree_const() usage
Christophe JAILLET
1
-1
/
+1
2024-04-11
Merge tag 'icc-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...
Greg Kroah-Hartman
1
-0
/
+8
2024-03-14
interconnect: Don't access req_list while it's being manipulated
Mike Tipton
1
-0
/
+8
2024-02-26
interconnect: constify of_phandle_args in xlate
Krzysztof Kozlowski
1
-2
/
+2
2023-11-22
interconnect: Treat xlate() returning NULL node as an error
Mike Tipton
1
-0
/
+3
2023-08-22
Merge branch 'icc-debugfs' into icc-next
Georgi Djakov
1
-0
/
+66
2023-08-22
interconnect: Add debugfs test client
Mike Tipton
1
-0
/
+3
2023-08-22
interconnect: Reintroduce icc_get()
Mike Tipton
1
-0
/
+63
2023-08-22
interconnect: Teach lockdep about icc_bw_lock order
Rob Clark
1
-1
/
+9
2023-08-22
interconnect: Fix locking for runpm vs reclaim
Rob Clark
1
-2
/
+6
2023-05-30
interconnect: drop unused icc_get() interface
Johan Hovold
1
-50
/
+2
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+0
2023-04-13
interconnect: remove module-related code
Nick Alcock
1
-4
/
+0
2023-04-13
interconnect: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-04-05
interconnect: drop unused icc_link_destroy() interface
Johan Hovold
1
-46
/
+0
2023-03-20
interconnect: drop racy registration API
Johan Hovold
1
-16
/
+0
2023-03-20
interconnect: Use of_property_present() for testing DT property presence
Rob Herring
1
-2
/
+2
2023-03-20
interconnect: Skip call into provider if initial bw is zero
Vivek Aknurwar
1
-7
/
+10
2023-03-07
interconnect: fix provider registration API
Johan Hovold
1
-14
/
+38
2023-03-07
interconnect: fix icc_provider_del() error handling
Johan Hovold
1
-12
/
+2
2023-03-07
interconnect: fix mem leak when freeing nodes
Johan Hovold
1
-0
/
+4
2023-01-18
interconnect: qcom: sc8180x: Drop IP0 interconnects
Dmitry Baryshkov
1
-0
/
+1
2023-01-18
interconnect: qcom: sm8250: Drop IP0 interconnects
Dmitry Baryshkov
1
-0
/
+1
2023-01-18
interconnect: qcom: sm8150: Drop IP0 interconnects
Dmitry Baryshkov
1
-0
/
+1
2023-01-18
interconnect: move ignore_list out of of_count_icc_providers()
Dmitry Baryshkov
1
-5
/
+6
2022-08-16
interconnect: Make icc_provider_del() return void
Uwe Kleine-König
1
-7
/
+3
2022-05-03
interconnect: Restore sync state by ignoring ipa-virt in provider count
Stephen Boyd
1
-1
/
+7
2021-08-24
Merge tag 'icc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...
Greg Kroah-Hartman
1
-0
/
+3
2021-08-02
interconnect: Fix undersized devress_alloc allocation
Colin Ian King
1
-1
/
+1
2021-07-22
interconnect: Always call pre_aggregate before aggregate
Mike Tipton
1
-0
/
+5
2021-07-22
interconnect: Zero initial BW after sync-state
Mike Tipton
1
-0
/
+2
2021-07-22
interconnect: Sanity check that node isn't already on list
Bjorn Andersson
1
-0
/
+3
2021-03-08
interconnect: core: fix error return code of icc_link_destroy()
Jia-Ju Bai
1
-0
/
+2
2020-11-20
interconnect: fix memory trashing in of_count_icc_providers()
Marek Szyprowski
1
-1
/
+0
2020-10-15
interconnect: Aggregate before setting initial bandwidth
Georgi Djakov
1
-0
/
+3
2020-09-18
interconnect: core: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+2
2020-09-18
Merge branch 'icc-syncstate' into icc-next
Georgi Djakov
1
-0
/
+67
2020-09-18
interconnect: Add sync state support
Georgi Djakov
1
-0
/
+67
2020-09-08
interconnect: Introduce xlate_extended() callback
Georgi Djakov
1
-23
/
+50
2020-09-03
interconnect: Show bandwidth for disabled paths as zero in debugfs
Matthias Kaehlcke
1
-2
/
+8
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
1
-3
/
+9
2020-07-23
interconnect: Do not skip aggregation for disabled paths
Georgi Djakov
1
-3
/
+9
2020-06-16
interconnect: Allow inter-provider pairs to be configured
Artur Świgoń
1
-6
/
+5
2020-06-16
interconnect: Relax requirement in of_icc_get_from_provider()
Artur Świgoń
1
-1
/
+1
2020-06-16
interconnect: Export of_icc_get_from_provider()
Artur Świgoń
1
-1
/
+2
2020-06-10
Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+18
2020-05-29
opp: Expose bandwidth information via debugfs
Viresh Kumar
1
-0
/
+18
2020-05-15
Merge branch 'icc-get-by-index' into icc-next
Georgi Djakov
1
-24
/
+55
2020-05-15
interconnect: Remove unused module exit code from core
Jordan Crouse
1
-6
/
+1
[next]