From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: "Ondřej Jirman" <megi@xff.cz>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
Guenter Roeck <linux@roeck-us.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Xu Yang <xu.yang_2@nxp.com>,
"open list:USB TYPEC PORT CONTROLLER DRIVERS"
<linux-usb@vger.kernel.org>
Subject: Re: [PATCH] Revert "usb: typec: tcpm: reset counter when enter into unattached state after try role"
Date: Mon, 26 Feb 2024 09:48:14 +0200 [thread overview]
Message-ID: <ZdxCPn6ulER0OjC1@kuha.fi.intel.com> (raw)
In-Reply-To: <20240217162023.1719738-1-megi@xff.cz>
On Sat, Feb 17, 2024 at 05:20:21PM +0100, Ondřej Jirman wrote:
> From: Ondrej Jirman <megi@xff.cz>
>
> The reverted commit makes the state machine only ever go from SRC_ATTACH_WAIT
> to SNK_TRY in endless loop when toggling. After revert it goes to SRC_ATTACHED
> after initially trying SNK_TRY earlier, as it should for toggling to ever detect
> the power source mode and the port is again able to provide power to attached
> power sinks.
>
> This reverts commit 2d6d80127006ae3da26b1f21a65eccf957f2d1e5.
>
> Cc: stable@vger.kernel.org
> Fixes: 2d6d80127006 ("usb: typec: tcpm: reset counter when enter into unattached state after try role")
> Signed-of-by: Ondrej Jirman <megi@xff.cz>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
> drivers/usb/typec/tcpm/tcpm.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> See https://lore.kernel.org/all/odggrbbgjpardze76qiv57mw6tllisyu5sbrta37iadjzwamcv@qr3ubwnlzqqt/
> for more.
>
> diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c
> index f7d7daa60c8d..295ae7eb912c 100644
> --- a/drivers/usb/typec/tcpm/tcpm.c
> +++ b/drivers/usb/typec/tcpm/tcpm.c
> @@ -3743,9 +3743,6 @@ static void tcpm_detach(struct tcpm_port *port)
> if (tcpm_port_is_disconnected(port))
> port->hard_reset_count = 0;
>
> - port->try_src_count = 0;
> - port->try_snk_count = 0;
> -
> if (!port->attached)
> return;
>
> --
> 2.43.0
--
heikki
next prev parent reply other threads:[~2024-02-26 7:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-17 16:20 [PATCH] Revert "usb: typec: tcpm: reset counter when enter into unattached state after try role" Ondřej Jirman
2024-02-26 7:48 ` Heikki Krogerus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-15 19:33 Ondřej Jirman
2024-02-17 15:32 ` Greg Kroah-Hartman
2024-02-17 15:40 ` Ondřej Jirman
2024-02-17 16:03 ` Greg Kroah-Hartman
2024-02-17 16:14 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZdxCPn6ulER0OjC1@kuha.fi.intel.com \
--to=heikki.krogerus@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=megi@xff.cz \
--cc=stable@vger.kernel.org \
--cc=xu.yang_2@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox