mbox series

[GIT,PULL] Fix for cros_ec_typec for USB for v5.12 merge window

Message ID YBxKC0IeWBJ/X/wJ@google.com (mailing list archive)
State Accepted
Commit 89451aabea5f91a6c1b6dc4c52cac4caffecbc8a
Headers show
Series [GIT,PULL] Fix for cros_ec_typec for USB for v5.12 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-clear-pd-discovery-events-for-5.12

Message

Benson Leung Feb. 4, 2021, 7:24 p.m. UTC
Hi Greg,

I found a bug in the typec driver you pulled earlier this week
and Prashant developed a fix.

The following changes since commit 64eaa0fa66ac55965f793a8b65730299854e55cd:

  platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision (2021-02-02 19:42:52 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-clear-pd-discovery-events-for-5.12

for you to fetch changes up to c8ec21c6d25c2a8895614ea38575dadb8570c2f9:

  platform/chrome: cros_ec_typec: Clear Type C disc events (2021-02-04 10:29:30 -0800)

----------------------------------------------------------------
clear-pd-discovery-events

This pair of patches fixes an issue where cros_ec_typec creates stale
cable nodes on detach because of uncleared pd discovery status events.

----------------------------------------------------------------
Prashant Malani (2):
      platform/chrome: cros_ec: Import Type C control command
      platform/chrome: cros_ec_typec: Clear Type C disc events

 drivers/platform/chrome/cros_ec_typec.c        | 29 +++++++++++++++++++++++---
 include/linux/platform_data/cros_ec_commands.h | 26 +++++++++++++++++++++++
 2 files changed, 52 insertions(+), 3 deletions(-)

Comments

Greg KH Feb. 5, 2021, 9:04 a.m. UTC | #1
On Thu, Feb 04, 2021 at 11:24:59AM -0800, Benson Leung wrote:
> Hi Greg,
> 
> I found a bug in the typec driver you pulled earlier this week
> and Prashant developed a fix.
> 
> The following changes since commit 64eaa0fa66ac55965f793a8b65730299854e55cd:
> 
>   platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revision (2021-02-02 19:42:52 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-ib-usb-typec-chrome-platform-cros-ec-typec-clear-pd-discovery-events-for-5.12

Now pulled and pushed out, thanks.

greg k-h