summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect
Commit message (Expand)AuthorAgeFilesLines
* interconnect: Restore sync state by ignoring ipa-virt in provider countStephen Boyd2022-06-141-1/+6
* interconnect: qcom: sc7180: Drop IP0 interconnectsStephen Boyd2022-06-141-21/+0
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-1/+1
* interconnect: qcom: icc-rpmh: Ensure floor BW is enforced for all nodesMike Tipton2021-08-121-7/+5
* interconnect: Always call pre_aggregate before aggregateMike Tipton2021-08-121-0/+5
* interconnect: Zero initial BW after sync-stateMike Tipton2021-08-121-0/+2
* interconnect: Fix undersized devress_alloc allocationColin Ian King2021-08-121-1/+1
* interconnect: qcom: Add missing MODULE_DEVICE_TABLEZou Wei2021-06-031-0/+1
* interconnect: qcom: bcm-voter: add a missing of_node_put()Subbaraman Narayanamurthy2021-06-031-1/+2
* interconnect: core: fix error return code of icc_link_destroy()Jia-Ju Bai2021-04-161-0/+2
* interconnect: imx8mq: Use icc_sync_stateMartin Kepplinger2021-01-271-0/+2
* interconnect: qcom: fix rpmh link failuresArnd Bergmann2021-01-171-8/+15
* interconnect: imx: Add a missing of_node_put after of_device_is_availableChristophe JAILLET2021-01-171-0/+1
* interconnect: fix memory trashing in of_count_icc_providers()Marek Szyprowski2020-11-201-1/+0
* interconnect: qcom: qcs404: Remove GPU and display RPM IDsGeorgi Djakov2020-11-201-2/+2
* interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodesGeorgi Djakov2020-11-201-6/+6
* interconnect: qcom: msm8974: Don't boost the NoC rate during bootGeorgi Djakov2020-11-181-0/+9
* interconnect: qcom: msm8974: Prevent integer overflow in rateGeorgi Djakov2020-11-181-0/+3
* interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
* interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
* interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
* interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
* interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3
* interconnect: qcom: sdm845: Enable keepalive for the MM1 BCMGeorgi Djakov2020-10-151-1/+1
* interconnect: imx: simplify the return expression of imx_icc_unregisterLiu Shixin2020-09-211-6/+1
* interconnect: imx: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-4/+2
* interconnect: core: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-6/+2
* Merge branch 'icc-syncstate' into icc-nextGeorgi Djakov2020-09-184-0/+70
|\
| * interconnect: qcom: Use icc_sync_stateGeorgi Djakov2020-09-183-0/+3
| * interconnect: Add sync state supportGeorgi Djakov2020-09-181-0/+67
* | interconnect: qcom: osm-l3: Mark more structures constStephen Boyd2020-09-151-9/+10
* | interconnect: qcom: Add EPSS L3 support on SM8250Sibi Sankar2020-09-082-0/+25
* | interconnect: qcom: Lay the groundwork for adding EPSS supportSibi Sankar2020-09-081-11/+26
* | interconnect: qcom: Add OSM L3 support on SM8150Sibi Sankar2020-09-082-0/+17
* | interconnect: qcom: sc7180: Replace xlate with xlate_extendedSibi Sankar2020-09-081-1/+1
* | interconnect: qcom: sdm845: Replace xlate with xlate_extendedGeorgi Djakov2020-09-081-1/+1
* | interconnect: qcom: Implement xlate_extended() to parse tagsGeorgi Djakov2020-09-082-0/+28
* | interconnect: Introduce xlate_extended() callbackGeorgi Djakov2020-09-081-23/+50
* | interconnect: qcom: Add support for per-BCM scaling factorsMike Tipton2020-09-083-2/+7
* | interconnect: qcom: Only wait for completion in AMC/WAKE by defaultMike Tipton2020-09-081-1/+1
* | interconnect: qcom: Support bcm-voter-specific TCS wait behaviorMike Tipton2020-09-081-11/+21
* | dt-bindings: interconnect: Add generic qcom bindingsMike Tipton2020-09-081-16/+2
* | interconnect: qcom: Add SM8250 interconnect provider driverJonathan Marek2020-09-084-0/+825
* | interconnect: qcom: Add SM8150 interconnect provider driverJonathan Marek2020-09-084-0/+799
* | interconnect: Add bulk API helpersGeorgi Djakov2020-09-082-1/+118
|/
* interconnect: qcom: Fix small BW votes being truncated to zeroMike Tipton2020-09-041-8/+19
* interconnect: Show bandwidth for disabled paths as zero in debugfsMatthias Kaehlcke2020-09-031-2/+8
* Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-051-8/+8
|\
| * Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-272-10/+16
| |\
| * | interconnect: Allow inter-provider pairs to be configuredArtur Świgoń2020-06-161-6/+5