mbox series

[0/2] clk: qcom: drop the SC7180 Modem subsystem clock driver

Message ID 20240216-drop-sc7180-mss-v1-0-0a8dc8d71c0c@linaro.org (mailing list archive)
Headers show
Series clk: qcom: drop the SC7180 Modem subsystem clock driver | expand

Message

Dmitry Baryshkov Feb. 16, 2024, 11:14 a.m. UTC
This driver has never been used in the DT files merged to the kernel.
According to Sibi, it only worked on the pre-production devices. For the
production devices this functionality has been moved to the firmware.

Drop the driver and the corresponding bindings to remove possible
confusion.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
      clk: qcom: drop the SC7180 Modem subsystem clock driver
      dt-bindings: clk: qcom: drop the SC7180 Modem subsystem clock controller

 .../devicetree/bindings/clock/qcom,sc7180-mss.yaml |  61 ---------
 drivers/clk/qcom/Kconfig                           |  10 --
 drivers/clk/qcom/Makefile                          |   1 -
 drivers/clk/qcom/mss-sc7180.c                      | 140 ---------------------
 4 files changed, 212 deletions(-)
---
base-commit: d37e1e4c52bc60578969f391fb81f947c3e83118
change-id: 20240216-drop-sc7180-mss-47686f681943

Best regards,

Comments

Bjorn Andersson Feb. 16, 2024, 11:10 p.m. UTC | #1
On Fri, 16 Feb 2024 13:14:57 +0200, Dmitry Baryshkov wrote:
> This driver has never been used in the DT files merged to the kernel.
> According to Sibi, it only worked on the pre-production devices. For the
> production devices this functionality has been moved to the firmware.
> 
> Drop the driver and the corresponding bindings to remove possible
> confusion.
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: drop the SC7180 Modem subsystem clock driver
      commit: c630cf8f3a6cc3048f8c78b130a9ce9749b81b30
[2/2] dt-bindings: clk: qcom: drop the SC7180 Modem subsystem clock controller
      commit: 6624b25c206e8cce6b93ef3e24d95b3d6e0c52d5

Best regards,