mirror of https://github.com/torvalds/linux.git
This pull request contains the interconnect changes for the 6.9-rc1 merge window. The highlights are below: Core changes: - Constify the of_phandle_args in xlate functions. Driver changes: - New interconnect driver for the MSM8909 platform. - New interconnect driver for the SM7150 platform. - Clean-up and removal of unused resources in drivers. - Constify some pointers to structs. Signed-off-by: Georgi Djakov <djakov@kernel.org> -----BEGIN PGP SIGNATURE----- iQIcBAABAgAGBQJl6G4mAAoJEIDQzArG2BZjOQUQAMFME5pN7vAPFIYRdQSseax0 2Ncjr5LCWbXHd1mfKutSkx/aABu3t7ywYC0y0EUDkQoqNXBXw+awHCQLVH9K9Apr QbhU6a7H0ZKSRpRVx2ZAgz5EO/OMcq8rXnPtuSeG8QLjo52DBNUNFBwxKrNJiMV9 cW6qzfP7KE8rznmpYbpOdS2Y6P/aAjH6RHBiMcBeCJBdXHzVYBuKwB3JGxYhqUrR jykPMWCsjT5PARaHHXfKbt6HXx1vZi5CJogcOJ6asGWoxOTTZpldO/CLk/zdTies wqOYIZ6c3TJs6k8qerHo+2Cn0ghRjKUyreEnzWlzrRrg6gzwRrny70VEPHY5Sy7D 0m2QzTehhcZsN4X1bJ+96XFiYl6WW6NLsKy1Onbqo/trcwIGMip5ZR9Q6IF014Kp kdVGZFLE93HZuQMNp14hF2nFLS+L+JTllS2caO92ddJz7aPnDRlBYHROyD4iCC5a L8eoAFgBZQU6lLqeMrff5RBDVCV1s+roBHk6G2CzXcpDM8ZAAtnbwDYE4hX7CwxK nbTSagYyW8/tIXgCJZc2RyhpUKmLTi4ruNQY3TxjJHSnZIwlx1KIflqtp9iSSwd8 JYSCxCS+rmnloARMK6rJM5jP7hcObLluPACsBxVnXsoCiwriZU4PbTFAnvOLEKtH Ianlhvr3v36OXcCOM90J =ZOoD -----END PGP SIGNATURE----- Merge tag 'icc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next Georgi writes: interconnect changes for 6.9 This pull request contains the interconnect changes for the 6.9-rc1 merge window. The highlights are below: Core changes: - Constify the of_phandle_args in xlate functions. Driver changes: - New interconnect driver for the MSM8909 platform. - New interconnect driver for the SM7150 platform. - Clean-up and removal of unused resources in drivers. - Constify some pointers to structs. Signed-off-by: Georgi Djakov <djakov@kernel.org> * tag 'icc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc: interconnect: qcom: Add SM7150 driver support dt-bindings: interconnect: Add Qualcomm SM7150 DT bindings interconnect: constify of_phandle_args in xlate dt-bindings: interconnect: qcom,rpmh: Fix bouncing @codeaurora address interconnect: qcom: x1e80100: constify pointer to qcom_icc_bcm interconnect: qcom: sa8775p: constify pointer to qcom_icc_bcm interconnect: qcom: sm6115: constify pointer to qcom_icc_node interconnect: qcom: sm8250: constify pointer to qcom_icc_node interconnect: qcom: sa8775p: constify pointer to qcom_icc_node interconnect: qcom: msm8909: constify pointer to qcom_icc_node interconnect: qcom: x1e80100: Remove bogus per-RSC BCMs and nodes dt-bindings: interconnect: Remove bogus interconnect nodes interconnect: qcom: sm8550: Remove bogus per-RSC BCMs and nodes interconnect: qcom: Add MSM8909 interconnect provider driver dt-bindings: interconnect: Add Qualcomm MSM8909 DT bindings |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| bcm-voter.c | ||
| bcm-voter.h | ||
| icc-common.c | ||
| icc-common.h | ||
| icc-rpm-clocks.c | ||
| icc-rpm.c | ||
| icc-rpm.h | ||
| icc-rpmh.c | ||
| icc-rpmh.h | ||
| msm8909.c | ||
| msm8916.c | ||
| msm8939.c | ||
| msm8974.c | ||
| msm8996.c | ||
| msm8996.h | ||
| osm-l3.c | ||
| qcm2290.c | ||
| qcs404.c | ||
| qdu1000.c | ||
| qdu1000.h | ||
| sa8775p.c | ||
| sc7180.c | ||
| sc7180.h | ||
| sc7280.c | ||
| sc7280.h | ||
| sc8180x.c | ||
| sc8180x.h | ||
| sc8280xp.c | ||
| sc8280xp.h | ||
| sdm660.c | ||
| sdm670.c | ||
| sdm670.h | ||
| sdm845.c | ||
| sdm845.h | ||
| sdx55.c | ||
| sdx55.h | ||
| sdx65.c | ||
| sdx65.h | ||
| sdx75.c | ||
| sdx75.h | ||
| sm6115.c | ||
| sm6350.c | ||
| sm6350.h | ||
| sm7150.c | ||
| sm7150.h | ||
| sm8150.c | ||
| sm8150.h | ||
| sm8250.c | ||
| sm8250.h | ||
| sm8350.c | ||
| sm8350.h | ||
| sm8450.c | ||
| sm8450.h | ||
| sm8550.c | ||
| sm8550.h | ||
| sm8650.c | ||
| sm8650.h | ||
| smd-rpm.c | ||
| x1e80100.c | ||
| x1e80100.h | ||