Message ID | 20241125-topic-pcie-pinctrl-v1-0-4df323d90397@linaro.org |
---|---|
Headers | show |
Series | pinctrl: qcom: add clk_req functions | expand |
On 25/11/2024 09:29, Neil Armstrong wrote: > Add the missing PCIe clk_req functions for the SM8550, SM8650 > and X1E80100 TLMM. > > Depends on: > - https://lore.kernel.org/all/20241115-topic-x1e80100-pinctrl-v1-0-35f984226e47@linaro.org/ > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Thanks neil! Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> > --- > Neil Armstrong (3): > pinctrl: qcom: sm8550: add pcie1_clk_req_n function > pinctrl: qcom: sm8650: add pcie[01]_clk_req_n function > pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions > > drivers/pinctrl/qcom/pinctrl-sm8550.c | 1 + > drivers/pinctrl/qcom/pinctrl-sm8650.c | 2 ++ > drivers/pinctrl/qcom/pinctrl-x1e80100.c | 5 +++++ > 3 files changed, 8 insertions(+) > --- > base-commit: 7a36c84ff57177ccd3107f62c8d14fa0093e0e76 > change-id: 20241125-topic-pcie-pinctrl-77f1c184e73f > > Best regards,
On Mon, 25 Nov 2024 09:29:09 +0100, Neil Armstrong wrote: > Add the missing PCIe clk_req functions for the SM8550, SM8650 > and X1E80100 TLMM. > > Depends on: > - https://lore.kernel.org/all/20241115-topic-x1e80100-pinctrl-v1-0-35f984226e47@linaro.org/ > > > [...] Applied, thanks! [1/3] pinctrl: qcom: sm8550: add pcie1_clk_req_n function https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/7ca1b3f0d998 [2/3] pinctrl: qcom: sm8650: add pcie[01]_clk_req_n function https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/7acf090d2709 [3/3] pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/767a1e57fa1f Best regards,
Add the missing PCIe clk_req functions for the SM8550, SM8650 and X1E80100 TLMM. Depends on: - https://lore.kernel.org/all/20241115-topic-x1e80100-pinctrl-v1-0-35f984226e47@linaro.org/ Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Neil Armstrong (3): pinctrl: qcom: sm8550: add pcie1_clk_req_n function pinctrl: qcom: sm8650: add pcie[01]_clk_req_n function pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions drivers/pinctrl/qcom/pinctrl-sm8550.c | 1 + drivers/pinctrl/qcom/pinctrl-sm8650.c | 2 ++ drivers/pinctrl/qcom/pinctrl-x1e80100.c | 5 +++++ 3 files changed, 8 insertions(+) --- base-commit: 7a36c84ff57177ccd3107f62c8d14fa0093e0e76 change-id: 20241125-topic-pcie-pinctrl-77f1c184e73f Best regards,