mbox series

[0/7] qcom: mmc fixes and sdm845 support

Message ID 20240409-b4-qcom-mmc-fixes-v1-0-5039164ecbf7@linaro.org
Headers show
Series qcom: mmc fixes and sdm845 support | expand

Message

Caleb Connolly April 9, 2024, 6:02 p.m. UTC
This series does some long overdue cleanup to the msm_sdhci driver,
fixes v5 support, and adds the necessary clock configuration to get the
sdcard up and running on the RB3.

---
Caleb Connolly (7):
      mmc: msm_sdhci: correct vendor_spec_cap0 register for v5
      mmc: msm_sdhci: use modern DT handling
      mmc: msm_sdhci: print core version
      mmc: msm_sdhci: use a more sensible default clock rate
      clk/qcom: sdm845: enable SDCC2 core clock
      pinctrl: qcom: sdm845: add special pin names
      dts: sdm845-db845c-u-boot: adjust MMC clocks

 arch/arm/dts/sdm845-db845c-u-boot.dtsi |  7 ++++++
 drivers/clk/qcom/clock-qcom.h          |  1 +
 drivers/clk/qcom/clock-sdm845.c        | 17 ++++++++++++++
 drivers/mmc/msm_sdhci.c                | 43 +++++++++++++++++++++++-----------
 drivers/pinctrl/qcom/pinctrl-sdm845.c  | 13 +++++++++-
 5 files changed, 66 insertions(+), 15 deletions(-)
---
change-id: 20240409-b4-qcom-mmc-fixes-d30782746f4a
base-commit: b40edaf6383b1494222ea9c043d7c1716d4d118f

// Caleb (they/them)

Comments

Caleb Connolly April 11, 2024, 12:43 p.m. UTC | #1
On Tue, 09 Apr 2024 20:02:59 +0200, Caleb Connolly wrote:
> This series does some long overdue cleanup to the msm_sdhci driver,
> fixes v5 support, and adds the necessary clock configuration to get the
> sdcard up and running on the RB3.
> 

Applied, thanks!

[1/7] mmc: msm_sdhci: correct vendor_spec_cap0 register for v5
      commit: a737d8962cae2a37634bf0fe9f2b6907f7a047a7
[2/7] mmc: msm_sdhci: use modern DT handling
      commit: 5fc028897fb16abd0823b545b6f7b8a1df54d4dd
[3/7] mmc: msm_sdhci: print core version
      commit: 0dc3cd3e5e501a575d0579b78b238bdd1b2a8274
[4/7] mmc: msm_sdhci: use a more sensible default clock rate
      commit: 6d327bca5ac7112f168fef8f2284e67211637e6c
[5/7] clk/qcom: sdm845: enable SDCC2 core clock
      commit: da74cd018493b5a1f6bb8785bf6cc7754e42dfd8
[6/7] pinctrl: qcom: sdm845: add special pin names
      commit: 691e3cfc645504397a5f0da7afd2db96e4445f26
[7/7] dts: sdm845-db845c-u-boot: adjust MMC clocks
      commit: 17cfde60a2fcaf3365fdef7755a825aeddc6179a

Best regards,