2024-05-27 08:16:31

by Abel Vesa

[permalink] [raw]
Subject: [PATCH] soc: qcom: pmic_glink: Increase max ports to 3

Up until now, all Qualcomm platforms only had maximum 2 ports. The X Elite
(x1e80100) adds a third one. Increase the maximum allowed to 3.

Signed-off-by: Abel Vesa <[email protected]>
---
drivers/soc/qcom/pmic_glink_altmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/pmic_glink_altmode.c b/drivers/soc/qcom/pmic_glink_altmode.c
index b3808fc24c69..1e0808b3cb93 100644
--- a/drivers/soc/qcom/pmic_glink_altmode.c
+++ b/drivers/soc/qcom/pmic_glink_altmode.c
@@ -20,7 +20,7 @@

#include <linux/soc/qcom/pmic_glink.h>

-#define PMIC_GLINK_MAX_PORTS 2
+#define PMIC_GLINK_MAX_PORTS 3

#define USBC_SC8180X_NOTIFY_IND 0x13
#define USBC_CMD_WRITE_REQ 0x15

---
base-commit: 3689b0ef08b70e4e03b82ebd37730a03a672853a
change-id: 20240522-x1e80100-soc-qcom-pmic-glink-f3b715fe5f90

Best regards,
--
Abel Vesa <[email protected]>



2024-05-27 08:22:05

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] soc: qcom: pmic_glink: Increase max ports to 3

On 27/05/2024 10:16, Abel Vesa wrote:
> Up until now, all Qualcomm platforms only had maximum 2 ports. The X Elite
> (x1e80100) adds a third one. Increase the maximum allowed to 3.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
> drivers/soc/qcom/pmic_glink_altmode.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/qcom/pmic_glink_altmode.c b/drivers/soc/qcom/pmic_glink_altmode.c
> index b3808fc24c69..1e0808b3cb93 100644
> --- a/drivers/soc/qcom/pmic_glink_altmode.c
> +++ b/drivers/soc/qcom/pmic_glink_altmode.c
> @@ -20,7 +20,7 @@
>
> #include <linux/soc/qcom/pmic_glink.h>
>
> -#define PMIC_GLINK_MAX_PORTS 2
> +#define PMIC_GLINK_MAX_PORTS 3
>
> #define USBC_SC8180X_NOTIFY_IND 0x13
> #define USBC_CMD_WRITE_REQ 0x15
>
> ---
> base-commit: 3689b0ef08b70e4e03b82ebd37730a03a672853a
> change-id: 20240522-x1e80100-soc-qcom-pmic-glink-f3b715fe5f90
>
> Best regards,

Reviewed-by: Neil Armstrong <[email protected]>

2024-05-27 09:07:17

by Dmitry Baryshkov

[permalink] [raw]
Subject: Re: [PATCH] soc: qcom: pmic_glink: Increase max ports to 3

On Mon, May 27, 2024 at 11:16:01AM +0300, Abel Vesa wrote:
> Up until now, all Qualcomm platforms only had maximum 2 ports. The X Elite
> (x1e80100) adds a third one. Increase the maximum allowed to 3.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
> drivers/soc/qcom/pmic_glink_altmode.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Dmitry Baryshkov <[email protected]>

--
With best wishes
Dmitry

2024-05-28 03:33:53

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] soc: qcom: pmic_glink: Increase max ports to 3


On Mon, 27 May 2024 11:16:01 +0300, Abel Vesa wrote:
> Up until now, all Qualcomm platforms only had maximum 2 ports. The X Elite
> (x1e80100) adds a third one. Increase the maximum allowed to 3.
>
>

Applied, thanks!

[1/1] soc: qcom: pmic_glink: Increase max ports to 3
commit: a8a313c298b8becc7e2c0bab174df736d1f99450

Best regards,
--
Bjorn Andersson <[email protected]>