summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'icc-sc8280xp-l3' into icc-nextGeorgi Djakov2022-11-171-91/+35
|\
| * interconnect: qcom: osm-l3: Simplify osm_l3_set()Bjorn Andersson2022-11-141-9/+1
| * interconnect: qcom: osm-l3: Add per-core EPSS L3 supportBjorn Andersson2022-11-141-3/+14
| * interconnect: qcom: osm-l3: Squash common descriptorsBjorn Andersson2022-11-141-40/+8
| * interconnect: qcom: osm-l3: Use platform-independent node idsBjorn Andersson2022-11-141-57/+30
* | interconnect: qcom: sc8180x: constify pointer to qcom_icc_nodeKrzysztof Kozlowski2022-11-171-1/+1
* | interconnect: qcom: sc7180: drop double spaceKrzysztof Kozlowski2022-11-171-1/+1
* | interconnect: qcom: sc7180: fix dropped const of qcom_icc_bcmKrzysztof Kozlowski2022-11-171-1/+1
* | interconnect: qcom: icc-rpm: Remove redundant dev_err callShang XiaoJing2022-11-171-4/+1
|/
* Merge branch 'icc-ignore-return-val' into icc-nextGeorgi Djakov2022-09-2012-19/+33
|\
| * interconnect: imx: Make imx_icc_unregister() return voidUwe Kleine-König2022-08-186-8/+14
| * interconnect: Make icc_provider_del() return voidUwe Kleine-König2022-08-161-7/+3
| * interconnect: sm8450: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
| * interconnect: osm-l3: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
| * interconnect: msm8974: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
| * interconnect: icc-rpmh: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
| * interconnect: icc-rpm: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
| * interconnect: imx: Ignore return value of icc_provider_del() in .remove()Uwe Kleine-König2022-08-161-1/+3
* | interconnect: qcom: Kconfig: Make INTERCONNECT_QCOM tristateHuang Yiwei2022-09-202-1/+4
|/
* Merge branch 'icc-rpm' into icc-nextGeorgi Djakov2022-07-158-52/+200
|\
| * interconnect: qcom: icc-rpm: Set bandwidth and clock for bucket valuesLeo Yan2022-07-121-14/+61
| * interconnect: qcom: icc-rpm: Support multiple bucketsLeo Yan2022-07-122-1/+56
| * interconnect: qcom: icc-rpm: Change to use qcom_icc_xlate_extended()Leo Yan2022-07-121-1/+2
| * interconnect: qcom: Move qcom_icc_xlate_extended() to a common fileLeo Yan2022-07-126-26/+52
| * interconnect: icc-rpm: Set destination bandwidth as well as source bandwidthBryan O'Donoghue2022-07-071-11/+30
* | Merge branch 'icc-imx8mp' into icc-nextGeorgi Djakov2022-07-159-21/+425
|\ \
| * | interconnect: imx: Add platform driver for imx8mpPeng Fan2022-07-153-0/+265
| * | interconnect: imx: configure NoC mode/prioriry/ext_controlPeng Fan2022-07-155-9/+90
| * | interconnect: imx: introduce imx_icc_providerPeng Fan2022-07-152-10/+20
| * | interconnect: imx: set src nodePeng Fan2022-07-151-0/+6
| * | interconnect: imx: fix max_node_idPeng Fan2022-07-151-4/+4
| * | interconnect: add device managed bulk APIPeng Fan2022-07-041-0/+42
| |/
* | Merge branch 'icc-sm6350' into icc-nextGeorgi Djakov2022-07-055-0/+647
|\ \
| * | interconnect: qcom: Add SM6350 driver supportLuca Weiss2022-06-204-0/+643
| * | interconnect: qcom: icc-rpmh: Support child NoC device probeLuca Weiss2022-06-201-0/+4
| |/
* / interconnect: qcom: msm8939: Use icc_sync_stateLeo Yan2022-07-051-0/+1
|/
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0328-600/+4887
|\
| * Merge branch 'icc-rpm' into icc-nextGeorgi Djakov2022-05-182-7/+11
| |\
| | * interconnect: qcom: icc-rpm: Cache every clock rateLeo Yan2022-05-042-6/+10
| | * interconnect: qcom: icc-rpm: Fix for cached clock rateLeo Yan2022-05-042-4/+4
| * | Merge branch 'icc-sc8180x' into icc-nextGeorgi Djakov2022-05-182-270/+1588
| |\ \
| | * | interconnect: qcom: sc8180x: Reformat node and bcm definitionsBjorn Andersson2022-05-181-181/+1559
| | * | interconnect: qcom: sc8180x: Mark some BCMs keepaliveBjorn Andersson2022-05-181-7/+7
| | * | interconnect: qcom: sc8180x: Fix QUP0 nodesBjorn Andersson2022-05-182-3/+34
| | * | interconnect: qcom: sc8180x: Modernize sc8180x probeBjorn Andersson2022-05-181-93/+2
| * | | Merge branch 'icc-const' into icc-nextGeorgi Djakov2022-05-1821-323/+323
| |\| |
| | * | interconnect: qcom: constify qcom_icc_bcm pointersKrzysztof Kozlowski2022-04-2310-90/+90
| | * | interconnect: qcom: constify icc_node pointersKrzysztof Kozlowski2022-04-2321-143/+143
| | * | interconnect: qcom: constify qcom_icc_descKrzysztof Kozlowski2022-04-2312-96/+96
| | |/
| * | Merge branch 'icc-sdx65' into icc-nextGeorgi Djakov2022-05-184-0/+307
| |\ \