* [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100
@ 2024-06-03 10:00 Johan Hovold
2024-06-03 10:09 ` Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Johan Hovold @ 2024-06-03 10:00 UTC (permalink / raw)
To: Heikki Krogerus
Cc: Greg Kroah-Hartman, Dmitry Baryshkov, Abel Vesa, linux-usb,
linux-kernel, Johan Hovold
The new X Elite (x1e80100) platform has three ports so increase the
maximum so that all ports can be registered.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
---
drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c b/drivers/usb/typec/ucsi/ucsi_glink.c
index f7546bb488c3..985a880e86da 100644
--- a/drivers/usb/typec/ucsi/ucsi_glink.c
+++ b/drivers/usb/typec/ucsi/ucsi_glink.c
@@ -14,7 +14,7 @@
#include <linux/soc/qcom/pmic_glink.h>
#include "ucsi.h"
-#define PMIC_GLINK_MAX_PORTS 2
+#define PMIC_GLINK_MAX_PORTS 3
#define UCSI_BUF_SIZE 48
--
2.44.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100
2024-06-03 10:00 [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100 Johan Hovold
@ 2024-06-03 10:09 ` Dmitry Baryshkov
2024-06-03 10:10 ` Abel Vesa
2024-06-03 10:39 ` Heikki Krogerus
2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2024-06-03 10:09 UTC (permalink / raw)
To: Johan Hovold
Cc: Heikki Krogerus, Greg Kroah-Hartman, Abel Vesa, linux-usb,
linux-kernel
On Mon, Jun 03, 2024 at 12:00:07PM +0200, Johan Hovold wrote:
> The new X Elite (x1e80100) platform has three ports so increase the
> maximum so that all ports can be registered.
>
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---
> drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100
2024-06-03 10:00 [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100 Johan Hovold
2024-06-03 10:09 ` Dmitry Baryshkov
@ 2024-06-03 10:10 ` Abel Vesa
2024-06-03 10:39 ` Heikki Krogerus
2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2024-06-03 10:10 UTC (permalink / raw)
To: Johan Hovold
Cc: Heikki Krogerus, Greg Kroah-Hartman, Dmitry Baryshkov, linux-usb,
linux-kernel
On 24-06-03 12:00:07, Johan Hovold wrote:
> The new X Elite (x1e80100) platform has three ports so increase the
> maximum so that all ports can be registered.
>
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
> ---
> drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c b/drivers/usb/typec/ucsi/ucsi_glink.c
> index f7546bb488c3..985a880e86da 100644
> --- a/drivers/usb/typec/ucsi/ucsi_glink.c
> +++ b/drivers/usb/typec/ucsi/ucsi_glink.c
> @@ -14,7 +14,7 @@
> #include <linux/soc/qcom/pmic_glink.h>
> #include "ucsi.h"
>
> -#define PMIC_GLINK_MAX_PORTS 2
> +#define PMIC_GLINK_MAX_PORTS 3
>
> #define UCSI_BUF_SIZE 48
>
> --
> 2.44.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100
2024-06-03 10:00 [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100 Johan Hovold
2024-06-03 10:09 ` Dmitry Baryshkov
2024-06-03 10:10 ` Abel Vesa
@ 2024-06-03 10:39 ` Heikki Krogerus
2 siblings, 0 replies; 4+ messages in thread
From: Heikki Krogerus @ 2024-06-03 10:39 UTC (permalink / raw)
To: Johan Hovold
Cc: Greg Kroah-Hartman, Dmitry Baryshkov, Abel Vesa, linux-usb,
linux-kernel
On Mon, Jun 03, 2024 at 12:00:07PM +0200, Johan Hovold wrote:
> The new X Elite (x1e80100) platform has three ports so increase the
> maximum so that all ports can be registered.
>
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
> drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c b/drivers/usb/typec/ucsi/ucsi_glink.c
> index f7546bb488c3..985a880e86da 100644
> --- a/drivers/usb/typec/ucsi/ucsi_glink.c
> +++ b/drivers/usb/typec/ucsi/ucsi_glink.c
> @@ -14,7 +14,7 @@
> #include <linux/soc/qcom/pmic_glink.h>
> #include "ucsi.h"
>
> -#define PMIC_GLINK_MAX_PORTS 2
> +#define PMIC_GLINK_MAX_PORTS 3
>
> #define UCSI_BUF_SIZE 48
>
> --
> 2.44.1
--
heikki
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-03 10:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 10:00 [PATCH] usb: typec: ucsi: glink: increase max ports for x1e80100 Johan Hovold
2024-06-03 10:09 ` Dmitry Baryshkov
2024-06-03 10:10 ` Abel Vesa
2024-06-03 10:39 ` Heikki Krogerus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox