linux/drivers/interconnect/qcom
Georgi Djakov 7360d55ba1 Merge branch 'icc-ignore-return-val' into icc-next
Today remove callbacks of platform devices return an int. This is unfortunate
because the device core ignores the return value and so the platform code only
emits a warning (and still removes the device).

The longterm quest is to make these remove callbacks return void instead.
This series is a preparation for that, with the goal to make the remove
callbacks obviously always return 0. This way when the prototype of
these functions is changed to return void, the change is straight
forward and easy to review.

Link: https://lore.kernel.org/r/20220718121409.171773-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Georgi Djakov <djakov@kernel.org>
2022-09-20 15:57:00 +03:00
..
Kconfig interconnect: qcom: Kconfig: Make INTERCONNECT_QCOM tristate 2022-09-20 15:53:57 +03:00
Makefile Merge branch 'icc-rpm' into icc-next 2022-07-15 17:56:31 +03:00
bcm-voter.c
bcm-voter.h
icc-common.c interconnect: qcom: Kconfig: Make INTERCONNECT_QCOM tristate 2022-09-20 15:53:57 +03:00
icc-common.h interconnect: qcom: Move qcom_icc_xlate_extended() to a common file 2022-07-12 10:01:30 +03:00
icc-rpm.c interconnect: icc-rpm: Ignore return value of icc_provider_del() in .remove() 2022-08-16 16:37:55 +03:00
icc-rpm.h interconnect: qcom: icc-rpm: Support multiple buckets 2022-07-12 10:03:09 +03:00
icc-rpmh.c interconnect: icc-rpmh: Ignore return value of icc_provider_del() in .remove() 2022-08-16 16:38:04 +03:00
icc-rpmh.h interconnect: qcom: Move qcom_icc_xlate_extended() to a common file 2022-07-12 10:01:30 +03:00
msm8916.c
msm8939.c interconnect: qcom: msm8939: Use icc_sync_state 2022-07-05 16:39:48 +03:00
msm8974.c interconnect: msm8974: Ignore return value of icc_provider_del() in .remove() 2022-08-16 16:38:11 +03:00
msm8996.c
msm8996.h
osm-l3.c interconnect: osm-l3: Ignore return value of icc_provider_del() in .remove() 2022-08-16 16:38:24 +03:00
qcm2290.c
qcs404.c
sc7180.c Merge branch 'icc-const' into icc-next 2022-05-18 03:02:32 +03:00
sc7180.h
sc7280.c
sc7280.h
sc8180x.c interconnect: qcom: sc8180x: Reformat node and bcm definitions 2022-05-18 02:51:34 +03:00
sc8180x.h interconnect: qcom: sc8180x: Fix QUP0 nodes 2022-05-18 02:51:34 +03:00
sc8280xp.c
sc8280xp.h
sdm660.c
sdm845.c
sdm845.h
sdx55.c Merge branch 'icc-const' into icc-next 2022-05-18 03:02:32 +03:00
sdx55.h
sdx65.c
sdx65.h
sm6350.c interconnect: qcom: Add SM6350 driver support 2022-06-20 14:27:07 +03:00
sm6350.h interconnect: qcom: Add SM6350 driver support 2022-06-20 14:27:07 +03:00
sm8150.c
sm8150.h
sm8250.c
sm8250.h
sm8350.c
sm8350.h
sm8450.c interconnect: sm8450: Ignore return value of icc_provider_del() in .remove() 2022-08-16 16:38:35 +03:00
sm8450.h
smd-rpm.c
smd-rpm.h