[v2,0/3] Drop useless compatibles from the SCM driver

Message ID 20230623-topic-scm_cleanup-v2-0-9db8c583138d@linaro.org
Headers
Series Drop useless compatibles from the SCM driver |

Message

Konrad Dybcio June 24, 2023, 12:23 p.m. UTC
  The compatibles, apart from some ancient ones kept for backwards compat
due to no generic fallback, are largely useless and we can easily remove
them. This series attempts to do that with hopefully no harm.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Changes in v2:
- Fix GCC Wunused-but-set-variable in patch 1 (thanks intel robot)
- Link to v1: https://lore.kernel.org/r/20230623-topic-scm_cleanup-v1-0-383089eae98d@linaro.org

---
Konrad Dybcio (3):
      firmware: qcom_scm: Always try to consume all three clocks
      firmware: qcom_scm: Always return devm_clk_get_optional errors
      firmware: qcom_scm: Drop useless compatibles

 drivers/firmware/qcom_scm.c | 90 ++++++++-------------------------------------
 1 file changed, 16 insertions(+), 74 deletions(-)
---
base-commit: 8d2be868b42c08290509c60515865f4de24ea704
change-id: 20230623-topic-scm_cleanup-c4620461126a

Best regards,
  

Comments

Bjorn Andersson July 22, 2023, 5:17 a.m. UTC | #1
On Sat, 24 Jun 2023 14:23:44 +0200, Konrad Dybcio wrote:
> The compatibles, apart from some ancient ones kept for backwards compat
> due to no generic fallback, are largely useless and we can easily remove
> them. This series attempts to do that with hopefully no harm.
> 
> 

Applied, thanks!

[1/3] firmware: qcom_scm: Always try to consume all three clocks
      commit: f14459df6721cd23feb4618e8bbe3778d0d0a552
[2/3] firmware: qcom_scm: Always return devm_clk_get_optional errors
      commit: f8e27cdc8833dee56f43e767dd16c97488d3af11
[3/3] firmware: qcom_scm: Drop useless compatibles
      commit: b1d48e61d8068304fda215880ca021c22b00a19a

Best regards,