mbox series

[v3,0/2] Add ufs power-domain entries for SM8150

Message ID 20220303082140.240745-1-bhupesh.sharma@linaro.org (mailing list archive)
Headers show
Series Add ufs power-domain entries for SM8150 | expand

Message

Bhupesh Sharma March 3, 2022, 8:21 a.m. UTC
Changes since v2:
----------------
- v2 can be found here: https://lore.kernel.org/linux-arm-msm/20220228144607.456194-1-bhupesh.sharma@linaro.org/T/
- Modified [PATCH 2/2] from v2 to include gdsc driver structs and
  support code for UFS_PHY and UFS_CARD (in addition to defines for the
  same).

Changes since v1:
----------------
- v1 can be found here: https://lore.kernel.org/lkml/202201220442.bMRI74m1-lkp@intel.com/T/
- Broke down another separately sent out PATCH (see [1]), into a 3 patches (one each for emac, pci
  and ufs gdsc defines) - one of which is carried as [PATCH 1/2]
  in this series, which fixes a compilation error reported by 'kernel test robot'.
  The rest would be sent out as separate patch(es).

[1]. https://patchwork.kernel.org/project/netdevbpf/patch/20220126221725.710167-4-bhupesh.sharma@linaro.org/

Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>

Bhupesh Sharma (2):
  clk: qcom: gcc: Add UFS_CARD and UFS_PHY GDSCs for SM8150
  arm64: dts: qcom: sm8150: Add ufs power-domain entries

 arch/arm64/boot/dts/qcom/sm8150.dtsi        |  5 +++++
 drivers/clk/qcom/gcc-sm8150.c               | 20 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sm8150.h |  2 ++
 3 files changed, 27 insertions(+)

Comments

patchwork-bot+linux-arm-msm@kernel.org March 9, 2022, 6:10 a.m. UTC | #1
Hello:

This series was applied to qcom/linux.git (for-next)
by Bjorn Andersson <bjorn.andersson@linaro.org>:

On Thu,  3 Mar 2022 13:51:38 +0530 you wrote:
> Changes since v2:
> ----------------
> - v2 can be found here: https://lore.kernel.org/linux-arm-msm/20220228144607.456194-1-bhupesh.sharma@linaro.org/T/
> - Modified [PATCH 2/2] from v2 to include gdsc driver structs and
>   support code for UFS_PHY and UFS_CARD (in addition to defines for the
>   same).
> 
> [...]

Here is the summary with links:
  - [v3,1/2] clk: qcom: gcc: Add UFS_CARD and UFS_PHY GDSCs for SM8150
    https://git.kernel.org/qcom/c/53f4a832166c
  - [v3,2/2] arm64: dts: qcom: sm8150: Add ufs power-domain entries
    (no matching commit)

You are awesome, thank you!